diff --git a/package-lock.json b/package-lock.json index a367e995..3f372d0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "glob": "^8.1.0", "lodash": "^4.17.21", "madge": "^8.0.0", - "minimatch": "^6.1.6", + "minimatch": "^10.0.1", "p-limit": "^4.0.0", "prompt": "^1.3.0", "spinnies": "^0.5.1", @@ -4859,14 +4859,14 @@ } }, "node_modules/minimatch": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz", - "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==", + "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": ">=10" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/package.json b/package.json index 1fa3d704..2063b06f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "glob": "^8.1.0", "lodash": "^4.17.21", "madge": "^8.0.0", - "minimatch": "^6.1.6", + "minimatch": "^10.0.1", "p-limit": "^4.0.0", "prompt": "^1.3.0", "spinnies": "^0.5.1",