diff --git a/package-lock.json b/package-lock.json index 1e3cb54..6d234c9 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.3" }, "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.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.3.tgz", + "integrity": "sha512-Rwi3pnapEqirPSbWbrZaa6N3nmqq4Xer/2XooiOKyV3q12ML06f7MOuc5DVH8ONZIFhwIYQ3yzPH4nt7iWHaTg==", "license": "BlueOak-1.0.0", "dependencies": { "brace-expansion": "^5.0.2" diff --git a/package.json b/package.json index d6675c1..a162d76 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.3" } }