Skip to content

Commit

Permalink
fix: web/package.json & web/yarn.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 18, 2024
1 parent 298f26f commit 951bf7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@babel/traverse": "7.23.2",
"axios": "1.7.4",
"bootstrap": "4.1.1",
"bootstrap": "5.0.0",
"bootstrap-vue": "2.0.0",
"brace": "^0.11.1",
"dompurify": "2.5.0",
Expand Down
8 changes: 4 additions & 4 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2533,10 +2533,10 @@ [email protected]:
portal-vue "^2.1.6"
vue-functional-data-merge "^3.1.0"

bootstrap@4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.1.1.tgz#3aec85000fa619085da8d2e4983dfd67cf2114cb"
integrity sha512-SpiDSOcbg4J/PjVSt4ny5eY6j74VbVSjROY4Fb/WIUXBV9cnb5luyR4KnPvNoXuGnBK1T+nJIWqRsvU3yP8Mcg==
bootstrap@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.0.tgz#97635ac0e0d6cb466700ebf0fd266bfabf352ed2"
integrity sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==

"bootstrap@>=4.3.1 <5.0.0":
version "4.6.2"
Expand Down

0 comments on commit 951bf7f

Please sign in to comment.