From 40516410995b98835b3196f0a46a20977b34d38e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 06:08:09 +0000 Subject: [PATCH] chore(deps): bump fastmcp from 4.12.1 to 4.13.0 in the fastmcp group Bumps the fastmcp group with 1 update: [fastmcp](https://github.com/punkpeye/fastmcp). Updates `fastmcp` from 4.12.1 to 4.13.0 - [Release notes](https://github.com/punkpeye/fastmcp/releases) - [Commits](https://github.com/punkpeye/fastmcp/compare/v4.12.1...v4.13.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastmcp ... 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 d67301a..311f65d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@amplitude/mcp-analytics": "^0.4.0", "@aws-sdk/client-sqs": "^3.1053.0", "@modelcontextprotocol/sdk": "^1.24.3", - "fastmcp": "4.12.1", + "fastmcp": "4.13.0", "ioredis": "^5.10.1", "ws": "^8.21.0", "zod": "^4.4.3" @@ -2353,9 +2353,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastmcp": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/fastmcp/-/fastmcp-4.12.1.tgz", - "integrity": "sha512-NdcHVr9e1xfQnajCOZ2rI83P01NN7QJaF6UyBN9PowNJ4lQs6SF442PvZB8MEGU9bj11N0KzA60gsKtyEkXskQ==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/fastmcp/-/fastmcp-4.13.0.tgz", + "integrity": "sha512-pOwS72Y+qEccULjUHIFNXbqeWmhCzO8L+ggeE1KjFT5uJ0rmPG1Gas+pc0XdF8iH5hFxyoVrFsybLKUjAFWxaA==", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.24.3", diff --git a/package.json b/package.json index 73b4fca..70adf81 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@amplitude/mcp-analytics": "^0.4.0", "@aws-sdk/client-sqs": "^3.1053.0", "@modelcontextprotocol/sdk": "^1.24.3", - "fastmcp": "4.12.1", + "fastmcp": "4.13.0", "ioredis": "^5.10.1", "ws": "^8.21.0", "zod": "^4.4.3"