Skip to content

Commit 954d5b7

Browse files
Goosterhofclaude
andcommitted
fix(http): bump axios 1.14.0 → 1.15.0 (critical SSRF vulnerability)
GHSA-3p68-rc4w-qgx5: Axios <1.15.0 has a NO_PROXY hostname normalization bypass that leads to SSRF. Bumps to 1.15.0 in both fs-http (direct dep) and fs-loading (dev dep). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8cc666d commit 954d5b7

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

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

packages/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:mutation": "stryker run"
4242
},
4343
"dependencies": {
44-
"axios": "1.14.0"
44+
"axios": "^1.15.0"
4545
},
4646
"devDependencies": {
4747
"axios-mock-adapter": "^2.1.0"

packages/loading/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@script-development/fs-http": "^0.1.0",
4545
"@vue/test-utils": "^2.4.6",
46-
"axios": "1.14.0",
46+
"axios": "^1.15.0",
4747
"happy-dom": "^20.8.9",
4848
"vue": "^3.5.32"
4949
},

0 commit comments

Comments
 (0)