Skip to content

Commit f722714

Browse files
committed
fix: my-app/package.json & my-app/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444593 - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444617
1 parent 64189a2 commit f722714

File tree

2 files changed

+29
-5
lines changed

2 files changed

+29
-5
lines changed

my-app/package-lock.json

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

my-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@testing-library/jest-dom": "^6.0.0",
88
"@testing-library/react": "^13.4.0",
99
"@testing-library/user-event": "^13.5.0",
10-
"bootstrap": "^3.4.1",
10+
"bootstrap": "^4.0.0",
1111
"react": "^18.3.1",
1212
"react-bootstrap": "^2.10.1",
1313
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)