Skip to content

fix(deps): resolve CVE-2026-29063 prototype pollution in immutable#1000

Merged
otaviomacedo merged 1 commit intomainfrom
fix/dependabot-immutable
Mar 9, 2026
Merged

fix(deps): resolve CVE-2026-29063 prototype pollution in immutable#1000
otaviomacedo merged 1 commit intomainfrom
fix/dependabot-immutable

Conversation

@sarayev
Copy link
Contributor

@sarayev sarayev commented Mar 6, 2026

Summary

Resolves CVE-2026-29063 (prototype pollution) in immutable 3.7.6 → 4.3.8.

Changes

  • Added yarn resolution: "immutable": "^4.3.8"

Strategy

Traced via yarn why: @graphql-codegen/visitor-plugin-common@graphql-tools/relay-operation-optimizer@ardatan/relay-compilerimmutable ~3.7.6. Parent pins ~3.7.6 (major version bump needed) — no direct bump possible, resolution required.

Verification

  • lerna run build
  • lerna run test
  • yarn extract-dependency-licenses ✅ (18 ins/27 del)
  • Cloud E2E: 29/30 passed (1 flaky test in push_codegen_ios/android group — same test fails on unrelated branches)

@sarayev sarayev requested review from a team as code owners March 6, 2026 15:41
Adds a resolution to upgrade immutable from 3.7.6 to 4.3.8
to fix Prototype Pollution vulnerability (CVE-2026-29063).
The package is a transitive dependency of @ardatan/relay-compiler.

Resolves Dependabot alert #136.
@sarayev sarayev force-pushed the fix/dependabot-immutable branch from c85d042 to f36e75b Compare March 6, 2026 19:35
@otaviomacedo otaviomacedo merged commit 26cec80 into main Mar 9, 2026
5 checks passed
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.

3 participants