Skip to content

Commit 2d337ec

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-7444593
1 parent 0802458 commit 2d337ec

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "~13.0.3",
1919
"@angular/platform-browser-dynamic": "~13.0.3",
2020
"@angular/router": "~13.0.3",
21-
"bootstrap": "4.4.1",
21+
"bootstrap": "5.0.0",
2222
"date-fns": "^2.27.0",
2323
"jquery": "^3.6.0",
2424
"rxjs": "~7.5.1",

0 commit comments

Comments
 (0)