Skip to content

Commit 2a69482

Browse files
committedDec 1, 2024
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 8a802ed commit 2a69482

File tree

2 files changed

+42
-72
lines changed

2 files changed

+42
-72
lines changed
 

‎package-lock.json

+41-71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@types/lodash": "^4.14.136",
14-
"axios": "^0.19.0",
14+
"axios": "^1.7.8",
1515
"core-js": "^2.6.5",
1616
"element-ui": "^2.11.1",
1717
"lodash": "^4.17.14",

0 commit comments

Comments
 (0)