chore(SEC-10819): upgrade axios to 1.13.5#41
chore(SEC-10819): upgrade axios to 1.13.5#41phantom-autopilot[bot] wants to merge 1 commit intodevfrom
Conversation
Resolves GHSA-43fc-jf86-j433 / CVE-2026-25639 — axios >=1.0.0,<=1.13.4 is vulnerable to denial of service via __proto__ key in mergeConfig. Bumps the direct axios dependency to ^1.13.5 and adds yarn resolutions + npm overrides so transitive consumers (etherscan-api, wait-on) also resolve to a non-vulnerable version (1.16.0).
|
PR opened by agent |
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR upgrades Axios to version 1.13.5 to address security vulnerability GHSA-43fc-jf86-j433. The changeset entry documents the patch release, and package.json is updated to reflect the new version in dependencies, resolutions, and overrides sections for consistent enforcement across the dependency tree. ChangesAxios Security Update to 1.13.5
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
PR opened by agent Draft PR: #41 |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Summary
axiosto^1.13.5(resolves to1.16.0) to remediate GHSA-43fc-jf86-j433 / CVE-2026-25639 — DoS via__proto__key inmergeConfig.resolutionsand npmoverridesforaxiosso transitive consumers (etherscan-api,wait-on) also pick up the patched version.yarn.lockandpnpm-lock.yaml; both now contain a singleaxios@1.16.0entry.Linear: SEC-10819
Test plan
helpers.js,plugins/index.js,support/index.jsexist ondevand are out of scope).yarn why axiosshows all consumers resolve to1.16.0.🤖 Generated with Claude Code
Summary by CodeRabbit