Skip to content

chore: tighten stale brace-expansion override - 2026-08-13 - #763

Merged
jennifer-takagi merged 1 commit into
mainfrom
ktlo/prune-stale-overrides-2026-08-13
Aug 13, 2026
Merged

chore: tighten stale brace-expansion override - 2026-08-13#763
jennifer-takagi merged 1 commit into
mainfrom
ktlo/prune-stale-overrides-2026-08-13

Conversation

@jennifer-takagi

Copy link
Copy Markdown
Collaborator

What

Tighten the brace-expansion entry in package.json overrides:

-    "brace-expansion": "^5.0.8"
+    "brace-expansion": "^5.0.9"

Why

The ^5.0.8 caret still admitted the advisory-vulnerable 5.0.8. GHSA-rgw5-rvv9-x895 covers <5.0.9, so raising the override floor to ^5.0.9 closes that window and prevents a future resolve from pulling 5.0.8 back in.

Verification

  • npm ls brace-expansion --all shows every resolution at 5.0.9.
  • npm audit total unchanged: 0 vulnerabilities before → 0 after (did not increase).
  • Gates all pass: typecheck, check (biome), test, build, plus husky pre-commit. Biome auto-formatted an unrelated file (src/react-scanner.d.ts) during check; it was reverted so the diff stays package.json only.
  • The react-scanner>picomatch override is left untouched.
  • Lockfile already resolved to 5.0.9, so no package-lock.json change was needed.

🤖 Generated with Claude Code

Tighten the brace-expansion override from ^5.0.8 to ^5.0.9. The ^5.0.8
caret still admitted the advisory-vulnerable 5.0.8 (GHSA-rgw5-rvv9-x895
covers <5.0.9), so bumping the floor to ^5.0.9 closes that window.

npm audit total unchanged (0 before, 0 after). All gates pass
(typecheck, biome check, test, build). The react-scanner>picomatch
override is left untouched.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jennifer-takagi
jennifer-takagi merged commit e7b5488 into main Aug 13, 2026
1 check passed
@jennifer-takagi
jennifer-takagi deleted the ktlo/prune-stale-overrides-2026-08-13 branch August 13, 2026 15:07
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.

1 participant