mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-07-10 16:23:44 +00:00
* 🔧 chore: bump @librechat/agents to v3.1.63 * 🔧 chore: update axios dependency to exact version 1.13.6 * 🔧 chore: update @aws-sdk/client-bedrock-runtime to version 3.1013.0 in package.json and package-lock.json - Bump the version of @aws-sdk/client-bedrock-runtime across package.json files in api and packages/api to ensure compatibility with the latest features and fixes. - Reflect the updated version in package-lock.json to maintain consistency in dependency resolution. * 🔧 chore: update axios dependency to version 1.13.6 across multiple package.json and package-lock.json files - Bump axios version from ^1.13.5 to 1.13.6 in package.json and package-lock.json for improved performance and security. - Ensure consistency in dependency resolution across the project by updating all relevant files.
10 lines
223 B
JSON
10 lines
223 B
JSON
{
|
|
"name": "librechat-data-provider/react-query",
|
|
"private": true,
|
|
"main": "../index.js",
|
|
"module": "./index.es.js",
|
|
"types": "../dist/types/react-query/index.d.ts",
|
|
"dependencies": {
|
|
"axios": "1.13.6"
|
|
}
|
|
}
|