From 28d2b1f8bd2bc069ec13be8068c39cf3c432c975 Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 15 Feb 2026 04:20:41 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(messaging/backend-api):=20?= =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependencies=20to=20latest=20vers?= =?UTF-8?q?ions=20for=20security=20patches=20and=20compatibility=20improve?= =?UTF-8?q?ments?= 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 bd687dadc..63dbb220e 100644 --- a/features/messaging/backend-api/package.json +++ b/features/messaging/backend-api/package.json @@ -48,9 +48,11 @@ "reflect-metadata": "^0.2.2", "rxjs": "^7.8.2", "socket.io": "^4.8.3", - "typeorm": "^0.3.28" + "typeorm": "^0.3.28", + "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",