Skip to content

Commit 4bbf05a

Browse files
benoitfclaude
andcommitted
fix: resolve CVE-2026-33671 in picomatch
Upgrade picomatch to satisfy >=4.0.4 Advisory: GHSA-c2c7-rcm5-vvqj Co-authored-by: Claude <noreply@anthropic.com> Signed-off-by: Florent Benoit <fbenoit@redhat.com>
1 parent 9ca0c76 commit 4bbf05a

2 files changed

Lines changed: 6 additions & 16 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
"overrides": {
6767
"glob": "10.5.0",
6868
"minimatch@<3.1.3": "3.1.5",
69-
"minimatch@>=9.0.0 <9.0.7": "9.0.9"
69+
"minimatch@>=9.0.0 <9.0.7": "9.0.9",
70+
"picomatch@>=4.0.0 <4.0.4": "4.0.4"
7071
}
7172
}
7273
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)