diff --git a/examples/chatbots/typescript/package-lock.json b/examples/chatbots/typescript/package-lock.json index e8363fe6..5680c10b 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.873.0", "@aws-sdk/protocol-http": "^3.374.0", "@aws-sdk/types": "^3.862.0", - "@modelcontextprotocol/sdk": "^1.17.5", + "@modelcontextprotocol/sdk": "^1.18.2", "@smithy/signature-v4": "^5.2.0", "readline-sync": "^1.4.10", "winston": "^3.17.0" @@ -1106,9 +1106,9 @@ } }, "node_modules/@modelcontextprotocol/sdk": { - "version": "1.17.5", - "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.17.5.tgz", - "integrity": "sha512-QakrKIGniGuRVfWBdMsDea/dx1PNE739QJ7gCM41s9q+qaCYTHCdsIBXQVVXry3mfWAiaM9kT22Hyz53Uw8mfg==", + "version": "1.18.2", + "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.18.2.tgz", + "integrity": "sha512-beedclIvFcCnPrYgHsylqiYJVJ/CI47Vyc4tY8no1/Li/O8U4BTlJfy6ZwxkYwx+Mx10nrgwSVrA7VBbhh4slg==", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/examples/chatbots/typescript/package.json b/examples/chatbots/typescript/package.json index 2e484032..aabb70d9 100644 --- a/examples/chatbots/typescript/package.json +++ b/examples/chatbots/typescript/package.json @@ -13,7 +13,7 @@ "@aws-sdk/client-cloudformation": "^3.882.0", "@aws-sdk/client-ssm": "^3.882.0", "@aws-sdk/credential-provider-node": "^3.873.0", - "@modelcontextprotocol/sdk": "^1.17.5", + "@modelcontextprotocol/sdk": "^1.18.2", "readline-sync": "^1.4.10", "winston": "^3.17.0", "@aws-sdk/protocol-http": "^3.374.0",