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",