📦 chore: Update @librechat/agents to v3.1.31 & Apply NPM Audit (#11623)

* 📦 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.
This commit is contained in:
Danny Avila 2026-02-04 11:51:42 +01:00 committed by GitHub
parent 5eb0a3ad90
commit 6274268411
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 10 deletions

View file

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

16
package-lock.json generated
View file

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

View file

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