diff --git a/package-lock.json b/package-lock.json index 90d180d1..95b5ed56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "compare-versions": "^5.0.0", "ethereum-cryptography": "^2.0.0", "lodash": "^4.17.20", - "minimatch": "^6.0.0", + "minimatch": "^9.0.0", "minimist": "^1.2.5", "solidity-ast": "^0.4.51" }, @@ -5715,14 +5715,14 @@ "dev": true }, "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": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/package.json b/package.json index acaa5978..8f2d7273 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "compare-versions": "^5.0.0", "ethereum-cryptography": "^2.0.0", "lodash": "^4.17.20", - "minimatch": "^6.0.0", + "minimatch": "^9.0.0", "minimist": "^1.2.5", "solidity-ast": "^0.4.51" },