diff --git a/examples/chatbots/typescript/package-lock.json b/examples/chatbots/typescript/package-lock.json index 6292b360..da3c37e2 100644 --- a/examples/chatbots/typescript/package-lock.json +++ b/examples/chatbots/typescript/package-lock.json @@ -8,7 +8,7 @@ "name": "mcp-chatbot-typescript", "version": "0.1.0", "dependencies": { - "@aws-sdk/client-bedrock-runtime": "^3.750.0", + "@aws-sdk/client-bedrock-runtime": "^3.778.0", "@modelcontextprotocol/sdk": "^1.5.0", "readline-sync": "^1.4.10", "winston": "^3.17.0" @@ -162,9 +162,9 @@ } }, "node_modules/@aws-sdk/client-bedrock-runtime": { - "version": "3.777.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-bedrock-runtime/-/client-bedrock-runtime-3.777.0.tgz", - "integrity": "sha512-u5fuxmrjMGqHV/3Kl3nNTeqP8sNpvv/TOjHVmuJ7ZgysPywLabh44cGuGdHsMRE5i0WN/qtG510VuGZAcXBy9Q==", + "version": "3.778.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-bedrock-runtime/-/client-bedrock-runtime-3.778.0.tgz", + "integrity": "sha512-FCDwxgzx06JE+QotlJY/DHqu2y6MMVQTa+qxhjZHGBsIqEWDr7wy+b/rtOV/pUxoysKyVx+wmvEwj1e0KlTkOg==", "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", diff --git a/examples/chatbots/typescript/package.json b/examples/chatbots/typescript/package.json index 936e0e66..9cdb1cee 100644 --- a/examples/chatbots/typescript/package.json +++ b/examples/chatbots/typescript/package.json @@ -9,7 +9,7 @@ "lint": "eslint . --ext .ts" }, "dependencies": { - "@aws-sdk/client-bedrock-runtime": "^3.750.0", + "@aws-sdk/client-bedrock-runtime": "^3.778.0", "@modelcontextprotocol/sdk": "^1.5.0", "readline-sync": "^1.4.10", "winston": "^3.17.0"