Skip to content

Commit

Permalink
fix: components/package.json & components/yarn.lock to reduce vulnera…
Browse files Browse the repository at this point in the history
…bilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444593
- https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444617
  • Loading branch information
snyk-bot committed Jul 26, 2024
1 parent 967c595 commit 0a96f53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license" : "BSD-3-Clause",
"private": true,
"dependencies": {
"bootstrap": "^3.4.1",
"bootstrap": "^4.0.0",
"bootstrap-select": "^1.13.18",
"bootstrap-social": "^4.0.0",
"bootstrap-wysiwyg": "^2.0.0",
Expand Down
7 changes: 6 additions & 1 deletion components/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,12 @@ bootstrap-wysiwyg@^2.0.0:
resolved "https://registry.yarnpkg.com/bootstrap-wysiwyg/-/bootstrap-wysiwyg-2.0.1.tgz#ed9c7a7e2e33c5931b0f8d974c11268baf39a8ba"
integrity sha512-lZsz2sU0NoOJmUaVg86ZJHmNXSfAb13EThfzMhY1K/nUAXPHcBPAxvG3sIfaonKkchEDDAI1jAWxQUsmvsOR4A==

bootstrap@^3.4.1, bootstrap@~3:
bootstrap@^4.0.0:
version "4.6.2"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.2.tgz#8e0cd61611728a5bf65a3a2b8d6ff6c77d5d7479"
integrity sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==

bootstrap@~3:
version "3.4.1"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.4.1.tgz#c3a347d419e289ad11f4033e3c4132b87c081d72"
integrity sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==
Expand Down

0 comments on commit 0a96f53

Please sign in to comment.