From de7a45f6c7cfb895b29ef3792f7a09afacb9d27a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 20:15:45 +0000 Subject: [PATCH] chore(deps): bump @langchain/core Bumps [@langchain/core](https://github.com/langchain-ai/langchainjs) from 0.3.30 to 0.3.80. - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Commits](https://github.com/langchain-ai/langchainjs/commits) --- updated-dependencies: - dependency-name: "@langchain/core" dependency-version: 0.3.80 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- typescript/examples/langchain-farcaster-chatbot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/examples/langchain-farcaster-chatbot/package.json b/typescript/examples/langchain-farcaster-chatbot/package.json index 806569820..c3c26a9e0 100644 --- a/typescript/examples/langchain-farcaster-chatbot/package.json +++ b/typescript/examples/langchain-farcaster-chatbot/package.json @@ -15,7 +15,7 @@ "dependencies": { "@coinbase/agentkit": "workspace:*", "@coinbase/agentkit-langchain": "workspace:*", - "@langchain/core": "0.3.30", + "@langchain/core": "0.3.80", "@langchain/langgraph": "^0.2.39", "@langchain/openai": "^0.3.16", "dotenv": "^16.4.5",