Skip to content

Commit 4fbce45

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-17172681 - https://snyk.io/vuln/SNYK-JS-AXIOS-17172532
1 parent ae1474b commit 4fbce45

2 files changed

Lines changed: 200 additions & 21 deletions

File tree

package-lock.json

Lines changed: 198 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"angular": "^1.7.9",
44
"ansi-styles": "^4.3.0",
55
"async": "^2.6.3",
6-
"axios": "^0.21.1",
7-
"axios-cache-adapter": "^2.0.0",
6+
"axios": "^0.32.0",
7+
"axios-cache-adapter": "^2.5.0",
88
"backbone": "^1.4.0",
99
"body-parser": "^1.18.3",
1010
"braces": "^2.3.1",

0 commit comments

Comments
 (0)