diff --git a/package-lock.json b/package-lock.json index 1e3cb54..a9c27be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@babel/preset-react": "7.28.5", "@babel/preset-typescript": "7.28.5", "glob": "13.0.6", - "minimatch": "10.2.2" + "minimatch": "10.2.4" }, "bin": { "react-compiler-tracker": "dist/index.js" @@ -2442,9 +2442,9 @@ } }, "node_modules/minimatch": { - "version": "10.2.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz", - "integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==", + "version": "10.2.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz", + "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==", "license": "BlueOak-1.0.0", "dependencies": { "brace-expansion": "^5.0.2" diff --git a/package.json b/package.json index d6675c1..52ee5b8 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,6 @@ "@babel/preset-react": "7.28.5", "@babel/preset-typescript": "7.28.5", "glob": "13.0.6", - "minimatch": "10.2.2" + "minimatch": "10.2.4" } }