diff --git a/package-lock.json b/package-lock.json index ec330b54..0e060f14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "lint-staged": "^12.5.0", "lodash": "4.17.21", "mime-types": "2.1.35", - "minimatch": "^9.0.3", + "minimatch": "^10.0.1", "node-html-parser": "^6.1.5", "normalize-path": "^3.0.0", "simple-git": "3.22.0", @@ -8812,6 +8812,22 @@ "node": ">=10.13.0" } }, + "node_modules/glob/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/global-modules": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", @@ -11339,16 +11355,16 @@ } }, "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==", "dev": true, "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/package.json b/package.json index 092bb027..3ced1fe7 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "lint-staged": "^12.5.0", "lodash": "4.17.21", "mime-types": "2.1.35", - "minimatch": "^9.0.3", + "minimatch": "^10.0.1", "node-html-parser": "^6.1.5", "normalize-path": "^3.0.0", "simple-git": "3.22.0",