Skip to content

fix(deps): force brace-expansion >=5.0.7 via npm override#337

Merged
jdfalk merged 1 commit into
mainfrom
fix/brace-expansion-override
Jul 21, 2026
Merged

fix(deps): force brace-expansion >=5.0.7 via npm override#337
jdfalk merged 1 commit into
mainfrom
fix/brace-expansion-override

Conversation

@jdfalk

@jdfalk jdfalk commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

Closes the last open Dependabot alert on this repo. brace-expansion@5.0.6 (GHSA, ReDoS) was pulled in transitively by @typescript-eslint/typescript-estree (dev scope). Dependabot's security-updater refused it (update_not_possible: downgrades_dependencies), so this uses the repo's established overrides pattern (already applied for lodash/js-yaml/fast-uri).

  • package.json — add "brace-expansion": "^5.0.7" override
  • package-lock.json — regenerated; both tree instances (1.1.16 + 5.0.6) dedupe to a single 5.0.7
  • npm install reports 0 vulnerabilities

🤖 Generated with Claude Code

The last open Dependabot alert: brace-expansion 5.0.6 pulled in transitively by
@typescript-eslint/typescript-estree (dev scope). Dependabot's security-updater
refused it ("update_not_possible: downgrades_dependencies"). Added a
brace-expansion overrides entry (same pattern as lodash/js-yaml/fast-uri),
deduping both tree instances to 5.0.7. npm audit: 0 vulnerabilities.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013vU67T2LJDCbYTBs9ZFAf2
@jdfalk
jdfalk merged commit 28ef759 into main Jul 21, 2026
@jdfalk
jdfalk deleted the fix/brace-expansion-override branch July 21, 2026 21:18
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