Skip to content

Commit 5f2b5a5

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 (only 2 moderate advisories remain, below the high threshold). Co-Authored-By: Aleksandr Kislitsyn <aleksandr.kislitsyn@gmail.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 386f2ad commit 5f2b5a5

2 files changed

Lines changed: 22 additions & 9 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"yaml": ">=2.8.3",
1616
"picomatch": ">=4.0.4",
1717
"file-type": ">=21.3.2",
18-
"brace-expansion": ">=2.0.3 <3",
1918
"defu": ">=6.1.5",
2019
"vite": "^8.1.5",
2120
"esbuild@>=0.27.3 <0.28.1": "0.28.1",
@@ -25,7 +24,8 @@
2524
"@xhmikosr/decompress@<10.2.1": "10.2.1",
2625
"ws@>=8.0.0 <8.21.0": "8.21.1",
2726
"@babel/core@<=7.29.0": "7.29.7",
28-
"brace-expansion": "^5.0.7"
27+
"brace-expansion@>=2.0.0 <2.1.4": "2.1.4",
28+
"brace-expansion@>=3.0.0 <5.0.9": "5.0.9"
2929
}
3030
},
3131
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)