Skip to content

fix(deps): bump brace-expansion override floors to patched versions - #249

Open
stevenfackley wants to merge 2 commits into
mainfrom
fix/npm-audit-postcss-brace-expansion
Open

fix(deps): bump brace-expansion override floors to patched versions#249
stevenfackley wants to merge 2 commits into
mainfrom
fix/npm-audit-postcss-brace-expansion

Conversation

@stevenfackley

Copy link
Copy Markdown
Owner

The frontend npm audit --audit-level=moderate gate fails on every PR (including all three open Dependabot PRs) because the brace-expansion@1 override floor ^1.1.16 is below the patched 1.1.17 for GHSA-mh99-v99m-4gvg.

  • Bump brace-expansion@1 override to ^1.1.17, @2 to ^2.1.3
  • Regenerated lockfile; npm audit now reports 0 vulnerabilities
  • postcss was already resolved at 8.5.24 on main — no change needed

Unblocks Dependabot #245, #244, #240 (rebase after merge).

npm audit gate was failing on GHSA-mh99-v99m-4gvg: the existing
brace-expansion@1 override floor (^1.1.16) sat below the patched
1.1.17, so every resolution chain through eslint/minimatch stayed
vulnerable. Bump @1 to ^1.1.17 and @2 to ^2.1.3; audit now reports
0 vulnerabilities.
brace-expansion 1.1.17 shipped upstream, so the entry's premise
(no fixed 1.x release) no longer holds and the gate rightly demands
its removal now that the floor bump resolves the advisory.
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