diff --git a/package-lock.json b/package-lock.json index 03c52ca1..bcf5b971 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.2" }, "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.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.2.tgz", + "integrity": "sha512-PZOT9g5v2ojiTL7r1xF6plNHLtOeTpSlDI007As2NlA2aYBMfVom17yqa6QzhmDP8QOhn7LjHTg7DFCVSSa6yg==", "dependencies": { "brace-expansion": "^2.0.1" }, diff --git a/package.json b/package.json index 9ac3f79a..fe60f33e 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.2" } }