From 425a660af3addcfd065f08744b25ac4c2f456512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:04:27 +0000 Subject: [PATCH] chore(deps): bump minimatch from 10.2.3 to 10.2.4 Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.2.3 to 10.2.4. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.2.3...v10.2.4) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",