From 8a4ad00e8c3ca22635aae35e5c1d5adaf5cb4b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 04:14:53 +0000 Subject: [PATCH] chore(deps): bump @modelcontextprotocol/sdk Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.20.0 to 1.20.2. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/1.20.0...1.20.2) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.20.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/chatbots/typescript/package-lock.json | 8 ++++---- examples/chatbots/typescript/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/chatbots/typescript/package-lock.json b/examples/chatbots/typescript/package-lock.json index b2d8aaeb..eca7bb09 100644 --- a/examples/chatbots/typescript/package-lock.json +++ b/examples/chatbots/typescript/package-lock.json @@ -15,7 +15,7 @@ "@aws-sdk/credential-provider-node": "^3.922.0", "@aws-sdk/protocol-http": "^3.374.0", "@aws-sdk/types": "^3.922.0", - "@modelcontextprotocol/sdk": "^1.20.0", + "@modelcontextprotocol/sdk": "^1.20.2", "@smithy/signature-v4": "^5.3.4", "readline-sync": "^1.4.10", "winston": "^3.18.3" @@ -2661,9 +2661,9 @@ } }, "node_modules/@modelcontextprotocol/sdk": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.20.0.tgz", - "integrity": "sha512-kOQ4+fHuT4KbR2iq2IjeV32HiihueuOf1vJkq18z08CLZ1UQrTc8BXJpVfxZkq45+inLLD+D4xx4nBjUelJa4Q==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.20.2.tgz", + "integrity": "sha512-6rqTdFt67AAAzln3NOKsXRmv5ZzPkgbfaebKBqUbts7vK1GZudqnrun5a8d3M/h955cam9RHZ6Jb4Y1XhnmFPg==", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/examples/chatbots/typescript/package.json b/examples/chatbots/typescript/package.json index 1a595f5b..a9c5990f 100644 --- a/examples/chatbots/typescript/package.json +++ b/examples/chatbots/typescript/package.json @@ -13,7 +13,7 @@ "@aws-sdk/client-cloudformation": "^3.913.0", "@aws-sdk/client-ssm": "^3.913.0", "@aws-sdk/credential-provider-node": "^3.922.0", - "@modelcontextprotocol/sdk": "^1.20.0", + "@modelcontextprotocol/sdk": "^1.20.2", "readline-sync": "^1.4.10", "winston": "^3.18.3", "@aws-sdk/protocol-http": "^3.374.0",