Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9a0514

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-AXIOS-9403194
1 parent 743bd0c commit e9a0514

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 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
@@ -7,7 +7,7 @@
77
"@testing-library/jest-dom": "^6.4.3",
88
"@testing-library/react": "^14.3.1",
99
"@testing-library/user-event": "^7.2.1",
10-
"axios": "^1.8.2",
10+
"axios": "^1.8.3",
1111
"moment": "^2.30.1",
1212
"node-sass": "^8.0.0",
1313
"react": "^16.13.1",

0 commit comments

Comments
 (0)