From 7190fe6a9838488bb92ac3b16c246358c42205f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 22:22:34 +0000 Subject: [PATCH] chore(deps): bump @aws-sdk/client-bedrock-runtime Bumps [@aws-sdk/client-bedrock-runtime](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-bedrock-runtime) from 3.778.0 to 3.779.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-bedrock-runtime/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.779.0/clients/client-bedrock-runtime) --- updated-dependencies: - dependency-name: "@aws-sdk/client-bedrock-runtime" dependency-version: 3.779.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 88d3701..b03a56a 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.0.2", "dependencies": { - "@aws-sdk/client-bedrock-runtime": "^3.778.0", + "@aws-sdk/client-bedrock-runtime": "^3.779.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.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==", + "version": "3.779.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-bedrock-runtime/-/client-bedrock-runtime-3.779.0.tgz", + "integrity": "sha512-MyzZks8XxWwdsA4VlyPW4IekUjpgDI91VwMvEtOITHD8w+9nTGJtD32HcCKNQQCHWYfSoOj7yIoHRisVatR8yw==", "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 605269a..8f3a03d 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.778.0", + "@aws-sdk/client-bedrock-runtime": "^3.779.0", "@modelcontextprotocol/sdk": "^1.5.0", "readline-sync": "^1.4.10", "winston": "^3.17.0"