diff --git a/packages/glob/package-lock.json b/packages/glob/package-lock.json index 55f258ed..a907f6e0 100644 --- a/packages/glob/package-lock.json +++ b/packages/glob/package-lock.json @@ -25,7 +25,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.9.1", - "minimatch": "^9.0.5" + "minimatch": "^10.0.1" } }, "node_modules/@actions/core": { @@ -61,15 +61,15 @@ } }, "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==", "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/packages/glob/package.json b/packages/glob/package.json index 39cd75db..54b5eb9c 100644 --- a/packages/glob/package.json +++ b/packages/glob/package.json @@ -38,6 +38,6 @@ }, "dependencies": { "@actions/core": "^1.9.1", - "minimatch": "^9.0.5" + "minimatch": "^10.0.1" } }