chore(deps): bump brace-expansion to 5.0.7 (npm audit fix) - #111
Merged
Conversation
Fixes the moderate advisory "brace-expansion: Large numeric range defeats documented `max` DoS protection", a transitive devDependency via @typescript-eslint/typescript-estree. Lockfile-only change (npm audit fix); package.json untouched. `npm audit` now reports 0 vulnerabilities; `make verify` green. Assisted-by: ClaudeCode:claude-opus-4-8 Signed-off-by: Ronny Trommer <ronny@no42.org>
indigo423
added a commit
that referenced
this pull request
Jul 10, 2026
Security/maintenance patch: dev-dependency vulnerability fixes — @babel/core 7.29.7 (#110, GHSA-4x5r-pxfx-6jf8) and brace-expansion 5.0.7 (#111). npm audit clean. Assisted-by: ClaudeCode:claude-opus-4-8 Signed-off-by: Ronny Trommer <ronny@no42.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Runs
npm audit fixfor the remaining moderate advisory: brace-expansion — Large numeric range defeats documentedmaxDoS protection. It's a transitive devDependency (via@typescript-eslint/typescript-estree), used only in the lint toolchain.brace-expansion5.0.5 → 5.0.7. Lockfile-only;package.jsonuntouched.npm auditnow reports 0 vulnerabilities.make verifygreen (lint + typecheck + tests + audit + build).Follows #110 (the
@babel/corefix) — together these clear the repo's audit surface.🤖 Generated with Claude Code