Skip to content

Commit b774119

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-173700 - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-73560 - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444580 - https://snyk.io/vuln/npm:bootstrap:20180529
1 parent 787c28e commit b774119

File tree

2 files changed

+34
-61
lines changed

2 files changed

+34
-61
lines changed

my-app/package-lock.json

Lines changed: 32 additions & 59 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
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": "^4.0.0",
10+
"bootstrap": "^5.0.0",
1111
"react": "^18.3.1",
12-
"react-bootstrap": "^2.10.3",
12+
"react-bootstrap": "^2.10.1",
1313
"react-dom": "^18.3.1",
1414
"react-icons": "^4.12.0",
1515
"react-scripts": "5.0.1",

0 commit comments

Comments
 (0)