From 252dfc7e9fc49407e000fbfea101370ce60140c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 13:34:07 +0000 Subject: [PATCH] chore(deps): bump the patch-updates group with 2 updates Bumps the patch-updates group with 2 updates: [@langchain/core](https://github.com/langchain-ai/langchainjs) and [langchain](https://github.com/langchain-ai/langchainjs). Updates `@langchain/core` from 1.1.47 to 1.1.48 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/core@1.1.47...@langchain/core@1.1.48) Updates `langchain` from 1.4.1 to 1.4.2 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Commits](https://github.com/langchain-ai/langchainjs/compare/langchain@1.4.1...langchain@1.4.2) --- updated-dependencies: - dependency-name: "@langchain/core" dependency-version: 1.1.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: langchain dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3f52f0bd..4a95b5f61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@huggingface/inference": "^4.13.18", "@keyv/mongo": "^3.1.0", "@langchain/community": "^1.1.28", - "@langchain/core": "^1.1.47", + "@langchain/core": "^1.1.48", "@langchain/groq": "^1.2.1", "@langchain/langgraph": "^1.3.2", "@langchain/langgraph-checkpoint-mongodb": "^1.3.1", @@ -42,7 +42,7 @@ "express-session": "^1.19.0", "jquery": "^4.0.0", "keyv": "^5.6.0", - "langchain": "^1.4.1", + "langchain": "^1.4.2", "lastfm": "^0.9.4", "lusca": "^1.7.0", "mailchecker": "^6.0.20", @@ -1174,9 +1174,9 @@ } }, "node_modules/@langchain/core": { - "version": "1.1.47", - "resolved": "https://registry.npmjs.org/@langchain/core/-/core-1.1.47.tgz", - "integrity": "sha512-+fiPu6ZFnJMrZyKeM77OIVPoMPAY6OKWacnPlojHtXTbMMzb2cEOKAJV0U07cDl86NHSCIYYa0i4CyKZzXbHQQ==", + "version": "1.1.48", + "resolved": "https://registry.npmjs.org/@langchain/core/-/core-1.1.48.tgz", + "integrity": "sha512-fQU6Guyb1pwc2fEplmA8FPbKfOMAofjnyJzExevro0FxEiuGHE18Ov/ZHmT9trWCDTZRI9eW1VIc6aChxV8pAQ==", "license": "MIT", "dependencies": { "@cfworker/json-schema": "^4.0.2", @@ -6479,12 +6479,12 @@ } }, "node_modules/langchain": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/langchain/-/langchain-1.4.1.tgz", - "integrity": "sha512-LHGdj0OQV5pgyZgC2WWiEvNg5g16dg+c3j7pw7Iuw7tJXEvltNLVl6DjC6egxSsWT03FJN0eUJxJ13Dxhz2bBA==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/langchain/-/langchain-1.4.2.tgz", + "integrity": "sha512-SLGipy0r4nqQD0aiUOBYLMeGFfB/QiYnMndfZ8sGN89vXDCIXbYqcE7G/4QDDX3nZsM7/emQpoScmlxEX6sDnQ==", "license": "MIT", "dependencies": { - "@langchain/langgraph": "^1.3.0", + "@langchain/langgraph": "^1.3.2", "@langchain/langgraph-checkpoint": "^1.0.1", "langsmith": ">=0.5.0 <1.0.0", "zod": "^3.25.76 || ^4" @@ -6493,7 +6493,7 @@ "node": ">=20" }, "peerDependencies": { - "@langchain/core": "^1.1.47" + "@langchain/core": "^1.1.48" } }, "node_modules/langsmith": { diff --git a/package.json b/package.json index 99f2ec9ae..c1c3d088a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@huggingface/inference": "^4.13.18", "@keyv/mongo": "^3.1.0", "@langchain/community": "^1.1.28", - "@langchain/core": "^1.1.47", + "@langchain/core": "^1.1.48", "@langchain/groq": "^1.2.1", "@langchain/langgraph": "^1.3.2", "@langchain/langgraph-checkpoint-mongodb": "^1.3.1", @@ -61,7 +61,7 @@ "express-session": "^1.19.0", "jquery": "^4.0.0", "keyv": "^5.6.0", - "langchain": "^1.4.1", + "langchain": "^1.4.2", "lastfm": "^0.9.4", "lusca": "^1.7.0", "mailchecker": "^6.0.20",