From e33c8bf0fe8675a79c94af1a0940ea01c8ce9339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:45:08 +0000 Subject: [PATCH] Bump @langchain/community from 0.0.49 to 0.3.21 Bumps [@langchain/community](https://github.com/langchain-ai/langchainjs) from 0.0.49 to 0.3.21. - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/commits) --- updated-dependencies: - dependency-name: "@langchain/community" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 968da8b..b4b1c64 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "e2e": "playwright test" }, "dependencies": { - "@langchain/community": "^0.0.49", + "@langchain/community": "^0.3.21", "@langchain/openai": "^0.0.28", "@mantine/core": "^7.7.1", "@mantine/dropzone": "^7.7.2",