diff --git a/examples/chatbots/typescript/package-lock.json b/examples/chatbots/typescript/package-lock.json index 1a37d93..9abefa8 100644 --- a/examples/chatbots/typescript/package-lock.json +++ b/examples/chatbots/typescript/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.1", "dependencies": { "@aws-sdk/client-bedrock-runtime": "^3.835.0", - "@modelcontextprotocol/sdk": "^1.12.1", + "@modelcontextprotocol/sdk": "^1.13.1", "readline-sync": "^1.4.10", "winston": "^3.17.0" }, @@ -924,9 +924,9 @@ } }, "node_modules/@modelcontextprotocol/sdk": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.12.1.tgz", - "integrity": "sha512-KG1CZhZfWg+u8pxeM/mByJDScJSrjjxLc8fwQqbsS8xCjBmQfMNEBTotYdNanKekepnfRI85GtgQlctLFpcYPw==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.13.1.tgz", + "integrity": "sha512-8q6+9aF0yA39/qWT/uaIj6zTpC+Qu07DnN/lb9mjoquCJsAh6l3HyYqc9O3t2j7GilseOQOQimLg7W3By6jqvg==", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/examples/chatbots/typescript/package.json b/examples/chatbots/typescript/package.json index caac0ea..1f0badb 100644 --- a/examples/chatbots/typescript/package.json +++ b/examples/chatbots/typescript/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@aws-sdk/client-bedrock-runtime": "^3.835.0", - "@modelcontextprotocol/sdk": "^1.12.1", + "@modelcontextprotocol/sdk": "^1.13.1", "readline-sync": "^1.4.10", "winston": "^3.17.0" },