Axios bumped to 1.15.0
Axios HTTP client updated to version 1.15.0, bringing in security patches and bug fixes from the main release line.
n8n is updating its axios HTTP client dependency from version 1.13.5 to 1.15.0. This patch release includes upstream improvements and fixes that strengthen the library's reliability. Keeping HTTP client dependencies current is a standard security practice — the newer version ensures the automation platform handles HTTP requests with the latest patches. The change is being backported to the stable 1.x branch, where it will be included in the next patch release.
View Original GitHub Description
Description
Backport of #28460 to 1.x.
Checklist for the author (@Matsuuu) to go through.
- Review the backport changes
- Fix possible conflicts
- Merge to target branch
After this PR has been merged, it will be picked up in the next patch release for release track.
Original description
Summary
Bump axios to 1.15.0.
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/CAT-2791/
Review / Merge checklist
- I have seen this code, I have run this code, and I take responsibility for this code.
- PR title and summary are descriptive. (conventions) <!-- **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** -->
- Docs updated or follow-up ticket created.
- Tests included. <!-- A bug is not considered fixed, unless a test is added to prevent it from happening again. A feature is not complete without tests. -->
- PR Labeled with
Backport to Beta,Backport to Stable, orBackport to v1(if the PR is an urgent fix that needs to be backported)