chore: update dependencies to latest versions

- Updated dotenv from 16.5.0 to 16.6.1
- Updated express from 5.1.0 to 5.2.1
- Updated @types/express from 5.0.1 to 5.0.6
- Updated @types/node from 22.15.17 to 22.19.3
- Updated @types/socket.io from 3.0.1 to 3.0.2
- Updated concurrently from 9.1.2 to 9.2.1
- Updated typescript from 5.9.2 to 5.9.3
This commit is contained in:
Carlos Santos 2025-12-17 11:01:01 +01:00
parent 7c75a9ddd0
commit 3a2ce89a3d
7 changed files with 2112 additions and 1663 deletions

View File

@ -56,7 +56,7 @@
"dependencies": {
"@aws-sdk/client-s3": "3.846.0",
"@azure/storage-blob": "12.27.0",
"@google-cloud/storage": "7.17.1",
"@google-cloud/storage": "7.17.3",
"@openvidu-meet/typings": "workspace:*",
"@sesamecare-oss/redlock": "1.4.0",
"archiver": "7.0.1",
@ -65,15 +65,15 @@
"chalk": "5.6.2",
"cookie-parser": "1.4.7",
"cors": "2.8.5",
"cron": "4.3.3",
"cron": "4.3.5",
"dotenv": "16.6.1",
"express": "4.21.2",
"express-rate-limit": "7.5.1",
"inversify": "6.2.2",
"ioredis": "5.6.1",
"jwt-decode": "4.0.0",
"livekit-server-sdk": "2.13.1",
"mongoose": "8.19.2",
"livekit-server-sdk": "2.13.3",
"mongoose": "8.19.4",
"ms": "2.1.3",
"uid": "2.0.2",
"winston": "3.18.3",
@ -81,14 +81,14 @@
"zod": "3.25.76"
},
"devDependencies": {
"@types/archiver": "6.0.3",
"@types/archiver": "6.0.4",
"@types/bcrypt": "5.0.2",
"@types/cookie-parser": "1.4.9",
"@types/cors": "2.8.19",
"@types/express": "4.17.23",
"@types/express": "4.17.25",
"@types/jest": "29.5.14",
"@types/ms": "2.1.0",
"@types/node": "22.16.4",
"@types/node": "22.16.5",
"@types/supertest": "6.0.3",
"@types/unzipper": "0.10.11",
"@types/validator": "13.15.2",
@ -97,7 +97,7 @@
"@typescript-eslint/parser": "6.21.0",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-config-prettier": "9.1.2",
"jest": "29.7.0",
"jest-fetch-mock": "3.0.3",
"jest-junit": "16.0.0",
@ -107,7 +107,7 @@
"supertest": "7.1.3",
"ts-jest": "29.4.0",
"ts-jest-resolver": "2.0.1",
"tsx": "4.20.3",
"tsx": "4.20.6",
"typescript": "5.9.2",
"unzipper": "0.12.3"
},

View File

