build(deps): bump minimatch (#1348)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-25 00:54:57 +00:00
committed by GitHub
parent 17a5bf4dbc
commit 02d66c3f78
3 changed files with 31 additions and 11 deletions

3
dist/run/index.js generated vendored
View File

@@ -26482,6 +26482,9 @@ function parse (pattern, isSub) {
continue
}
// coalesce consecutive non-globstar * characters
if (c === '*' && stateChar === '*') continue
// if we already have a stateChar, then it means
// that there was something like ** or +? in there.
// Handle the stateChar, then proceed with this one.