chore(deps): bump brace-expansion to patched versions (DoS advisory)#263
Merged
important-new merged 1 commit intoJul 22, 2026
Merged
Conversation
Lockfile-only patch bumps clearing 3 Dependabot alerts (the same brace-expansion ReDoS advisory across three major lines): - glob's brace-expansion 1.1.15 -> 1.1.16 - readdir-glob's brace-expansion 2.1.1 -> 2.1.2 - top-level brace-expansion 5.0.6 -> 5.0.7 All within existing semver ranges; no package.json change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017YiCgWAmqyzpfs3pp1kjg3
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.
Lockfile-only patch bumps clearing 3 Dependabot alerts — the same brace-expansion ReDoS (exponential-time expansion) advisory across three major lines pulled in transitively:
glob's brace-expansion1.1.15 → 1.1.16(alert:< 1.1.16)readdir-glob's brace-expansion2.1.1 → 2.1.2(alert:>=2.0.0 <2.1.2)5.0.6 → 5.0.7(alert:>=3.0.0 <5.0.7)All patched versions are within the existing
^ranges, sonpm update brace-expansionresolved them with nopackage.jsonchange and no code impact.brace-expansionis a leaf utility underglob/readdir-glob/eslint (build/dev tooling), not in the runtime worker bundle. Build verified locally.🤖 Generated with Claude Code