diff --git a/package-lock.json b/package-lock.json index f1bbacc..d4818df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^3.0.0", "lcov-parse": "^1.0.0", - "minimatch": "^10.2.0", + "minimatch": "^10.2.1", "prettier": "^3.8.1" }, "devDependencies": { @@ -3987,9 +3987,9 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz", + "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==", "dependencies": { "brace-expansion": "^5.0.2" }, @@ -8089,9 +8089,9 @@ "dev": true }, "minimatch": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.0.tgz", - "integrity": "sha512-ugkC31VaVg9cF0DFVoADH12k6061zNZkZON+aX8AWsR9GhPcErkcMBceb6znR8wLERM2AkkOxy2nWRLpT9Jq5w==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz", + "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==", "requires": { "brace-expansion": "^5.0.2" }, diff --git a/package.json b/package.json index 84f7ea5..20fa5bf 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "@actions/core": "^3.0.0", "lcov-parse": "^1.0.0", - "minimatch": "^10.2.0", + "minimatch": "^10.2.1", "prettier": "^3.8.1" }, "devDependencies": {