From 6b98c99374c7b45f55affba259c84420c0a98191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 04:34:09 +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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 70c9decf..606ad82d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "dotenv": "^17.2.1", "file-url": "^3.0.0", "iconv-lite": "^0.6.3", - "minimatch": "^10.0.3", + "minimatch": "^10.2.4", "moment": "^2.30.1", "relateurl": "^0.2.7", "semver": "^7.7.2", @@ -7633,9 +7633,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==", "dependencies": { "brace-expansion": "^5.0.2" }, @@ -19459,9 +19459,9 @@ "optional": true }, "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==", "requires": { "brace-expansion": "^5.0.2" }, diff --git a/package.json b/package.json index 9ac0f0ff..05c189a8 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "dotenv": "^17.2.1", "file-url": "^3.0.0", "iconv-lite": "^0.6.3", - "minimatch": "^10.0.3", + "minimatch": "^10.2.4", "moment": "^2.30.1", "relateurl": "^0.2.7", "semver": "^7.7.2",