Skip to content

Commit 48b004b

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

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.3.3"
4646
},
4747
"dependencies": {
48-
"axios": "^1.6.7",
48+
"axios": "^1.7.4",
4949
"chalk": "^4.1.2",
5050
"commander": "^12.0.0",
5151
"fs-directory": "^1.0.0",

0 commit comments

Comments
 (0)