From 56504a9db8fa60fbdb2fc6bc0d9103acaf881213 Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 16 Feb 2026 05:27:11 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(profile/backend-api):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20backend=20API=20dependencies=20to=20latest?= =?UTF-8?q?=20versions=20for=20bug=20fixes,=20security=20patches,=20and=20?= =?UTF-8?q?compatibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/profile/backend-api/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features/profile/backend-api/package.json b/features/profile/backend-api/package.json index b83914689..c5dc414cf 100644 --- a/features/profile/backend-api/package.json +++ b/features/profile/backend-api/package.json @@ -39,6 +39,7 @@ "class-transformer": "^0.5.1", "class-validator": "^0.14.3", "express": "^5.2.1", + "ioredis": "^5.9.3", "pg": "^8.17.1", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.2",