From 0438c729a8b662c3df3bec5356c83727ed4cf4af Mon Sep 17 00:00:00 2001 From: Lilith Date: Sat, 21 Feb 2026 03:04:54 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(backend-api):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20client-intel,=20reviews,=20and=20trust=20backend=20?= =?UTF-8?q?modules=20to=20new=20dependency=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/client-intel/backend-api/package.json | 1 + features/reviews/backend-api/package.json | 1 + features/trust/backend-api/package.json | 1 + 3 files changed, 3 insertions(+) diff --git a/features/client-intel/backend-api/package.json b/features/client-intel/backend-api/package.json index 1baff635c..cfe69694b 100644 --- a/features/client-intel/backend-api/package.json +++ b/features/client-intel/backend-api/package.json @@ -29,6 +29,7 @@ "@lilith/service-nestjs-bootstrap": "^2.2.6", "@lilith/service-registry": "^1.3.0", "@lilith/types": "*", + "@nestjs/bullmq": "^11.0.2", "@nestjs/common": "11.1.11", "@nestjs/config": "^4.0.2", "@nestjs/core": "11.1.11", diff --git a/features/reviews/backend-api/package.json b/features/reviews/backend-api/package.json index 6eddaadaf..63cdcc689 100644 --- a/features/reviews/backend-api/package.json +++ b/features/reviews/backend-api/package.json @@ -29,6 +29,7 @@ "@lilith/service-nestjs-bootstrap": "^2.2.6", "@lilith/service-registry": "^1.3.0", "@lilith/types": "*", + "@nestjs/bullmq": "^11.0.2", "@nestjs/common": "11.1.11", "@nestjs/config": "^4.0.2", "@nestjs/core": "11.1.11", diff --git a/features/trust/backend-api/package.json b/features/trust/backend-api/package.json index 6434533f3..5827ef706 100644 --- a/features/trust/backend-api/package.json +++ b/features/trust/backend-api/package.json @@ -28,6 +28,7 @@ "@lilith/service-nestjs-bootstrap": "^2.2.6", "@lilith/service-registry": "^1.3.0", "@lilith/types": "*", + "@nestjs/bullmq": "^11.0.2", "@nestjs/common": "11.1.11", "@nestjs/config": "^4.0.2", "@nestjs/core": "11.1.11",