Skip to content

Commit c9bf85d

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519
1 parent 42f84bb commit c9bf85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@babel/polyfill": "^7.8.7",
55
"@babel/preset-env": "^7.8.7",
66
"autoprefixer": "^8.4.1",
7-
"axios": "^0.18.0",
7+
"axios": "^1.8.2",
88
"axios-case-converter": "^0.3.0",
99
"babel-eslint": "^10.0.3",
1010
"babel-loader": "^8.0.6",

0 commit comments

Comments
 (0)