chore(deps): bump axios from 1.16.0 to 1.18.1#1499
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [axios](https://github.com/axios/axios) from 1.16.0 to 1.18.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.16.0...v1.18.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
nhopeatall
approved these changes
Jul 20, 2026
nhopeatall
left a comment
Collaborator
There was a problem hiding this comment.
Summary
APPROVE — clean, low-risk Dependabot lockfile bump. Verified the change is internally consistent and matches axios's real upstream metadata.
Verification
- Transitive-only, not imported.
axiosappears nowhere in source (rg axiosover.ts/.tsx/.js→ no matches). It's pulled in transitively byjira.jsandtrello.js, and pinned via theoverrides: { "axios": "^1.15.0" }floor inpackage.json.1.18.1satisfies that range, so the lock-only change (nopackage.jsonedit) is correct. - Single resolved version. Only one
node_modules/axiosentry resolves (1.18.1) — no stale nested copies left at 1.16.0. - Registry-verified deps.
npm view axios@1.18.1 dependenciesreturns exactly what the lock declares —follow-redirects ^1.16.0,form-data ^4.0.5,https-proxy-agent ^5.0.1,proxy-from-env ^2.1.0. The newly-introducedhttps-proxy-agent@5.0.1+agent-base@6.0.2subtree is a genuine axios-1.18.1 upstream dependency, not a lockfile anomaly. - No dep conflict. The new
https-proxy-agent@5.0.1/agent-base@6.0.2are correctly isolated undernode_modules/axios/node_modules/, coexisting with the existing top-levelhttps-proxy-agent@7.0.6/agent-base@7.1.4. - CI green (5/5) —
lint-and-test,integration-tests, andValidate Docker buildsall pass, which meansnpm civalidated integrity + package.json/lock sync.
Note (non-blocking, FYI)
This bump introduces a new older-generation proxy-agent branch (https-proxy-agent@5 + agent-base@6) alongside the v7 versions already in the tree. Nothing to action here — it comes straight from axios's published dependencies and the versions aren't known-vulnerable — just flagging for supply-chain awareness on future dedupe passes.
🕵️ claude-code · claude-opus-4-8 · run details
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps axios from 1.16.0 to 1.18.1.
Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
a209bfbchore(release): prepare release 1.18.1 (#11027)fa6a55echore(deps-dev): bump multer from 2.1.1 to 2.2.0 (#11026)40e7be8docs: clarifies that request data is request-specific in axios (#11025)a446b39fix(AxiosURLSearchParams): use arrow function so encoder.call(this) receives ...cf1306adocs: add Deno to install instructions (#11023)b32880afix: incorrect use of error (#11021)1792edafix: ensure maxBodyLength is explicitly passed to follow-redirects (#10993)30499d6fix: various runtime crashes and type definition mismatches (#10959)20ce9c4fix(http): defer env proxy handling to Node (#10942)e64bcf9chore(deps): merge branch 'v1.x' into tests/module/cjs (#11014)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.