@ -18,23 +18,23 @@
"format:code": "prettier --ignore-path ../gitignore . --write"
},
"dependencies": {
"@angular/animations": "20.3.4",
"@angular/cdk": "20.2.9",
"@angular/common": "20.3.4",
"@angular/compiler": "20.3.4",
"@angular/core": "20.3.4",
"@angular/forms": "20.3.4",
"@angular/material": "20.2.9",
"@angular/platform-browser": "20.3.4",
"@angular/platform-browser-dynamic": "20.3.4",
"@angular/router": "20.3.4",
"@angular/animations": "20.3.15",
"@angular/cdk": "20.2.14",
"@angular/common": "20.3.15",
"@angular/compiler": "20.3.15",
"@angular/core": "20.3.15",
"@angular/forms": "20.3.15",
"@angular/material": "20.2.14",
"@angular/platform-browser": "20.3.15",
"@angular/platform-browser-dynamic": "20.3.15",
"@angular/router": "20.3.15",
"@livekit/track-processors": "0.7.0",
"@openvidu-meet/shared-components": "workspace:*",
"@openvidu-meet/typings": "workspace:*",
"autolinker": "4.1.5",
"core-js": "3.45.1",
"core-js": "3.47.0",
"jwt-decode": "4.0.0",
"livekit-client": "2.16.0",
"livekit-client": "2.16.1",
"openvidu-components-angular": "workspace:*",
"rxjs": "7.8.2",
"tslib": "2.8.1",
@ -43,29 +43,28 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "20.0.0",
"@angular-devkit/build-angular": "20.3.4",
"@angular-eslint/builder": "20.3.0",
"@angular-eslint/eslint-plugin": "20.3.0",
"@angular-eslint/eslint-plugin-template": "20.3.0",
"@angular-eslint/schematics": "20.3.0",
"@angular-eslint/template-parser": "20.3.0",
"@angular/cli": "20.3.4",
"@angular/compiler-cli": "20.3.4",
"@angular-devkit/build-angular": "20.3.13",
"@angular-eslint/builder": "20.7.0",
"@angular-eslint/eslint-plugin": "20.7.0",
"@angular-eslint/eslint-plugin-template": "20.7.0",
"@angular-eslint/schematics": "20.7.0",
"@angular-eslint/template-parser": "20.7.0",
"@angular/cli": "20.3.13",
"@angular/compiler-cli": "20.3.15",
"@types/chai": "4.3.20",
"@types/fluent-ffmpeg": "2.1.27",
"@types/jasmine": "5.1.9",
"@types/fluent-ffmpeg": "2.1.28",
"@types/jasmine": "5.1.13",
"@types/mocha": "9.1.1",
"@types/node": "22.18.8",
"@types/node": "22.18.13",
"@types/pixelmatch": "5.2.6",
"@types/pngjs": "6.0.5",
"@types/selenium-webdriver": "4.35.1",
"@typescript-eslint/eslint-plugin": "8.46.1",
"@typescript-eslint/parser": "8.46.1",
"@typescript-eslint/eslint-plugin": "8.46.4",
"@typescript-eslint/parser": "8.46.4",
"chai": "4.5.0",
"chromedriver": "141.0.0",
"chromedriver": "141.0.6",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-config-prettier": "9.1.2",
"fluent-ffmpeg": "2.1.3",
"jasmine-core": "5.6.0",
"jasmine-spec-reporter": "7.0.0",
@ -75,9 +74,8 @@
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"mocha": "10.7.3",
"ng-packagr": "20.3.0",
"ng-packagr": "20.3.2",
"prettier": "3.3.3",
"selenium-webdriver": "4.25.0",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"typescript": "5.9.2"

View File

@ -25,28 +25,28 @@
"@openvidu-meet/typings": "workspace:*"
},
"devDependencies": {
"@playwright/test": "1.53.2",
"@playwright/test": "1.57.0",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.1.2",
"@rollup/plugin-typescript": "12.1.4",
"@types/jest": "29.5.14",
"@typescript-eslint/eslint-plugin": "8.24.1",
"@typescript-eslint/parser": "8.24.1",
"@typescript-eslint/eslint-plugin": "8.50.0",
"@typescript-eslint/parser": "8.50.0",
"eslint": "8.57.1",
"eslint-config-standard": "17.1.0",
"identity-obj-proxy": "3.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"pixelmatch": "7.1.0",
"playwright": "1.53.2",
"playwright": "1.57.0",
"pngjs": "7.0.0",
"rollup": "4.34.8",
"rollup": "4.34.9",
"rollup-plugin-postcss": "4.0.2",
"ts-jest": "29.2.5",
"ts-jest": "29.2.6",
"ts-jest-resolver": "2.0.1",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typescript": "5.7.3"
"typescript": "5.9.3"
}
}

View File

@ -20,6 +20,6 @@
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput"
},
"devDependencies": {
"typescript": "5.9.2"
"typescript": "5.9.3"
}
}

View File

@ -41,10 +41,11 @@
"concurrently": "9.2.1",
"identity-obj-proxy": "3.0.0",
"tree-kill": "1.2.2",
"wait-on": "9.0.1"
"wait-on": "9.0.3"
},
"pnpm": {
"overrides": {
"livekit-cient": "2.16.0" }
"livekit-client": "2.16.1"
}
}
}

3662
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -19,20 +19,20 @@
"description": "",
"dependencies": {
"@openvidu-meet/typings": "workspace:*",
"dotenv": "16.5.0",
"express": "5.1.0",
"dotenv": "16.6.1",
"express": "5.2.1",
"mustache-express": "1.3.2",
"socket.io": "4.8.1",
"socket.io-client": "4.8.1"
},
"devDependencies": {
"@types/express": "5.0.1",
"@types/express": "5.0.6",
"@types/mustache-express": "1.2.5",
"@types/node": "22.15.17",
"@types/socket.io": "3.0.1",
"@types/node": "22.19.3",
"@types/socket.io": "3.0.2",
"@types/socket.io-client": "1.4.36",
"concurrently": "9.1.2",
"concurrently": "9.2.1",
"ts-node-dev": "2.0.0",
"typescript": "5.9.2"
"typescript": "5.9.3"
}
}