Skip to content

Commit 4653187

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

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
@@ -45,7 +45,7 @@
4545
"typescript": "^5.0.0"
4646
},
4747
"dependencies": {
48-
"axios": "^1.4.0",
48+
"axios": "^1.6.0",
4949
"chalk": "^4.1.2",
5050
"commander": "^11.0.0",
5151
"fs-directory": "^1.0.0",

0 commit comments

Comments
 (0)