From 36c3651dfb5c99415cace24b4454989864584c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:58:13 +0000 Subject: [PATCH] chore(deps): bump fastmcp in the fastmcp group across 1 directory Bumps the fastmcp group with 1 update in the / directory: [fastmcp](https://github.com/punkpeye/fastmcp). Updates `fastmcp` from 4.4.0 to 4.7.2 - [Release notes](https://github.com/punkpeye/fastmcp/releases) - [Commits](https://github.com/punkpeye/fastmcp/compare/v4.4.0...v4.7.2) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 4.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastmcp ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1aeaa58..c3ad1ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "SSPL-1.0", "dependencies": { "@aws-sdk/client-sqs": "^3.1053.0", - "fastmcp": "4.4.0", + "fastmcp": "4.7.2", "ioredis": "^5.10.1", "ws": "^8.21.0", "zod": "^4.4.3" @@ -2362,9 +2362,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastmcp": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/fastmcp/-/fastmcp-4.4.0.tgz", - "integrity": "sha512-WM3q5Edo8ZHGYx2DBXtbAfATM+LfvfxJU94LfS0MSartOyQljAg8GycWbx+W4A41RfMlCcQMvN5qgpUG7JxK8g==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/fastmcp/-/fastmcp-4.7.2.tgz", + "integrity": "sha512-tTMq1v1uFXJYGdE2ZvkTavHjRehnXG697yvhgrEQudZ+0ohqAtMcTM79+5X3eN3O4StKAEORk6p89rYHehjHag==", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.24.3", @@ -2386,7 +2386,7 @@ "fastmcp": "dist/bin/fastmcp.js" }, "peerDependencies": { - "jose": "^5.0.0" + "jose": "^5.0.0 || ^6.0.0" }, "peerDependenciesMeta": { "jose": { diff --git a/package.json b/package.json index a5f0942..6687cac 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ }, "dependencies": { "@aws-sdk/client-sqs": "^3.1053.0", - "fastmcp": "4.4.0", + "fastmcp": "4.7.2", "ioredis": "^5.10.1", "ws": "^8.21.0", "zod": "^4.4.3"