Axios dependency updated to 1.15.0
The release-candidate branch for 2.16.x now includes the latest axios patch, ensuring compatibility with upstream changes and security updates.
The release-candidate branch for version 2.16.x is being kept current with the latest axios release. Two files—the root and —now reference axios 1.15.0 instead of the previous 1.13.5 version. This is a straightforward backport of the original PR #28460 to the release track.
Dependency updates like this ensure that the release branch receives upstream fixes and improvements without diverging from the main development line. For users and operators working with 2.16.x releases, this means the packaged software reflects the most recent axios version available at the time of release preparation.
In the monorepo structure, acts as a single source of truth for shared dependency versions, so updating it here ensures all workspace packages receive the new axios version during their next dependency resolution.
View Original GitHub Description
Description
Backport of #28460 to release-candidate/2.16.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)