chore: updated frontend and backend dependencies

This commit is contained in:
Carlos Santos 2025-10-01 13:10:05 +02:00
parent defd87db44
commit 918b2d164a
4 changed files with 921 additions and 2540 deletions

3063
backend/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -58,10 +58,10 @@
"archiver": "7.0.1",
"bcrypt": "5.1.1",
"body-parser": "2.2.0",
"chalk": "5.4.1",
"chalk": "5.6.2",
"cookie-parser": "1.4.7",
"cors": "2.8.5",
"cron": "4.3.2",
"cron": "4.3.3",
"dotenv": "16.6.1",
"express": "4.21.2",
"express-openapi-validator": "5.5.7",
@ -72,12 +72,11 @@
"livekit-server-sdk": "2.13.1",
"ms": "2.1.3",
"uid": "2.0.2",
"winston": "3.17.0",
"winston": "3.18.3",
"yamljs": "0.3.0",
"zod": "3.25.76"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.21.2",
"@types/archiver": "6.0.3",
"@types/bcrypt": "5.0.2",
"@types/cookie-parser": "1.4.9",

File diff suppressed because it is too large Load Diff

View File

@ -2,14 +2,15 @@
"name": "shared-meet-components",
"version": "0.0.1",
"peerDependencies": {
"@angular/animations": "^17.0.0 || ^18.0.0",
"@angular/cdk": "^17.0.0 || ^18.0.0",
"@angular/animations": "^18.0.0",
"@angular/cdk": "^18.0.0",
"@angular/common": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/forms": "^17.0.0 || ^18.0.0",
"@angular/material": "^17.0.0 || ^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/material": " ^18.0.0",
"jwt-decode": "^4.0.0",
"openvidu-components-angular": "^3.0.0"
"openvidu-components-angular": "^3.0.0",
"rxjs": "7.8.2"
},
"dependencies": {
"tslib": "^2.3.0"