Skip to content

Commit 98344f4

Browse files
authored
fix: upgrade axios to ^1.15.0 to address security vulnerabilities (#97)
Resolves CVE for Unrestricted Cloud Metadata Exfiltration via Header Injection Chain reported in #96.
1 parent 0cae21e commit 98344f4

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

npm-shrinkwrap.json

Lines changed: 12 additions & 9 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
@@ -23,7 +23,7 @@
2323
"author": "pchuri",
2424
"license": "MIT",
2525
"dependencies": {
26-
"axios": "^1.12.0",
26+
"axios": "^1.15.0",
2727
"chalk": "^4.1.2",
2828
"commander": "^11.1.0",
2929
"form-data": "^4.0.5",

0 commit comments

Comments
 (0)