From d943f8228c5d188b974ceb956ae23e35a7ad108d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:47:06 +0000 Subject: [PATCH] chore(deps): bump @langchain/anthropic from 0.3.24 to 0.3.30 Bumps [@langchain/anthropic](https://github.com/langchain-ai/langchainjs) from 0.3.24 to 0.3.30. - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/anthropic==0.3.24...langchain==0.3.30) --- updated-dependencies: - dependency-name: "@langchain/anthropic" dependency-version: 0.3.30 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 48 +++++++++++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 41 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index befc1ea..518bf51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@aws-sdk/client-bedrock": "^3.775.0", "@codemirror/lang-json": "^6.0.1", "@codemirror/lint": "^6.8.4", - "@langchain/anthropic": "^0.3.20", + "@langchain/anthropic": "^0.3.30", "@langchain/aws": "^0.1.7", "@langchain/community": "^0.3.0", "@langchain/core": "^0.3.0", @@ -4452,11 +4452,12 @@ } }, "node_modules/@langchain/anthropic": { - "version": "0.3.24", - "resolved": "https://registry.npmmirror.com/@langchain/anthropic/-/anthropic-0.3.24.tgz", - "integrity": "sha512-Gi1TwXu5vkCxUMToiXaiwTTWq9v3WMyU3ldB/VEWjzbkr3nKF5kcp+HLqhvV7WWOFVTTNgG+pzfq8JALecq5MA==", + "version": "0.3.30", + "resolved": "https://registry.npmmirror.com/@langchain/anthropic/-/anthropic-0.3.30.tgz", + "integrity": "sha512-ZO6b8G+6OxI/4drCSWIzMC67o7ZhWGlX6OXhO30X0BgtMYHwpYlU7ATPT/9+IvOcFSytC7GZsWb5zKknLku0vw==", + "license": "MIT", "dependencies": { - "@anthropic-ai/sdk": "^0.56.0", + "@anthropic-ai/sdk": "^0.65.0", "fast-xml-parser": "^4.4.1" }, "engines": { @@ -4467,11 +4468,23 @@ } }, "node_modules/@langchain/anthropic/node_modules/@anthropic-ai/sdk": { - "version": "0.56.0", - "resolved": "https://registry.npmmirror.com/@anthropic-ai/sdk/-/sdk-0.56.0.tgz", - "integrity": "sha512-SLCB8M8+VMg1cpCucnA1XWHGWqVSZtIWzmOdDOEu3eTFZMB+A0sGZ1ESO5MHDnqrNTXz3safMrWx9x4rMZSOqA==", + "version": "0.65.0", + "resolved": "https://registry.npmmirror.com/@anthropic-ai/sdk/-/sdk-0.65.0.tgz", + "integrity": "sha512-zIdPOcrCVEI8t3Di40nH4z9EoeyGZfXbYSvWdDLsB/KkaSYMnEgC7gmcgWu83g2NTn1ZTpbMvpdttWDGGIk6zw==", + "license": "MIT", + "dependencies": { + "json-schema-to-ts": "^3.1.1" + }, "bin": { "anthropic-ai-sdk": "bin/cli" + }, + "peerDependencies": { + "zod": "^3.25.0 || ^4.0.0" + }, + "peerDependenciesMeta": { + "zod": { + "optional": true + } } }, "node_modules/@langchain/anthropic/node_modules/fast-xml-parser": { @@ -16306,6 +16319,19 @@ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", "dev": true }, + "node_modules/json-schema-to-ts": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/json-schema-to-ts/-/json-schema-to-ts-3.1.1.tgz", + "integrity": "sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.18.3", + "ts-algebra": "^2.0.0" + }, + "engines": { + "node": ">=16" + } + }, "node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", @@ -23302,6 +23328,12 @@ "utf8-byte-length": "^1.0.1" } }, + "node_modules/ts-algebra": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/ts-algebra/-/ts-algebra-2.0.0.tgz", + "integrity": "sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==", + "license": "MIT" + }, "node_modules/ts-api-utils": { "version": "2.1.0", "resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz", diff --git a/package.json b/package.json index fe4dfde..2732e46 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@aws-sdk/client-bedrock": "^3.775.0", "@codemirror/lang-json": "^6.0.1", "@codemirror/lint": "^6.8.4", - "@langchain/anthropic": "^0.3.20", + "@langchain/anthropic": "^0.3.30", "@langchain/aws": "^0.1.7", "@langchain/community": "^0.3.0", "@langchain/core": "^0.3.0",