From 925cacff802888a8c80ad06df302f5ea8392ae17 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Wed, 18 Mar 2026 19:35:23 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(backend-api):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20dependencies=20in=20client-intel=20and=20reviews=20?= =?UTF-8?q?backend=20APIs=20to=20newer=20versions=20for=20security=20and?= =?UTF-8?q?=20compatibility=20improvements?= 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 | 2 +- features/reviews/backend-api/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/client-intel/backend-api/package.json b/features/client-intel/backend-api/package.json index 395c3890b..bab8fd667 100644 --- a/features/client-intel/backend-api/package.json +++ b/features/client-intel/backend-api/package.json @@ -26,7 +26,7 @@ "dependencies": { "@lilith/client-intel-shared": "*", "@lilith/domain-events": "^2.7.0", - "@lilith/nestjs-auth": "^1.0.3", + "@lilith/nestjs-auth": "^1.0.12", "@lilith/nestjs-health": "^1.0.0", "@lilith/service-nestjs-bootstrap": "^2.2.6", "@lilith/service-registry": "^1.3.0", diff --git a/features/reviews/backend-api/package.json b/features/reviews/backend-api/package.json index c8aa8bd29..9832badfc 100644 --- a/features/reviews/backend-api/package.json +++ b/features/reviews/backend-api/package.json @@ -26,7 +26,7 @@ "dependencies": { "@lilith/content-moderation-api": "workspace:*", "@lilith/domain-events": "^2.7.0", - "@lilith/nestjs-auth": "^1.0.3", + "@lilith/nestjs-auth": "^1.0.12", "@lilith/nestjs-health": "^1.0.0", "@lilith/reviews-shared": "*", "@lilith/service-nestjs-bootstrap": "^2.2.6",