From 331de70ab5d2c8287b51566eb8297d4f3a99932e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:28:39 +0000 Subject: [PATCH] chore(deps): bump minimatch from 10.2.1 to 10.2.3 Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.2.1 to 10.2.3. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.2.1...v10.2.3) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- src/coalesce-mcp/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2ea7cb73..a437ca80f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9987,7 +9987,7 @@ "dependencies": { "@tmcp/adapter-zod-v3": "0.2.1", "@tmcp/transport-stdio": "^0.4.0", - "minimatch": "^10.2.1", + "minimatch": "^10.2.3", "tmcp": "^1.16.0", "zod": "3.25.76" }, @@ -10017,15 +10017,15 @@ } }, "src/coalesce-mcp/node_modules/minimatch": { - "version": "10.2.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz", - "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==", + "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" }, "engines": { - "node": "20 || >=22" + "node": "18 || 20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/src/coalesce-mcp/package.json b/src/coalesce-mcp/package.json index 3d2642bb0..18a6f6d41 100644 --- a/src/coalesce-mcp/package.json +++ b/src/coalesce-mcp/package.json @@ -31,7 +31,7 @@ "dependencies": { "@tmcp/adapter-zod-v3": "0.2.1", "@tmcp/transport-stdio": "^0.4.0", - "minimatch": "^10.2.1", + "minimatch": "^10.2.3", "tmcp": "^1.16.0", "zod": "3.25.76" }