From c2b9329e36507fcf0a57e19018dfd680a2c07570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 09:54:48 +0000 Subject: [PATCH] chore(deps): bump @langchain/anthropic from 0.3.20 to 0.3.25 Bumps [@langchain/anthropic](https://github.com/langchain-ai/langchainjs) from 0.3.20 to 0.3.25. - [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.20...0.3.25) --- updated-dependencies: - dependency-name: "@langchain/anthropic" dependency-version: 0.3.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index befc1ea..a7424d8 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.26", "@langchain/aws": "^0.1.7", "@langchain/community": "^0.3.0", "@langchain/core": "^0.3.0", @@ -4452,9 +4452,10 @@ } }, "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.26", + "resolved": "https://registry.npmmirror.com/@langchain/anthropic/-/anthropic-0.3.26.tgz", + "integrity": "sha512-IRCjkxsMx6MZUZmv/aYX5A9RdIduzdR0eeOc4rX8waBcYP7qmtA/CUTNmTtMSoXfOfJY4s3414bkVNBkmS0+5g==", + "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.56.0", "fast-xml-parser": "^4.4.1" diff --git a/package.json b/package.json index fe4dfde..f33f06c 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.26", "@langchain/aws": "^0.1.7", "@langchain/community": "^0.3.0", "@langchain/core": "^0.3.0",