Skip to content

Commit ed232cd

Browse files
committed
Update axios dependency (fixes GHSA-43fc-jf86-j433)
$ npm audit axios <=1.13.4 Severity: high Axios is Vulnerable to Denial of Service via __proto__ Key in mergeConfig - GHSA-43fc-jf86-j433 fix available via `npm audit fix --force` Will install axios@1.13.5, which is outside the stated dependency range node_modules/axios
1 parent 0209f78 commit ed232cd

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
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"ansi-colors": "^4.1.3",
32-
"axios": "1.12.2",
32+
"axios": "^1.13.5",
3333
"bcryptjs": "3.0.2",
3434
"cli-table": "^0.3.11",
3535
"enquirer": "^2.3.6",

0 commit comments

Comments
 (0)