From 62742684115a9f3e17a964e2911b35854dd25016 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Wed, 4 Feb 2026 11:51:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20chore:=20Update=20@librechat/age?= =?UTF-8?q?nts=20to=20v3.1.31=20&=20Apply=20NPM=20Audit=20(#11623)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 📦 chore: Update @librechat/agents to v3.1.31 - Bumped the version of @librechat/agents across multiple package.json and package-lock.json files to ensure compatibility and access to the latest features. - This update enhances the functionality and stability of the application by integrating the latest improvements from the @librechat/agents package. * 📦 chore: npm audit fix - Update @isaacs/brace-expansion to v5.0.1 in package-lock.json - Bumped the version of @isaacs/brace-expansion to 5.0.1 to incorporate the latest improvements and fixes. - This update ensures compatibility with the latest features and enhances the stability of the application. --- api/package.json | 2 +- package-lock.json | 16 ++++++++-------- packages/api/package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/api/package.json b/api/package.json index fa98bbb073..b7c3347b6e 100644 --- a/api/package.json +++ b/api/package.json @@ -45,7 +45,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.1.30", + "@librechat/agents": "^3.1.31", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", diff --git a/package-lock.json b/package-lock.json index 7b19c124f0..00477b4e16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.1.30", + "@librechat/agents": "^3.1.31", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", @@ -9344,9 +9344,9 @@ } }, "node_modules/@isaacs/brace-expansion": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz", - "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.1.tgz", + "integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==", "dev": true, "license": "MIT", "dependencies": { @@ -10753,9 +10753,9 @@ } }, "node_modules/@librechat/agents": { - "version": "3.1.30", - "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.1.30.tgz", - "integrity": "sha512-2ms84N4stAM1sPnEKOLyUrvxqDIdLrCkCpL/yDxq5ohxqClS+YrXrScMcb/na4vG9fmWSCLuzvEdAG7j8zTh3w==", + "version": "3.1.31", + "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.1.31.tgz", + "integrity": "sha512-MRRp1B+giJkd5PNdbYFcTJ99bEL2mEzGiM/gY1iQNjEHoRUr4Nu3MIXBH75PRh3xgciDngcX08kqYipn9t4sJQ==", "license": "MIT", "dependencies": { "@aws-sdk/client-bedrock-runtime": "^3.980.0", @@ -42329,7 +42329,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.1.30", + "@librechat/agents": "^3.1.31", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.25.3", "@smithy/node-http-handler": "^4.4.5", diff --git a/packages/api/package.json b/packages/api/package.json index b8d2f74642..106ca9cee2 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -87,7 +87,7 @@ "@google/genai": "^1.19.0", "@keyv/redis": "^4.3.3", "@langchain/core": "^0.3.80", - "@librechat/agents": "^3.1.30", + "@librechat/agents": "^3.1.31", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.25.3", "@smithy/node-http-handler": "^4.4.5",