From 567bca82ee68a1b1243de03548d287cac3fbcf24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:29:04 +0000 Subject: [PATCH] build(deps): bump @anthropic-ai/vertex-sdk from 0.7.0 to 0.13.0 Bumps [@anthropic-ai/vertex-sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.7.0 to 0.13.0. - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-typescript/compare/v0.7.0...sdk-v0.13.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/vertex-sdk" dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++++++----- package.json | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3dc76c8e5..746e64e9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", - "@anthropic-ai/vertex-sdk": "^0.7.0", + "@anthropic-ai/vertex-sdk": "^0.13.0", "@aws-sdk/client-bedrock-runtime": "^3.779.0", "@google/genai": "^0.9.0", "@mistralai/mistralai": "^1.3.6", @@ -169,14 +169,24 @@ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" }, "node_modules/@anthropic-ai/vertex-sdk": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@anthropic-ai/vertex-sdk/-/vertex-sdk-0.7.0.tgz", - "integrity": "sha512-zNm3hUXgYmYDTyveIxOyxbcnh5VXFkrLo4bSnG6LAfGzW7k3k2iCNDSVKtR9qZrK2BCid7JtVu7jsEKaZ/9dSw==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/@anthropic-ai/vertex-sdk/-/vertex-sdk-0.13.0.tgz", + "integrity": "sha512-3ddzAzYvdjGpvdJgJz3NrHS+kqsA8bPYnK+Obd4t6g14w3dtpaA1IMT+mCQXBVA7VyE68h6jkS9AaXHpdGjmGA==", + "license": "MIT", "dependencies": { - "@anthropic-ai/sdk": ">=0.35 <1", + "@anthropic-ai/sdk": ">=0.50.3 <1", "google-auth-library": "^9.4.2" } }, + "node_modules/@anthropic-ai/vertex-sdk/node_modules/@anthropic-ai/sdk": { + "version": "0.59.0", + "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.59.0.tgz", + "integrity": "sha512-m9w9tC+N+GUNprwEOhU3VKKSYwXA1fIevRCe7kOFonV4xu5vxqmqyoLy+dkdVvc5W1F4WUTVE/7I4criaF9gnw==", + "license": "MIT", + "bin": { + "anthropic-ai-sdk": "bin/cli" + } + }, "node_modules/@aws-crypto/crc32": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz", diff --git a/package.json b/package.json index 3d858ed9b..cfea7cece 100644 --- a/package.json +++ b/package.json @@ -380,7 +380,7 @@ "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", - "@anthropic-ai/vertex-sdk": "^0.7.0", + "@anthropic-ai/vertex-sdk": "^0.13.0", "@aws-sdk/client-bedrock-runtime": "^3.779.0", "@google/genai": "^0.9.0", "@mistralai/mistralai": "^1.3.6",