From 8013ffab147a9fc37703ccdcd4bbef2657268389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 02:33:22 +0000 Subject: [PATCH] chore(deps): bump minimatch in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [minimatch](https://github.com/isaacs/minimatch). Updates `minimatch` from 10.0.1 to 10.2.1 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.0.1...v10.2.1) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 33 +++++++++++++++++++++++++++------ src/filesystem/package.json | 2 +- 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46db9cb702..cb39efe2af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3821,7 +3821,7 @@ "@modelcontextprotocol/sdk": "^1.26.0", "diff": "^8.0.3", "glob": "^10.5.0", - "minimatch": "^10.0.1", + "minimatch": "^10.2.1", "zod-to-json-schema": "^3.23.5" }, "bin": { @@ -3837,13 +3837,34 @@ "vitest": "^2.1.8" } }, + "src/filesystem/node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" + } + }, + "src/filesystem/node_modules/brace-expansion": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz", + "integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==", + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + } + }, "src/filesystem/node_modules/minimatch": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", - "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", - "license": "ISC", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz", + "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==", + "license": "BlueOak-1.0.0", "dependencies": { - "brace-expansion": "^2.0.1" + "brace-expansion": "^5.0.2" }, "engines": { "node": "20 || >=22" diff --git a/src/filesystem/package.json b/src/filesystem/package.json index 97357d90f4..b29baabd47 100644 --- a/src/filesystem/package.json +++ b/src/filesystem/package.json @@ -28,7 +28,7 @@ "@modelcontextprotocol/sdk": "^1.26.0", "diff": "^8.0.3", "glob": "^10.5.0", - "minimatch": "^10.0.1", + "minimatch": "^10.2.1", "zod-to-json-schema": "^3.23.5" }, "devDependencies": {