Axios bumped to 1.15.0 in release branch
Dependency update keeps the release-candidate/2.17.x branch current with the latest axios release, part of regular maintenance cadence.
The axios HTTP client is being updated from version 1.13.5 to 1.15.0 in the release-candidate/2.17.x branch. This is a straightforward dependency bump, part of standard maintenance practices to keep releases current with upstream library updates. The change affects two files— and —where axios versions are synchronized. This backport ensures the upcoming patch release for this track includes the newer axios version.
View Original GitHub Description
Description
Backport of #28460 to release-candidate/2.17.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)