Skip to content

Commit 534921e

Browse files
chore(deps): bump brace-expansion overrides to patched versions
CI `pnpm audit --audit-level=high` flagged brace-expansion advisories (GHSA-mh99-v99m-4gvg, GHSA-rgw5-rvv9-x895) in transitive deps via @swc/cli>minimatch and @storybook/react-*. The existing overrides did not cover the vulnerable ranges. Override brace-expansion 2.x to >=2.1.4 and 3.x-5.x to >=5.0.9. Audit at --audit-level=high now passes. Co-Authored-By: Aleksandr Kislitsyn <aleksandr.kislitsyn@gmail.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5637a19 commit 534921e

2 files changed

Lines changed: 13 additions & 15 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
"picomatch": ">=4.0.4",
1717
"file-type": ">=21.3.2",
1818
"brace-expansion@<1.1.12": "1.1.12",
19-
"brace-expansion@>=2.0.0 <2.0.2": "2.0.2",
20-
"brace-expansion@>=3.0.0 <3.0.1": "3.0.1",
21-
"brace-expansion@>=4.0.0 <4.0.1": "4.0.1",
19+
"brace-expansion@>=2.0.0 <2.1.4": "2.1.4",
20+
"brace-expansion@>=3.0.0 <5.0.9": "5.0.9",
2221
"defu": ">=6.1.5",
2322
"vite": "^8.1.5",
2423
"fast-xml-parser@<5.7.0": ">=5.7.0",

pnpm-lock.yaml

Lines changed: 11 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)