Skip to content

chore(deps): bump brace-expansion (dev-tree DoS advisories) - #160

Merged
Nic-dorman merged 1 commit into
masterfrom
chore/bump-brace-expansion
Aug 17, 2026
Merged

chore(deps): bump brace-expansion (dev-tree DoS advisories)#160
Nic-dorman merged 1 commit into
masterfrom
chore/bump-brace-expansion

Conversation

@Nic-dorman

Copy link
Copy Markdown
Member

What

npm audit fix bump of brace-expansion in web/package-lock.json (+3/−3, lockfile only) clearing two high DoS advisories: GHSA-mh99-v99m-4gvg and GHSA-rgw5-rvv9-x895.

Why

The package sits in the dev-dependency tree only, so CI's npm audit --omit=dev never failed and nothing shipped affected. But make security audits dev deps too and has been failing locally since the advisories published. This keeps the stricter local check meaningful.

Verification

  • make security — fully green (govulncheck + full npm audit)
  • npm audit --omit=dev --audit-level=high — 0 vulnerabilities (CI-style)
  • npm run build — clean

🤖 Generated with Claude Code

…-rvv9-x895

Dev-dependency tree only, so CI's --omit=dev audit never tripped; bumped
so the stricter local `make security` (which audits dev deps too) runs
clean again.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@Nic-dorman
Nic-dorman merged commit f171226 into master Aug 17, 2026
10 checks passed
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