Skip to content

Commit 7f3b075

Browse files
benoitfclaude
andcommitted
fix: resolve CVE-2026-26996 in minimatch
Upgrade minimatch to satisfy >=9.0.6 Advisory: GHSA-3ppc-4f35-3m26 Co-authored-by: Claude <noreply@anthropic.com> Signed-off-by: Florent Benoit <fbenoit@redhat.com>
1 parent 04c4aa0 commit 7f3b075

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,10 @@
149149
"vite": "^8.0.16",
150150
"vitest": "^4"
151151
},
152-
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd"
152+
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
153+
"pnpm": {
154+
"overrides": {
155+
"minimatch@>=9.0.0 <9.0.6": "^9.0.6"
156+
}
157+
}
153158
}

pnpm-lock.yaml

Lines changed: 7 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)