diff --git a/package-lock.json b/package-lock.json index 03c52ca1..652faf4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.0", "js-yaml": "^4.1.0", "ltx": "^3.0.0", - "minimatch": "^9.0.1" + "minimatch": "^9.0.3" }, "devDependencies": { "@types/chai": "^4.3.5", @@ -1878,9 +1878,9 @@ "dev": true }, "node_modules/minimatch": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", - "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", + "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" }, diff --git a/package.json b/package.json index 9ac3f79a..1e7f7aa5 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "@actions/core": "^1.10.0", "js-yaml": "^4.1.0", "ltx": "^3.0.0", - "minimatch": "^9.0.1" + "minimatch": "^9.0.3" } }