From 237d65d3843b4d7efb1ba482fe4cc7bd4bee09a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 04:44:42 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 3 directories with 5 updates Bumps the npm_and_yarn group with 4 updates in the /packages/components directory: [@langchain/community](https://github.com/langchain-ai/langchainjs), [axios](https://github.com/axios/axios), [langchain](https://github.com/langchain-ai/langchainjs) and [pdfjs-dist](https://github.com/mozilla/pdf.js). Bumps the npm_and_yarn group with 2 updates in the /packages/server directory: [axios](https://github.com/axios/axios) and [multer](https://github.com/expressjs/multer). Bumps the npm_and_yarn group with 1 update in the /packages/ui directory: [axios](https://github.com/axios/axios). Updates `@langchain/community` from 0.0.39 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/commits/0.3.3) Updates `axios` from 1.6.2 to 1.8.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.2...v1.8.2) Updates `langchain` from 0.1.33 to 0.2.19 - [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.1.33...0.2.19) Updates `pdfjs-dist` from 3.11.174 to 4.2.67 - [Release notes](https://github.com/mozilla/pdf.js/releases) - [Commits](https://github.com/mozilla/pdf.js/compare/v3.11.174...v4.2.67) Updates `axios` from 1.6.2 to 1.8.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.2...v1.8.2) Updates `multer` from 1.4.5-lts.1 to 2.0.2 - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md) - [Commits](https://github.com/expressjs/multer/compare/v1.4.5-lts.1...v2.0.2) Updates `axios` from 1.6.2 to 1.8.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.2...v1.8.2) --- updated-dependencies: - dependency-name: "@langchain/community" dependency-version: 0.3.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.8.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: langchain dependency-version: 0.2.19 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: pdfjs-dist dependency-version: 4.2.67 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.8.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: multer dependency-version: 2.0.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.8.2 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/components/package.json | 8 ++++---- packages/server/package.json | 4 ++-- packages/ui/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/components/package.json b/packages/components/package.json index d12c921e97c..4b4394d921a 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -35,7 +35,7 @@ "@huggingface/inference": "^2.6.1", "@langchain/anthropic": "^0.1.14", "@langchain/cohere": "^0.0.7", - "@langchain/community": "^0.0.39", + "@langchain/community": "^0.3.3", "@langchain/core": "^0.1.57", "@langchain/google-genai": "^0.0.10", "@langchain/google-vertexai": "^0.0.5", @@ -57,7 +57,7 @@ "@zilliz/milvus2-sdk-node": "^2.2.24", "apify-client": "^2.7.1", "assemblyai": "^4.2.2", - "axios": "1.6.2", + "axios": "1.8.2", "cheerio": "^1.0.0-rc.12", "chromadb": "^1.5.11", "cohere-ai": "^6.2.0", @@ -75,7 +75,7 @@ "ioredis": "^5.3.2", "jsdom": "^22.1.0", "jsonpointer": "^5.0.1", - "langchain": "^0.1.33", + "langchain": "^0.2.19", "langfuse": "3.3.4", "langfuse-langchain": "^3.3.4", "langsmith": "0.1.6", @@ -93,7 +93,7 @@ "object-hash": "^3.0.0", "openai": "^4.38.3", "pdf-parse": "^1.1.1", - "pdfjs-dist": "^3.7.107", + "pdfjs-dist": "^4.2.67", "pg": "^8.11.2", "playwright": "^1.35.0", "puppeteer": "^20.7.1", diff --git a/packages/server/package.json b/packages/server/package.json index 3d1dcdea722..606b13c8f9b 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -57,7 +57,7 @@ "@types/lodash": "^4.14.202", "@types/uuid": "^9.0.7", "async-mutex": "^0.4.0", - "axios": "1.6.2", + "axios": "1.8.2", "content-disposition": "0.5.4", "cors": "^2.8.5", "crypto-js": "^4.1.1", @@ -72,7 +72,7 @@ "lodash": "^4.17.21", "moment": "^2.29.3", "moment-timezone": "^0.5.34", - "multer": "^1.4.5-lts.1", + "multer": "^2.0.2", "mysql2": "^3.9.2", "openai": "^4.20.0", "pg": "^8.11.1", diff --git a/packages/ui/package.json b/packages/ui/package.json index 767691350f2..883bab51217 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -22,7 +22,7 @@ "@uiw/codemirror-theme-sublime": "^4.21.21", "@uiw/codemirror-theme-vscode": "^4.21.21", "@uiw/react-codemirror": "^4.21.21", - "axios": "1.6.2", + "axios": "1.8.2", "clsx": "^1.1.1", "dotenv": "^16.0.0", "flowise-embed": "latest",