diff --git a/package-lock.json b/package-lock.json index 320a2d3bc9b7..b78e76467a1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25521,12 +25521,12 @@ "license": "ISC" }, "node_modules/minimatch": { - "version": "10.2.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz", - "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==", + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", + "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", "license": "BlueOak-1.0.0", "dependencies": { - "brace-expansion": "^5.0.2" + "brace-expansion": "^5.0.5" }, "engines": { "node": "18 || 20 || >=22" @@ -25545,9 +25545,9 @@ } }, "node_modules/minimatch/node_modules/brace-expansion": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz", - "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz", + "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==", "license": "MIT", "dependencies": { "balanced-match": "^4.0.2" @@ -39073,7 +39073,7 @@ "json5": "^2.2.3", "latest-version": "^5.1.0", "lodash": "^4.17.23", - "minimatch": "^10.2.4", + "minimatch": "^10.2.5", "minimist": "^1.2.8", "mkdirp": "^3.0.1", "natural-compare": "^1.4.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index db14763d2ba6..35838b61c111 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -55,7 +55,7 @@ "json5": "^2.2.3", "latest-version": "^5.1.0", "lodash": "^4.17.23", - "minimatch": "^10.2.4", + "minimatch": "^10.2.5", "minimist": "^1.2.8", "mkdirp": "^3.0.1", "natural-compare": "^1.4.0",