Skip to content

Commit

Permalink
fix: package.json & yarn.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444580
  • Loading branch information
snyk-bot committed Jul 26, 2024
1 parent aed1cd9 commit 76177fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@mdi/font": "^7",
"block-ui": "^2.70.1",
"blueimp-file-upload": "^10.6.0",
"bootstrap": "^4",
"bootstrap": "^5.0.0",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-daterangepicker": "^3.0.4",
"bootstrap-tabdrop": "https://github.com/jmschabdach/bootstrap-tabdrop",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ bootstrap-daterangepicker@^3.0.4:
version "0.0.0"
resolved "https://github.com/jmschabdach/bootstrap-tabdrop#1eb8b8aeaa79d7ca211059daff7981c9908327a1"

bootstrap@^4:
version "4.6.2"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.2.tgz#8e0cd61611728a5bf65a3a2b8d6ff6c77d5d7479"
integrity sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==
bootstrap@^5.0.0:
version "5.3.3"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.3.tgz#de35e1a765c897ac940021900fcbb831602bac38"
integrity sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==

chart.js@>2.7.0:
version "4.2.0"
Expand Down

0 comments on commit 76177fe

Please sign in to comment.