Skip to content

Commit a6e3936

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-9292519
1 parent 8a802ed commit a6e3936

File tree

2 files changed

+149
-80
lines changed

2 files changed

+149
-80
lines changed

package-lock.json

+148-79
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.8.2",
1515
"core-js": "^2.6.5",
1616
"element-ui": "^2.11.1",
1717
"lodash": "^4.17.14",

0 commit comments

Comments
 (0)