Skip to content

Commit 236e0dd

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993
1 parent 3f4bf31 commit 236e0dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"tsc": "tsc --noEmit"
3131
},
3232
"dependencies": {
33-
"axios": "^0.19.2",
33+
"axios": "^1.13.5",
3434
"body-parser": "^1.19.0",
3535
"chalk": "^4.0.0",
3636
"classnames": "^2.2.6",

0 commit comments

Comments
 (0)