Bumps axios from 1.13.5 to 1.15.0.
Sourced from axios's releases.
This release delivers two critical security patches, adds runtime support for Deno and Bun, and includes significant CI hardening, documentation improvements, and routine dependency updates.
We are thrilled to welcome our new contributors. Thank you for helping improve Axios:
This release focuses on compatibility fixes, adapter stability improvements, and test/tooling modernisation.
... (truncated)
Sourced from axios's changelog.
... (truncated)
This version modifies Release notes
v1.15.0
⚠️ Important Changes
url.parse() usage has been replaced to address Node.js deprecation warnings. If you are on a recent version of Node.js, this resolves console warnings you may have been seeing. (#10625)
🔒 Security Fixes
no_proxy hostname normalisation bypass that could lead to Server-Side Request Forgery (SSRF). (#10661)
🚀 New Features
🔧 Maintenance & Chores
zizmor security scanner, pinned action versions, and gated npm publishing with OIDC and environment protection. (#10618, #10619, #10627, #10637, #10666)
serialize-javascript, handlebars, picomatch, vite, and denoland/setup-deno to latest versions. Added a 7-day Dependabot cooldown period. (#10574, #10572, #10568, #10663, #10664, #10665, #10669, #10670, #10616)
beforeRedirect credential leakage example, clarified withCredentials/withXSRFToken behaviour, HTTP/2 support notes, async/await timeout error handling, header case preservation, and various typo fixes. (#10649, #10624, #7452, #7471, #10654, #10644, #10589)
Content-Type casing. (#10573)
🌟 New Contributors
@raashish1601 (#10573)
@Kilros0817 (#10625)
@ashstrc (#10624)
@Abhi3975 (#10589)
@theamodhshetty (#7452)
v1.14.0
⚠️ Important Changes
proxy-from-env v2 alignment and main entry compatibility fix).
🚀 New Features
🐛 Bug Fixes
ReadableStream created during request-stream capability probing to prevent async resource leaks. (#7515)
proxy-from-env v2 usage. (#7499)
Changelog
Changelog
1.13.3 (2026-01-20)
Bug Fixes
Features
undefined as a value in AxiosRequestConfig (#5560) (095033c)
Reverts
Contributors to this release
Commits
772a4e5 chore(release): prepare release 1.15.0 (#10671)
4b07137 chore(deps-dev): bump vite from 8.0.0 to 8.0.5 in /tests/smoke/esm (#10663)
51e57b3 chore(deps-dev): bump vite from 8.0.2 to 8.0.5 (#10664)
fba1a77 chore(deps-dev): bump vite from 8.0.2 to 8.0.5 in /tests/module/esm (#10665)
0bf6e28 chore(deps): bump denoland/setup-deno in the github-actions group (#10669)
8107157 chore(deps-dev): bump the development_dependencies group with 4 updates (#10670)
e66530e ci: require npm-publish environment for releases (#10666)
49f23cb chore(sponsor): update sponsor block (#10668)
3631854 fix: unrestricted cloud metadata exfiltration via header injection chain (#10...
fb3befb fix: no_proxy hostname normalization bypass leads to ssrf (#10661)
Install script changes
prepare script that runs during installation. Review the package contents before updating.