From 2681ae3db7c1904413759719b641737d4d99872e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 07:32:36 +0000 Subject: [PATCH] build(deps): bump langchain from 0.0.175 to 0.0.180 Bumps [langchain](https://github.com/langchain-ai/langchainjs) from 0.0.175 to 0.0.180. - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.0.175...0.0.180) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++------ package.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed1aeb3..f33107f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "fluent-ffmpeg": "^2.1.2", "fs-extra": "^11.1.1", "googleapis": "^126.0.1", - "langchain": "0.0.175", + "langchain": "0.0.180", "nodejs-whisper": "^0.1.6", "openai": "^3.3.0", "shelljs": "^0.8.5" @@ -1770,9 +1770,9 @@ } }, "node_modules/langchain": { - "version": "0.0.175", - "resolved": "https://registry.npmjs.org/langchain/-/langchain-0.0.175.tgz", - "integrity": "sha512-WTe9I16FWFuO+1v2ePwK6Sa+jWpFz6aee2x8YH23JKX816cGrllejs/PMAjZqnifvA9xvS8PTK/y0MLKJZ2FUA==", + "version": "0.0.180", + "resolved": "https://registry.npmjs.org/langchain/-/langchain-0.0.180.tgz", + "integrity": "sha512-/70mZsBAUcGZHiHTEs0pO1+xyVwj4X1FMl2LmTuBv83/+yNYkAJJg5+rLI9u6Obj7ZcsoNmqIPpsOL5rx2yJww==", "dependencies": { "@anthropic-ai/sdk": "^0.6.2", "ansi-styles": "^5.0.0", @@ -1815,13 +1815,13 @@ "@cloudflare/ai": "^1.0.12", "@elastic/elasticsearch": "^8.4.0", "@getmetal/metal-sdk": "*", - "@getzep/zep-js": "^0.8.0", + "@getzep/zep-js": "^0.9.0", "@gomomento/sdk": "^1.44.1", "@gomomento/sdk-core": "^1.44.1", "@gomomento/sdk-web": "^1.44.1", "@google-ai/generativelanguage": "^0.2.1", "@google-cloud/storage": "^6.10.1", - "@huggingface/inference": "^1.5.1", + "@huggingface/inference": "^2.6.4", "@mozilla/readability": "*", "@notionhq/client": "^2.2.10", "@opensearch-project/opensearch": "*", @@ -1895,6 +1895,7 @@ "voy-search": "0.6.2", "weaviate-ts-client": "^1.4.0", "web-auth-library": "^1.0.3", + "ws": "^8.14.2", "youtube-transcript": "^1.0.6", "youtubei.js": "^5.8.0" }, @@ -2181,6 +2182,9 @@ "web-auth-library": { "optional": true }, + "ws": { + "optional": true + }, "youtube-transcript": { "optional": true }, diff --git a/package.json b/package.json index 271d704..c84bbe9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "fluent-ffmpeg": "^2.1.2", "fs-extra": "^11.1.1", "googleapis": "^126.0.1", - "langchain": "0.0.175", + "langchain": "0.0.180", "nodejs-whisper": "^0.1.6", "openai": "^3.3.0", "shelljs": "^0.8.5"