mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-02 16:48:50 +01:00
📦 chore: Bump Packages & Fix Recursion in @librechat/api build (#11166)
* 🔧 chore: Update package-lock.json and package.json to include google-auth-library - Added google-auth-library version 9.15.1 to both package.json and package-lock.json for improved authentication support. - Cleaned up package-lock.json by removing unused AWS SDK dependencies to streamline the project. * 🔧 chore: Update express and body-parser dependencies in package.json and package-lock.json - Upgraded express from version 5.1.0 to 5.2.1 for improved performance and features. - Updated body-parser from version 2.2.0 to 2.2.1 to address potential issues and enhance functionality. - Added depd package for better deprecation warnings management. * 🔧 chore: Update qs dependency in package-lock.json - Upgraded qs from version 6.14.0 to 6.14.1 to incorporate the latest improvements and fixes.
This commit is contained in:
parent
90c63a56f3
commit
e4b879c655
3 changed files with 13 additions and 579 deletions
|
|
@ -99,6 +99,7 @@
|
|||
"express-session": "^1.18.2",
|
||||
"firebase": "^11.0.2",
|
||||
"form-data": "^4.0.4",
|
||||
"google-auth-library": "^9.15.1",
|
||||
"https-proxy-agent": "^7.0.6",
|
||||
"ioredis": "^5.3.2",
|
||||
"js-yaml": "^4.1.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue