From 7af3df19545d94d8a2a5591c35f82cf35b78ac5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 23:24:57 +0000 Subject: [PATCH] fix(deps): update langchain --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4424a807..a6bcca13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3716,9 +3716,9 @@ } }, "node_modules/@langchain/community": { - "version": "0.3.28", - "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.3.28.tgz", - "integrity": "sha512-lr3rBe5qE1HGlfUieMayNNT8VGiH4yl4WdQnrf+i0IikDooJOvjTIFqsYqGvdLfpuNKN0JN05jwgvUwOGKTv7A==", + "version": "0.3.29", + "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.3.29.tgz", + "integrity": "sha512-6XIPGctpH3KziFpdVDEvYBEQMMsNomffqy545shoxOLoMkZqgn1wfMs6R7ltzzS0p3LJUXW1RbwAUEuWp0rbuA==", "license": "MIT", "dependencies": { "@langchain/openai": ">=0.2.0 <0.5.0", @@ -3850,7 +3850,7 @@ "puppeteer": "*", "pyodide": ">=0.24.1 <0.27.0", "redis": "*", - "replicate": "^0.29.4", + "replicate": "*", "sonix-speech-recognition": "^2.1.1", "srt-parser-2": "^1.2.3", "typeorm": "^0.3.20", @@ -4265,9 +4265,9 @@ } }, "node_modules/@langchain/langgraph": { - "version": "0.2.44", - "resolved": "https://registry.npmjs.org/@langchain/langgraph/-/langgraph-0.2.44.tgz", - "integrity": "sha512-CR9LB7sytdx0Ink56qVUPorDo5gW5m7iOU2ypu1OYA4l5aIrT4xGvHCwrGH9RE80pb/d0FglVUkEgEfuvSDbmw==", + "version": "0.2.45", + "resolved": "https://registry.npmjs.org/@langchain/langgraph/-/langgraph-0.2.45.tgz", + "integrity": "sha512-yemuA+aTIRLL3WBVQ5TGvFMeEJQm2zoVyjMvHWyekIvg4w7Q4cu3CYB8f+yOXwd6OaxMtnNIX0wGh4hIw/Db+A==", "license": "MIT", "dependencies": { "@langchain/langgraph-checkpoint": "~0.0.15",