Skip to content

Commit 2d62ae3

Browse files
benoitfclaude
andcommitted
fix: resolve CVE-2026-33750 in brace-expansion
Upgrade brace-expansion to satisfy >=1.1.13 Advisory: GHSA-f886-m6hf-6m8v Co-authored-by: Claude <noreply@anthropic.com> Signed-off-by: Florent Benoit <fbenoit@redhat.com>
1 parent c675a4c commit 2d62ae3

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
"minimatch@>=9.0.0 <9.0.6": "^9.0.6",
6969
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
7070
"flatted@<3.4.0": ">=3.4.0",
71-
"rollup@>=4.0.0 <4.59.0": ">=4.59.0"
71+
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
72+
"brace-expansion@<1.1.13": ">=1.1.13"
7273
}
7374
},
7475
"resolutions": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)