From e10d0b7b9b4c3ddb31aff8f3bd8928516d30698c Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Tue, 16 Jun 2026 17:20:00 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20update=20@librechat/age?= =?UTF-8?q?nts=20dependency=20to=20version=203.2.36=20in=20package-lock.js?= =?UTF-8?q?on=20and=20related=20package.json=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/package.json | 2 +- package-lock.json | 10 +++++----- packages/api/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/package.json b/api/package.json index 13cd274a5a..dc8eb96686 100644 --- a/api/package.json +++ b/api/package.json @@ -46,7 +46,7 @@ "@azure/storage-blob": "^12.30.0", "@google/genai": "^2.8.0", "@keyv/redis": "^4.3.3", - "@librechat/agents": "^3.2.35", + "@librechat/agents": "^3.2.36", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", diff --git a/package-lock.json b/package-lock.json index 0557171349..66cf865512 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "@azure/storage-blob": "^12.30.0", "@google/genai": "^2.8.0", "@keyv/redis": "^4.3.3", - "@librechat/agents": "^3.2.35", + "@librechat/agents": "^3.2.36", "@librechat/api": "*", "@librechat/data-schemas": "*", "@microsoft/microsoft-graph-client": "^3.0.7", @@ -11685,9 +11685,9 @@ } }, "node_modules/@librechat/agents": { - "version": "3.2.35", - "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.2.35.tgz", - "integrity": "sha512-k/6e3WOkYSgqZVFtgw5XeNpuA+1+y0vX4u4pqGeX3MM3ERDk729OQLdO1qFbOCxkcP2hCZppMzZ5JExSyKdplw==", + "version": "3.2.36", + "resolved": "https://registry.npmjs.org/@librechat/agents/-/agents-3.2.36.tgz", + "integrity": "sha512-y9Bm5CMACNZh6OfDCUcABK84WUYndAfgO36Bu5EEyLqDm1S6TvoYUwQ/6P3jdsMy+Vj1ESrxAfCdQgy7fxtcjg==", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.92.0", @@ -44290,7 +44290,7 @@ "@azure/storage-blob": "^12.30.0", "@google/genai": "^2.8.0", "@keyv/redis": "^4.3.3", - "@librechat/agents": "^3.2.35", + "@librechat/agents": "^3.2.36", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.29.0", "@opentelemetry/api": "^1.9.0", diff --git a/packages/api/package.json b/packages/api/package.json index a4713d9144..82e04dae28 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -113,7 +113,7 @@ "@azure/storage-blob": "^12.30.0", "@google/genai": "^2.8.0", "@keyv/redis": "^4.3.3", - "@librechat/agents": "^3.2.35", + "@librechat/agents": "^3.2.36", "@librechat/data-schemas": "*", "@modelcontextprotocol/sdk": "^1.29.0", "@opentelemetry/api": "^1.9.0",