Skip to content

[codex] fix axios dependabot alert#3964

Merged
szdziedzic merged 3 commits into
mainfrom
szdziedzic-codex/fix-dependabot-439-axios
Jul 15, 2026
Merged

[codex] fix axios dependabot alert#3964
szdziedzic merged 3 commits into
mainfrom
szdziedzic-codex/fix-dependabot-439-axios

Conversation

@szdziedzic

@szdziedzic szdziedzic commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Why

Dependabot reported security alert 439 for axios (GHSA-p92q-9vqr-4j8v, CVE-2026-44487). The eas-cli package pinned vulnerable axios@1.11.0, and the lockfile also contained vulnerable transitive axios@1.13.3. 1.16.0 is the first patched 1.x release; this PR uses 1.18.1 to align with the version already resolved for Nx.

How

Updated eas-cli to depend on axios@1.18.1 and re-resolved axios with Yarn so the direct dependency and Nx's existing ^1.12.0 range share a single axios@1.18.1 lockfile resolution. Added a main changelog chore entry for the security bump.

Test Plan

  • corepack yarn oxfmt packages/eas-cli/package.json yarn.lock
  • corepack yarn install --immutable
  • corepack yarn fmt:check
  • corepack yarn why axios
  • corepack yarn lint-changelog
  • git diff --check

corepack yarn install --immutable still reports the same pre-existing peer dependency warnings for graphql, oxlint-tsgolint, eslint, and @types/node.

@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.52%. Comparing base (fc09fe4) to head (2559149).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3964   +/-   ##
=======================================
  Coverage   60.52%   60.52%           
=======================================
  Files         955      955           
  Lines       42081    42081           
  Branches     8835     8835           
=======================================
  Hits        25465    25465           
  Misses      16522    16522           
  Partials       94       94           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@szdziedzic
szdziedzic requested a review from sjchmiela July 6, 2026 17:15
@szdziedzic
szdziedzic marked this pull request as ready for review July 6, 2026 17:15
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Subscribed to pull request

File Patterns Mentions
**/* @douglowder

Generated by CodeMention

Warning: The preamble and epilogue options in commentConfiguration are deprecated. Use template instead.

@szdziedzic
szdziedzic requested a review from douglowder July 7, 2026 09:10

@sjchmiela sjchmiela left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shall we bump to 1.18.1 to align with nx?

@szdziedzic
szdziedzic requested a review from sjchmiela July 14, 2026 11:09
@szdziedzic
szdziedzic force-pushed the szdziedzic-codex/fix-dependabot-439-axios branch from 8ee2930 to 2559149 Compare July 15, 2026 09:14
@github-actions

Copy link
Copy Markdown

✅ Thank you for adding the changelog entry!

@szdziedzic
szdziedzic merged commit ac60d15 into main Jul 15, 2026
10 checks passed
@szdziedzic
szdziedzic deleted the szdziedzic-codex/fix-dependabot-439-axios branch July 15, 2026 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants