backend: Updates backend dependencies

Updates several backend dependencies to their latest versions.
This includes updates to AWS S3 client, Azure storage blob,
Google Cloud Storage, and body-parser, potentially bringing
bug fixes, performance improvements, and new features.
This commit is contained in:
CSantosM 2026-02-23 15:23:27 +01:00
parent e5ebcbaab0
commit 210e5fe3f5
2 changed files with 1189 additions and 44 deletions

View File

@ -55,20 +55,20 @@
"clean": "rm -rf node_modules dist public test-results"
},
"dependencies": {
"@aws-sdk/client-s3": "3.846.0",
"@azure/storage-blob": "12.27.0",
"@google-cloud/storage": "7.17.3",
"@aws-sdk/client-s3": "3.995.0",
"@azure/storage-blob": "12.31.0",
"@google-cloud/storage": "7.19.0",
"@openvidu-meet/typings": "workspace:*",
"@sesamecare-oss/redlock": "1.4.0",
"archiver": "7.0.1",
"bcrypt": "5.1.1",
"body-parser": "2.2.0",
"body-parser": "2.2.2",
"chalk": "5.6.2",
"cookie-parser": "1.4.7",
"cors": "2.8.5",
"cron": "4.3.5",
"cors": "2.8.6",
"cron": "4.4.0",
"dotenv": "16.6.1",
"express": "4.21.2",
"express": "4.22.1",
"express-rate-limit": "7.5.1",
"inversify": "6.2.2",
"ioredis": "5.6.1",
@ -78,7 +78,7 @@
"mongoose": "8.19.4",
"ms": "2.1.3",
"uid": "2.0.2",
"winston": "3.18.3",
"winston": "3.19.0",
"yamljs": "0.3.0",
"zod": "3.25.76"
},

1217
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff