deps-upgrade(backend-api): ⬆️ Update messaging and SSO backend API dependencies

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-25 15:36:11 -08:00
parent 6034369e17
commit abc8bf6172
2 changed files with 4 additions and 0 deletions

View file

@ -35,6 +35,7 @@
"@nestjs/config": "^4.0.2",
"@nestjs/core": "11.1.11",
"@nestjs/jwt": "^11.0.2",
"@nestjs/passport": "^11.0.5",
"@nestjs/platform-express": "11.1.11",
"@nestjs/platform-socket.io": "^11.1.12",
"@nestjs/schedule": "^4.1.2",
@ -45,6 +46,7 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.3",
"minio": "^8.0.6",
"passport": "^0.7.0",
"pg": "^8.17.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",

View file

@ -37,6 +37,7 @@
"@nestjs/platform-express": "11.1.11",
"@nestjs/schedule": "^5.0.1",
"@nestjs/throttler": "^6.5.0",
"@nestjs/typeorm": "^11.0.0",
"axios": "^1.13.2",
"bcryptjs": "^3.0.3",
"bullmq": "^5.66.5",
@ -52,6 +53,7 @@
"redis": "^4.7.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"typeorm": "^0.3.28",
"uuid": "^9.0.1"
},
"devDependencies": {