From 6ce99f7b176ba0531b3a94f2bdb72bbf71944fe2 Mon Sep 17 00:00:00 2001 From: Lilith Date: Wed, 25 Feb 2026 15:42:29 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(messaging):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20dependencies=20in=20messaging=20backend=20API=20to?= =?UTF-8?q?=20ensure=20security/compatibility=20improvements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/messaging/backend-api/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/features/messaging/backend-api/package.json b/features/messaging/backend-api/package.json index 31955384b..90f8669f6 100644 --- a/features/messaging/backend-api/package.json +++ b/features/messaging/backend-api/package.json @@ -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"