node_modules: update (#263)

Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
This commit is contained in:
Dawid Dziurla
2026-02-25 14:17:23 +01:00
committed by GitHub
parent 09ee758a9b
commit 7c60f8f904
3 changed files with 8 additions and 5 deletions

View File

@@ -390,6 +390,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.

View File

@@ -2,9 +2,9 @@
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
"name": "minimatch",
"description": "a glob matcher in javascript",
"version": "3.1.2",
"version": "3.1.3",
"publishConfig": {
"tag": "v3-legacy"
"tag": "legacy-v3"
},
"repository": {
"type": "git",