Skip to content

Commit 3322e73

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 8a802ed commit 3322e73

File tree

2 files changed

+150
-80
lines changed

2 files changed

+150
-80
lines changed

package-lock.json

Lines changed: 149 additions & 79 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
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@types/lodash": "^4.14.136",
14-
"axios": "^0.19.0",
14+
"axios": "^1.12.0",
1515
"core-js": "^2.6.5",
1616
"element-ui": "^2.11.1",
1717
"lodash": "^4.17.14",

0 commit comments

Comments
 (0)