Skip to content

fix(deps): bump brace-expansion to resolve DoS advisory#665

Merged
lourens-octopus merged 1 commit into
mainfrom
lourens/fix-brace-expansion
Jul 24, 2026
Merged

fix(deps): bump brace-expansion to resolve DoS advisory#665
lourens-octopus merged 1 commit into
mainfrom
lourens/fix-brace-expansion

Conversation

@lourens-octopus

Copy link
Copy Markdown
Contributor

What

Clears the brace-expansion high-severity DoS advisory (GHSA-52cp-r559-cp3m et al.). The advisory range was expanded to span the 1.x, 2.x and 3.x–5.x lines, so every transitive copy in the tree was flagged (top-level, plus copies under glob and the TypeScript-ESLint tooling).

npm update brace-expansion bumps each within its own major line → 1.1.16 / 2.1.2 / 5.0.8.

Notes

  • Transitive-only — no package.json change.
  • Where the glob-nested copy is bundled, dist/index.js is rebuilt; otherwise it's a lockfile-only change.
  • npm audit reports brace-expansion clean.

🤖 Generated with Claude Code

The brace-expansion advisory now spans the 1.x, 2.x and 3.x-5.x lines,
flagging every transitive copy in the tree. npm update brace-expansion
bumps them to patched versions within their major lines (1.1.16, 2.1.2,
5.0.8). Bundled dist rebuilt where the glob-nested copy is included.
Transitive-only change (no package.json edit).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@lourens-octopus
lourens-octopus requested a review from a team as a code owner July 23, 2026 21:06
@lourens-octopus
lourens-octopus merged commit 18d4d88 into main Jul 24, 2026
14 checks passed
@lourens-octopus
lourens-octopus deleted the lourens/fix-brace-expansion branch July 24, 2026 03:50
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