Skip to content

Commit cf42ebe

Browse files
authored
Merge pull request #160 from ethena-labs/security/axios-cve-2026-44488-44496
fix(deps): bump axios to >=1.16.0 (CVE-2026-44488/44492/44494/44496)
2 parents 730a4f8 + 648f47c commit cf42ebe

3 files changed

Lines changed: 12 additions & 23 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/runtime": "^7.26.10",
1616
"@kamino-finance/klend-sdk": "^3.2.7",
1717
"@solana/web3.js": "^1.95.2",
18-
"axios": "^1.15.2",
18+
"axios": "^1.16.0",
1919
"base-x": "^3.0.11",
2020
"brace-expansion": "^1.1.13",
2121
"dotenv": "^16.4.5",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ overrides:
2121
"bigint-buffer": "npm:bigint-buffer-fixed@^1.1.5"
2222
"tar": ">=7.5.11"
2323
"minimatch": ">=3.1.4"
24-
"axios": ">=1.15.2"
25-
"axios@1.14.1": "1.15.2"
24+
"axios": ">=1.16.0"
25+
"axios@1.14.1": ">=1.16.0"
2626
"axios@0.30.4": "0.30.3"
2727
"brace-expansion@<1.1.13": "1.1.13"
2828
"brace-expansion@>=4.0.0 <5.0.6": "5.0.6"

0 commit comments

Comments
 (0)