Skip to content

Commit 43c9355

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-6671926
1 parent 42928c5 commit 43c9355

File tree

2 files changed

+70
-16
lines changed

2 files changed

+70
-16
lines changed

package-lock.json

Lines changed: 69 additions & 15 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": "^5.11.8",
88
"@testing-library/react": "^11.2.3",
99
"@testing-library/user-event": "^12.6.0",
10-
"axios": "^0.21.1",
10+
"axios": "^1.7.8",
1111
"chokidar": "^3.5.1",
1212
"classnames": "^2.2.6",
1313
"draft-js": "^0.11.7",

0 commit comments

Comments
 (0)