Skip to content

Commit 2badf22

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-12613773
1 parent c4457ab commit 2badf22

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -20,7 +20,7 @@
2020
"husky-check": "npx husky install && chmod +x .husky/pre-commit"
2121
},
2222
"dependencies": {
23-
"axios": "^1.11.0",
23+
"axios": "^1.12.0",
2424
"axios-mock-adapter": "^2.1.0",
2525
"lodash": "^4.17.21",
2626
"qs": "^6.14.0",

0 commit comments

Comments
 (0)