Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency bootstrap to v5 [security] #1911

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react-router-dom": "^5.3.3",
"base-64": "^1.0.0",
"base64-js": "^1.5.1",
"bootstrap": "^4.6.1",
"bootstrap": "^5.0.0",
"compare-versions": "^5.0.0",
"dayjs": "^1.10.7",
"detect-browser": "^5.3.0",
Expand Down
22 changes: 7 additions & 15 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3701,14 +3701,7 @@ __metadata:
languageName: node
linkType: hard

"@types/prop-types@npm:*":
version: 15.7.5
resolution: "@types/prop-types@npm:15.7.5"
checksum: 5b43b8b15415e1f298243165f1d44390403bb2bd42e662bca3b5b5633fdd39c938e91b7fce3a9483699db0f7a715d08cef220c121f723a634972fdf596aec980
languageName: node
linkType: hard

"@types/prop-types@npm:^15.7.2":
"@types/prop-types@npm:*, @types/prop-types@npm:^15.7.2":
version: 15.7.11
resolution: "@types/prop-types@npm:15.7.11"
checksum: 7519ff11d06fbf6b275029fe03fff9ec377b4cb6e864cac34d87d7146c7f5a7560fd164bdc1d2dbe00b60c43713631251af1fd3d34d46c69cd354602bc0c7c54
Expand Down Expand Up @@ -5115,13 +5108,12 @@ __metadata:
languageName: node
linkType: hard

"bootstrap@npm:^4.6.1":
version: 4.6.2
resolution: "bootstrap@npm:4.6.2"
"bootstrap@npm:^5.0.0":
version: 5.3.3
resolution: "bootstrap@npm:5.3.3"
peerDependencies:
jquery: 1.9.1 - 3
popper.js: ^1.16.1
checksum: 28a66f1d869a21208c09245fc349540deda96db02005d9c3dfd3405399eb2775733e55c74aca14697898efadfe88718fe56832ff7da718e7eb4d73c9968f668c
"@popperjs/core": ^2.11.8
checksum: f05183948b00b496400cc13df5798ecab7a85975e7d9a77b314a763b574a990aec0f1bbf1913c648a93b5d8cc82e73bc05f5ec1161d2932aad7ef7f316d9c82d
languageName: node
linkType: hard

Expand Down Expand Up @@ -6419,7 +6411,7 @@ __metadata:
autoprefixer: "npm:^10.4.13"
base-64: "npm:^1.0.0"
base64-js: "npm:^1.5.1"
bootstrap: "npm:^4.6.1"
bootstrap: "npm:^5.0.0"
buffer: "npm:^6.0.3"
compare-versions: "npm:^5.0.0"
dayjs: "npm:^1.10.7"
Expand Down
Loading