From 958da3f47061f85a7d882c49ab5bb5208ff5188c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:42:45 +0000 Subject: [PATCH] chore(deps): bump @langchain/community in the npm_and_yarn group Bumps the npm_and_yarn group with 1 update: [@langchain/community](https://github.com/langchain-ai/langchainjs). Updates `@langchain/community` from 0.3.1 to 0.3.3 - [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/compare/0.3.1...0.3.3) --- updated-dependencies: - dependency-name: "@langchain/community" dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0045c4..e8763aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@ai-sdk/openai": "^0.0.65", "@hookform/resolvers": "^3.9.0", "@huggingface/inference": "^2.8.1", - "@langchain/community": "^0.3.0", + "@langchain/community": "^0.3.3", "@langchain/core": "^0.3.1", "@radix-ui/react-alert-dialog": "^1.1.1", "@radix-ui/react-avatar": "^1.1.0", @@ -573,9 +573,9 @@ } }, "node_modules/@langchain/community": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.3.1.tgz", - "integrity": "sha512-V6n4kkv3isYoiU2ciLNhcqBT96IwxpMNt5K/KxkzOfGNJIWQcsPzTccuWZXdDOQ40kelCg+S8YKGVy8X4mkgtg==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.3.3.tgz", + "integrity": "sha512-445g9hBeBNndNC8ruQIO/sNbHYBL3jjrPuDW+/S6e/RAXo8whJA/02CWRcSMDYX3o4+1Brrg6rFimipOuM9M9w==", "dependencies": { "@langchain/openai": ">=0.2.0 <0.4.0", "binary-extensions": "^2.2.0", @@ -642,7 +642,7 @@ "@tensorflow-models/universal-sentence-encoder": "*", "@tensorflow/tfjs-converter": "*", "@tensorflow/tfjs-core": "*", - "@upstash/ratelimit": "^1.1.3", + "@upstash/ratelimit": "^1.1.3 || ^2.0.3", "@upstash/redis": "^1.20.6", "@upstash/vector": "^1.1.1", "@vercel/kv": "^0.2.3", diff --git a/package.json b/package.json index fce195f..1473ba6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@ai-sdk/openai": "^0.0.65", "@hookform/resolvers": "^3.9.0", "@huggingface/inference": "^2.8.1", - "@langchain/community": "^0.3.0", + "@langchain/community": "^0.3.3", "@langchain/core": "^0.3.1", "@radix-ui/react-alert-dialog": "^1.1.1", "@radix-ui/react-avatar": "^1.1.0",