Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit a1bbc63

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444580
1 parent f3a1f92 commit a1bbc63

File tree

2 files changed

+32
-17
lines changed

2 files changed

+32
-17
lines changed

package-lock.json

Lines changed: 31 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"@rails/ujs": "^6.0.0",
66
"@rails/webpacker": "5.2.1",
7-
"bootstrap": "^4.5.3",
7+
"bootstrap": "^5.0.0",
88
"jquery": "^3.5.1",
99
"popper.js": "^1.16.1",
1010
"turbolinks": "^5.2.0"

0 commit comments

Comments
 (0)