diff --git a/package-lock.json b/package-lock.json index 06f3ddb9..e4e27ae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "lodash.merge": "^4.6.2", "merge2": "^1.4.1", "micromatch": "^4.0.8", - "minimatch": "^10.2.3", + "minimatch": "^10.2.4", "ms": "^2.1.3", "natural-compare": "^1.4.0", "optionator": "^0.9.4", @@ -13385,9 +13385,9 @@ } }, "node_modules/minimatch": { - "version": "10.2.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.3.tgz", - "integrity": "sha512-Rwi3pnapEqirPSbWbrZaa6N3nmqq4Xer/2XooiOKyV3q12ML06f7MOuc5DVH8ONZIFhwIYQ3yzPH4nt7iWHaTg==", + "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 f0e925c6..d162d2eb 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "lodash.merge": "^4.6.2", "merge2": "^1.4.1", "micromatch": "^4.0.8", - "minimatch": "^10.2.3", + "minimatch": "^10.2.4", "ms": "^2.1.3", "natural-compare": "^1.4.0", "optionator": "^0.9.4",