From 99fdf27a66100f7be178385d1a07897e7d9eaa2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 10:32:58 +0000 Subject: [PATCH] chore(deps): bump @langchain/langgraph from 1.2.6 to 1.2.8 in /server Bumps [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) from 1.2.6 to 1.2.8. - [Release notes](https://github.com/langchain-ai/langgraphjs/releases) - [Changelog](https://github.com/langchain-ai/langgraphjs/blob/main/libs/langgraph-core/CHANGELOG.md) - [Commits](https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph@1.2.8/libs/langgraph-core) --- updated-dependencies: - dependency-name: "@langchain/langgraph" dependency-version: 1.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/package-lock.json | 22 +++++++++++----------- server/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/server/package-lock.json b/server/package-lock.json index b614d3a..6daec99 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -12,7 +12,7 @@ "@hono/node-server": "^1.13.0", "@langchain/anthropic": "^1.3.25", "@langchain/core": "^1.1.38", - "@langchain/langgraph": "^1.2.6", + "@langchain/langgraph": "^1.2.8", "@langchain/openai": "^1.4.1", "@livekit/rtc-node": "^0.13.24", "browser-use-sdk": "^3.4.3", @@ -610,13 +610,13 @@ } }, "node_modules/@langchain/langgraph": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@langchain/langgraph/-/langgraph-1.2.6.tgz", - "integrity": "sha512-5cX402dNGN6w9+0mlMU2dgUiKx6Y1tlENp7x05e9ByDbQCHSDc0kyqRWNFLGc7vatQ92S4ylxQrcCJvi8Fr4SQ==", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@langchain/langgraph/-/langgraph-1.2.8.tgz", + "integrity": "sha512-kKkRpC5xFz1e6vPivE7lwRJa5oahLAMaVQvVGZdTa6uJIchIYJDIuM1n93FqGvg8aYVcgYU4FENtKKC5Eh1JYw==", "license": "MIT", "dependencies": { "@langchain/langgraph-checkpoint": "^1.0.1", - "@langchain/langgraph-sdk": "~1.8.1", + "@langchain/langgraph-sdk": "~1.8.8", "@standard-schema/spec": "1.1.0", "uuid": "^10.0.0" }, @@ -663,9 +663,9 @@ } }, "node_modules/@langchain/langgraph-sdk": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@langchain/langgraph-sdk/-/langgraph-sdk-1.8.2.tgz", - "integrity": "sha512-TQSw5O0NiE0W6D+UKcv6AdvCqQD2Xbv96oaUFUSSL3nnQ0WfZLcF5nPNTQm6KLUo4EuhKZeeoAgnDb2hRDW2Hw==", + "version": "1.8.8", + "resolved": "https://registry.npmjs.org/@langchain/langgraph-sdk/-/langgraph-sdk-1.8.8.tgz", + "integrity": "sha512-4OoqFAvPloOTZ6oPxXbJngz4FLJO8QSXb+BQV3qvNTvmfu1LQA7cCEqSNLYX9MoC340PbnDkHNgUtjajwkDHRg==", "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.15", @@ -705,9 +705,9 @@ "license": "MIT" }, "node_modules/@langchain/langgraph-sdk/node_modules/p-queue": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.1.0.tgz", - "integrity": "sha512-O/ZPaXuQV29uSLbxWBGGZO1mCQXV2BLIwUr59JUU9SoH76mnYvtms7aafH/isNSNGwuEfP6W/4xD0/TJXxrizw==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.1.2.tgz", + "integrity": "sha512-ktsDOALzTYTWWF1PbkNVg2rOt+HaOaMWJMUnt7T3qf5tvZ1L8dBW3tObzprBcXNMKkwj+yFSLqHso0x+UFcJXw==", "license": "MIT", "dependencies": { "eventemitter3": "^5.0.1", diff --git a/server/package.json b/server/package.json index 4d94ae2..3fa8683 100644 --- a/server/package.json +++ b/server/package.json @@ -14,7 +14,7 @@ "@hono/node-server": "^1.13.0", "@langchain/anthropic": "^1.3.25", "@langchain/core": "^1.1.38", - "@langchain/langgraph": "^1.2.6", + "@langchain/langgraph": "^1.2.8", "@langchain/openai": "^1.4.1", "@livekit/rtc-node": "^0.13.24", "browser-use-sdk": "^3.4.3",