diff --git a/package-lock.json b/package-lock.json index 2efdf6a..a4f0519 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "glob": "13.0.6", - "minimatch": "10.2.5" + "minimatch": "10.2.6" }, "bin": { "react-compiler-tracker": "dist/index.js" @@ -3476,12 +3476,12 @@ } }, "node_modules/minimatch": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", - "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", + "version": "10.2.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz", + "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==", "license": "BlueOak-1.0.0", "dependencies": { - "brace-expansion": "^5.0.5" + "brace-expansion": "^5.0.8" }, "engines": { "node": "18 || 20 || >=22" diff --git a/package.json b/package.json index 09405a8..2314431 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,6 @@ }, "dependencies": { "glob": "13.0.6", - "minimatch": "10.2.5" + "minimatch": "10.2.6" } }