Skip to content

Bump brace-expansion from 1.1.11 to 1.1.16 - #190

Merged
celiac747 merged 1 commit into
mainfrom
celiac747-bump-brace-expansion
Aug 28, 2026
Merged

Bump brace-expansion from 1.1.11 to 1.1.16#190
celiac747 merged 1 commit into
mainfrom
celiac747-bump-brace-expansion

Conversation

@celiac747

Copy link
Copy Markdown
Contributor

What

Upgrades brace-expansion from 1.1.11 → 1.1.16 in yarn.lock to fix the reported security vulnerability.

Details

  • The vulnerable copy is the brace-expansion@npm:^1.1.7 entry (pulled in transitively via minimatch@^3.x). 1.1.16 satisfies the existing ^1.1.7 range, so no direct dependency declarations change — only the resolved lockfile version and checksum.
  • The other lockfile entry, brace-expansion@npm:^2.0.1 (resolved to 2.0.1), is a separate major line and outside the scope of this advisory, so it is left untouched.
  • Verified with yarn install --immutable — the lockfile is consistent.

Scope note

This PR intentionally contains only the brace-expansion fix. The separately requested immutable 3.8.3 → 4.3.9 bump was investigated but excluded: it cannot be done without updating relay-compiler. immutable is force-pinned by the root resolutions override, and bumping it to v4 breaks @nova/graphql-compiler (which uses relay-compiler@^12, dependent on immutable v3's API) — its compiler test fails with IRTransformer: Unknown kind undefined. That change was reverted and left out of this PR.

Fixes a security vulnerability in brace-expansion. The version is bumped within the existing ^1.1.7 range consumed by minimatch, so no direct dependencies change.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 305bcbb5-8ee7-48ec-b81d-4b4da7e10c04
@celiac747
celiac747 merged commit ae6647e into main Aug 28, 2026
5 checks passed
@celiac747
celiac747 deleted the celiac747-bump-brace-expansion branch August 28, 2026 12:11
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