Skip to content

Commit 9d471d3

Browse files
committed
fix(deps): patch minimatch to >= 10.2.3
Updates pnpm override for minimatch from >=10.2.1 to >=10.2.3 (resolved to 10.2.4), addressing CVE-2026-27903 and CVE-2026-27904 (both High). Refs: CIP-2803
1 parent 414be31 commit 9d471d3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"glob": ">=11.1.0",
5858
"qs": ">=6.14.1",
5959
"lodash": ">=4.17.23",
60-
"minimatch": ">=10.2.1",
60+
"minimatch": ">=10.2.3",
6161
"@isaacs/brace-expansion": ">=5.0.1",
6262
"fast-xml-parser": ">=5.3.4",
6363
"next": ">=15.5.10",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)