diff --git a/package-lock.json b/package-lock.json index 4cb3ea7e..f69b03ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "globby": "^14.0.2", "graceful-fs": "^4.2.11", "micromatch": "^4.0.7", - "minimatch": "^9.0.5", + "minimatch": "^10.0.1", "pretty-hrtime": "^1.0.3", "random-int": "^3.0.0" }, @@ -39,7 +39,7 @@ "tap-xunit": "^2.4.1" }, "engines": { - "node": "^20.11.0 || >=21.2.0", + "node": "^20.11.0 || >=22.0.0", "npm": ">= 8" } }, @@ -4692,14 +4692,14 @@ } }, "node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", + "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -5960,21 +5960,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/rimraf/node_modules/minimatch": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", - "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", - "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": "20 || >=22" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/rimraf/node_modules/minipass": { "version": "7.1.2", "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", diff --git a/package.json b/package.json index bfc2148a..b030ca70 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "globby": "^14.0.2", "graceful-fs": "^4.2.11", "micromatch": "^4.0.7", - "minimatch": "^9.0.5", + "minimatch": "^10.0.1", "pretty-hrtime": "^1.0.3", "random-int": "^3.0.0" },