diff --git a/package-lock.json b/package-lock.json index 5b57b29..d21a6f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "error-stack-parser": "^2.1.4", "extract-zip": "^2.0.1", "glob": "^13.0.3", - "minimatch": "^10.1.2", + "minimatch": "^10.2.2", "mocha": "^11.7.5", "sinon": "^21.0.1", "split2": "^4.2.0", @@ -5779,16 +5779,16 @@ } }, "node_modules/minimatch": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.0.tgz", - "integrity": "sha512-ugkC31VaVg9cF0DFVoADH12k6061zNZkZON+aX8AWsR9GhPcErkcMBceb6znR8wLERM2AkkOxy2nWRLpT9Jq5w==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz", + "integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { "brace-expansion": "^5.0.2" }, "engines": { - "node": "20 || >=22" + "node": "18 || 20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/package.json b/package.json index 7cd5bf3..5c05ce3 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "error-stack-parser": "^2.1.4", "extract-zip": "^2.0.1", "glob": "^13.0.3", - "minimatch": "^10.1.2", + "minimatch": "^10.2.2", "mocha": "^11.7.5", "sinon": "^21.0.1", "split2": "^4.2.0",