deps-upgrade(messaging): ⬆️ Update dependencies in messaging backend API to ensure security/compatibility improvements

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-25 15:42:29 -08:00
parent d55a07e9ae
commit 6ce99f7b17

View file

@ -47,6 +47,7 @@
"class-validator": "^0.14.3",
"minio": "^8.0.6",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"pg": "^8.17.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
@ -55,7 +56,6 @@
"ws": "^8.18.0"
},
"devDependencies": {
"@types/ws": "^8.18.0",
"@lilith/configs": "^2.2.0",
"@lilith/playwright-e2e-docker": "^2.0.2",
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
@ -67,6 +67,8 @@
"@swc/core": "^1.15.8",
"@types/express": "^5.0.6",
"@types/node": "^20.19.30",
"@types/passport-jwt": "^4.0.1",
"@types/ws": "^8.18.0",
"typescript": "^5.9.3",
"unplugin-swc": "^1.5.9",
"vitest": "^3.2.4"