From 65df57841bbfc39e1074e2a9b7f63fc6a27869b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 02:51:52 +0000 Subject: [PATCH] chore(deps): bump the langgraph group across 1 directory with 2 updates Bumps the langgraph group with 2 updates in the / directory: [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) and [@langchain/openai](https://github.com/langchain-ai/langchainjs). Updates `@langchain/langgraph` from 1.4.2 to 1.4.5 - [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.4.5/libs/langgraph-core) Updates `@langchain/openai` from 1.4.7 to 1.5.2 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/openai@1.4.7...@langchain/openai@1.5.2) --- updated-dependencies: - dependency-name: "@langchain/langgraph" dependency-version: 1.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: langgraph - dependency-name: "@langchain/openai" dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: langgraph ... Signed-off-by: dependabot[bot] --- package-lock.json | 52 +++++++++++++++++++++++------------------------ package.json | 4 ++-- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index 590739e..0808720 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,9 @@ "version": "1.18.0", "license": "BSD-3-Clause", "dependencies": { - "@langchain/langgraph": "^1.4.2", + "@langchain/langgraph": "^1.4.5", "@langchain/langgraph-checkpoint-sqlite": "^1.0.3", - "@langchain/openai": "^1.4.7", + "@langchain/openai": "^1.5.2", "@opentelemetry/api": "^1.9.0", "@opentelemetry/sdk-node": "^0.219.0", "cron-parser": "^5.5.0", @@ -111,9 +111,9 @@ } }, "node_modules/@langchain/core": { - "version": "1.1.48", - "resolved": "https://registry.npmjs.org/@langchain/core/-/core-1.1.48.tgz", - "integrity": "sha512-fQU6Guyb1pwc2fEplmA8FPbKfOMAofjnyJzExevro0FxEiuGHE18Ov/ZHmT9trWCDTZRI9eW1VIc6aChxV8pAQ==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@langchain/core/-/core-1.2.1.tgz", + "integrity": "sha512-NNG/cC5FGuHDOAP56h0ddp8Rfk8p+othWzEK5RV9JIG6RvnF5vGa5r0AEGtKfQieed7s1kC42GuIzVOBvMBL/g==", "license": "MIT", "peer": true, "dependencies": { @@ -130,14 +130,14 @@ } }, "node_modules/@langchain/langgraph": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/@langchain/langgraph/-/langgraph-1.4.2.tgz", - "integrity": "sha512-ivhYwbEKW4i/x2JfHcrTrToEE9EXZnwr4dPj7GC5974xEYeLgHYzii3GAYo1kgU5A0ZAd7rIxTpMOfcbycxliQ==", + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/@langchain/langgraph/-/langgraph-1.4.5.tgz", + "integrity": "sha512-V+o29JPBaMoK/e+8R/m81XaC8h5iNuwWymvgLFhXfJbf7E2xt2mQUkcVXTi4cudGRHbRd14kidCpfaQbfPoYCw==", "license": "MIT", "dependencies": { - "@langchain/langgraph-checkpoint": "^1.1.1", - "@langchain/langgraph-sdk": "~1.9.22", - "@langchain/protocol": "^0.0.16", + "@langchain/langgraph-checkpoint": "^1.1.2", + "@langchain/langgraph-sdk": "~1.9.24", + "@langchain/protocol": "^0.0.18", "@standard-schema/spec": "1.1.0" }, "engines": { @@ -155,9 +155,9 @@ } }, "node_modules/@langchain/langgraph-checkpoint": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@langchain/langgraph-checkpoint/-/langgraph-checkpoint-1.1.1.tgz", - "integrity": "sha512-gHqhO6e2dyZ7TTfyaFy25yjcRsavURc9XMGT4q+LUBTc0hT4JxKe3qvrMX2OFTzW8W/0kjV59haHmSRFZIGkvg==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@langchain/langgraph-checkpoint/-/langgraph-checkpoint-1.1.2.tgz", + "integrity": "sha512-m5Xd7W3G9JrlEhFZ5WAcqZPgE46R9gr1gFDFaVqEKeuwin3tgEp0jlPbru+iFXCug338DcQjFS/Kuuci21ydvw==", "license": "MIT", "engines": { "node": ">=18" @@ -183,12 +183,12 @@ } }, "node_modules/@langchain/langgraph-sdk": { - "version": "1.9.22", - "resolved": "https://registry.npmjs.org/@langchain/langgraph-sdk/-/langgraph-sdk-1.9.22.tgz", - "integrity": "sha512-DBKs9R2SGivlGqK/ZRTOUu39Q7Z+yRrG4PoTYLIWn7pqrLNhyZ4yZI/tEEEi/J0inpCuKfg/eydSwnRmPV/q3w==", + "version": "1.9.24", + "resolved": "https://registry.npmjs.org/@langchain/langgraph-sdk/-/langgraph-sdk-1.9.24.tgz", + "integrity": "sha512-WhM6QdxNipndQjl5nkvqnBt9Wl16oO2p0KiVhndAFLJMwO3bZLEx++lwtbqUFQu1sHyNxiWixgRGm8qZsuHCeA==", "license": "MIT", "dependencies": { - "@langchain/protocol": "^0.0.16", + "@langchain/protocol": "^0.0.18", "@types/json-schema": "^7.0.15", "p-queue": "^9.0.1", "p-retry": "^7.1.1" @@ -250,26 +250,26 @@ } }, "node_modules/@langchain/openai": { - "version": "1.4.7", - "resolved": "https://registry.npmjs.org/@langchain/openai/-/openai-1.4.7.tgz", - "integrity": "sha512-i1YLV4pWbGC6W8m0ZNpLObJuf1nyU4o8aWyX4AF9fHn7eM67HfIJWQ5n5XzcCpuSa41otrxA9jvH5XRKwI1qDA==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@langchain/openai/-/openai-1.5.2.tgz", + "integrity": "sha512-En/QzXO3YFuaaZWQiGx0ZBNJMK3ipL/tz8F/PReG/63oV3wk2nz906QA8drYnd8r2/3NtSkbf3x/8qms5o6qTg==", "license": "MIT", "dependencies": { "js-tiktoken": "^1.0.12", - "openai": "^6.37.0", + "openai": "^6.41.0", "zod": "^3.25.76 || ^4" }, "engines": { "node": ">=20" }, "peerDependencies": { - "@langchain/core": "^1.1.48" + "@langchain/core": "^1.2.1" } }, "node_modules/@langchain/protocol": { - "version": "0.0.16", - "resolved": "https://registry.npmjs.org/@langchain/protocol/-/protocol-0.0.16.tgz", - "integrity": "sha512-ws+J7MaHyhO5dG7f0vdyHQiUn9hoCnki0f3crJPa4MCTGzcRC39jYSCghyrGtBPYQnZbUQiGyRVpW3z3M8IpJg==", + "version": "0.0.18", + "resolved": "https://registry.npmjs.org/@langchain/protocol/-/protocol-0.0.18.tgz", + "integrity": "sha512-XW1egQtPfsGI41w2AMZNFZrUIwFSQHTjVMZs0OaTpCAvht/QLoaPN8FQcsysMVypOhupG28J29yOorrc70otBQ==", "license": "MIT" }, "node_modules/@opentelemetry/api": { diff --git a/package.json b/package.json index ea7e2f0..3d9484e 100644 --- a/package.json +++ b/package.json @@ -62,9 +62,9 @@ "oxlint": "^1.70.0" }, "dependencies": { - "@langchain/langgraph": "^1.4.2", + "@langchain/langgraph": "^1.4.5", "@langchain/langgraph-checkpoint-sqlite": "^1.0.3", - "@langchain/openai": "^1.4.7", + "@langchain/openai": "^1.5.2", "@opentelemetry/api": "^1.9.0", "@opentelemetry/sdk-node": "^0.219.0", "cron-parser": "^5.5.0",