Remediate CVE-2026-67320, CVE-2026-67317, CVE-2026-67312, CVE-2026-67318, CVE-2026-67319, CVE-2026-67321, CVE-2026-67315, CVE-2026-67313, CVE-2026-67314 (axios) - #948
Conversation
…VE-2026-67318, CVE-2026-67319, CVE-2026-67321, CVE-2026-67315, CVE-2026-67313, CVE-2026-67314 (axios) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
🔎 Dependency bump analysisBreaking changes: Impact reportChangelog Report: axios 1.16.0 → 1.18.0 (CAT-2744)SummaryMend bumped Upstream changes (1.16.1 → 1.18.0)
No maintainer changelog entry across these three releases is flagged as Lockfile side-effect worth notingThe diff also flips How we use itaxios is used in exactly two runtime call sites plus one test file, all
Checked against each 1.17.0/1.18.0 change:
Action items / risksNo action needed. The bump is lockfile-only, References |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #948 +/- ##
=======================================
Coverage 77.77% 77.77%
=======================================
Files 1 1
Lines 9 9
=======================================
Hits 7 7
Misses 2 2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
The fix-ci agent made no change this run while CI is red. The reconcile sweep will escalate this PR to a human rather than retry. |
|
🚨 fix-ci circuit open — a fix attempt made no progress. The bot has stopped auto-fixing CI on this PR; it needs a human. |
This PR contains the following updates:
1.16.0→1.18.0By merging this PR, the below vulnerabilities will be automatically resolved:
Bump strategy
Bump strategy: axios 1.16.0 -> 1.18.0
axiosis declared inpackage.jsonunderdependencieswith the range">= 1.15.0 < 2.0.0", which alreadypermits
1.18.0— no manifest change was required.package-lock.jsonneeded updating: the resolvednode_modules/axiosentry was bumped from1.16.0to1.18.0(new integrity hash, new resolved URL).
https-proxy-agentas a runtime dependency. Itstransitive chain (
https-proxy-agent,agent-base,debug,ms)was already present in the lockfile as dev-only transitives (pulled
in elsewhere); bumping axios promotes them to non-dev in the lock,
which is an expected side effect of the resolve, not a separate change.
manifest, so nothing else was touched.
npm ls axios(resolves to 1.18.0) and a secondnpm install --package-lock-onlyproducing no further diff.