From 80ba7dd1aae46858c2f921f7659c822a1f2c3e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 20:19:17 +0000 Subject: [PATCH] Bump @langchain/core in /frontend/internal-packages/agent Bumps [@langchain/core](https://github.com/langchain-ai/langchainjs) from 0.3.78 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] --- frontend/internal-packages/agent/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/internal-packages/agent/package.json b/frontend/internal-packages/agent/package.json index 53562a0069..d87452da3e 100644 --- a/frontend/internal-packages/agent/package.json +++ b/frontend/internal-packages/agent/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@langchain/community": "0.3.57", - "@langchain/core": "0.3.78", + "@langchain/core": "0.3.80", "@langchain/langgraph": "0.4.9", "@langchain/langgraph-checkpoint": "0.1.1", "@langchain/openai": "0.6.9",