chore: update package dependencies and versions in package-lock.json and package.json

This commit is contained in:
Danny Avila 2026-07-26 23:34:22 -04:00
parent 1188b54618
commit 424230940e
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
4 changed files with 361 additions and 449 deletions

View file

@ -46,7 +46,7 @@
"@azure/storage-blob": "^12.30.0",
"@google/genai": "^2.8.0",
"@keyv/redis": "^4.3.3",
"@librechat/agents": "^3.2.68",
"@librechat/agents": "^3.3.1",
"@librechat/api": "*",
"@librechat/data-schemas": "*",
"@microsoft/microsoft-graph-client": "^3.0.7",
@ -137,7 +137,7 @@
"@types/sanitize-html": "^2.13.0",
"jest": "^30.2.0",
"mongodb-memory-server": "^11.0.1",
"nodemon": "^3.0.3",
"nodemon": "^3.1.14",
"supertest": "^7.1.0"
}
}

803
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -153,6 +153,7 @@
"typescript-eslint": "^8.60.1"
},
"overrides": {
"brace-expansion": "^5.0.8",
"@xmldom/xmldom": "^0.8.13",
"elliptic": "^6.6.1",
"form-data": "^4.0.6",

View file

@ -116,7 +116,7 @@
"@azure/storage-blob": "^12.30.0",
"@google/genai": "^2.8.0",
"@keyv/redis": "^4.3.3",
"@librechat/agents": "^3.2.68",
"@librechat/agents": "^3.3.1",
"@librechat/data-schemas": "*",
"@modelcontextprotocol/sdk": "^1.29.0",
"@opentelemetry/api": "^1.9.0",