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",