chore(deps): bump axios from 1.16.1 to 1.18.0#6048
Conversation
Bumps [axios](https://github.com/axios/axios) from 1.16.1 to 1.18.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.16.1...v1.18.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
🔵 Review postedLast updated: 2026-07-20 19:06 UTC |
rtibblesbot
left a comment
There was a problem hiding this comment.
PR #6048 — Dependabot bumps axios 1.16.1 → 1.18.0 (minor, production dependency). CI passing.
Semver risk: low. No breaking changes; the one semantics change (transitional.validateStatusUndefinedResolves, #10899) is opt-in and leaves default behavior unchanged.
Security fixes (worth noting on a runtime HTTP client):
- #10892 — strips caller-specified sensitive headers (e.g. API keys) on cross-origin redirects. This is a genuine behavior change, but only impactful if the project deliberately relies on sensitive headers surviving a cross-origin redirect (uncommon); no code change required otherwise.
- #11000 — rejects malformed
http:/https:URLs. - #11000 — enforces stream size limits.
- #11000 — bounds FormData nesting depth.
- #11000 — tightens
NO_PROXYmatching. - #10901 / #10922 — own-property guards on
socketPath/params/paramsSerializer(SSRF-sensitive inherited prototype values).
Peer dependencies: none.
Lockfile — limited to the expected transitive set:
axios1.16.1 → 1.18.0.form-data4.0.5 → 4.0.6.follow-redirects1.15.11 removed (deduped onto the already-present 1.16.0).
Note: package.json floor moved ^1.15.2 → ^1.18.0 while the resolved version only moved one minor; both ranges already permitted 1.18.0, so this is a harmless floor bump.
Net-positive, security-forward minor bump. COMMENT (not APPROVE) only because this is a production dependency carrying a behavior change.
@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly
How was this generated?
Ran a dependency-update review pipeline over the version bump:
- Classified the bump by semver (patch / minor / major) and dependency type (production vs. development)
- Extracted the changelog and release notes across the version range
- Assessed compatibility with this project's usage and whether any code changes are required
- Treated CI as the primary safety net
- Scaled the review depth to the update's risk
- Chose the verdict from semver risk, changelog findings, and CI status
Bumps axios from 1.16.1 to 1.18.0.
Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
2d06f96chore(release): prepare release 1.18.0 (#11003)32fc489fix: malformed http urls (#11000)b40ce49chore(deps-dev): bump the development_dependencies group with 10 updates (#10...fe964f9docs: mark proxy config as Node.js only (#10995)5f229d2chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions ...fae9d4edocs: clarify package update PR policy (#10992)28ab2cechore(deps-dev): bump the development_dependencies group with 2 updates (#10989)a8e4f13fix(core): keep default validateStatus when request passes undefined (#10899)614f455docs: publish v1.17.0 release notes (#10988)6bb12c1fix: custom auth headers not stripped on cross-origin redirects (#10892)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.