Skip to content

Commit 16ccb4e

Browse files
committed
Update axios dependency (fixes GHSA-3p68-rc4w-qgx5)
$ npm audit axios <1.15.0 Severity: critical Axios has a NO_PROXY Hostname Normalization Bypass Leads to SSRF - GHSA-3p68-rc4w-qgx5 fix available via `npm audit fix --force` Will install axios@1.15.0, which is outside the stated dependency range node_modules/axios
1 parent fee085f commit 16ccb4e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.14.0",
32+
"axios": "1.15.0",
3333
"bcryptjs": "3.0.3",
3434
"cli-table": "0.3.11",
3535
"enquirer": "2.4.1",

0 commit comments

Comments
 (0)