From 0ac88d68f496ac5da00df94e18e8a797465e7ee8 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Fri, 20 Mar 2026 05:28:47 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(profile):=20=E2=AC=86=EF=B8=8F=20U?= =?UTF-8?q?pdate=20backend=20API=20dependencies=20for=20profile=20feature?= 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 ae648868f..77c7efc56 100644 --- a/features/profile/backend-api/package.json +++ b/features/profile/backend-api/package.json @@ -23,6 +23,7 @@ "dev:showcase": "nest start --watch --entryFile main-simple" }, "dependencies": { + "@lilith/content-moderation-api": "workspace:*", "@lilith/domain-events": "2.9.0", "@lilith/identifier-utils": "*", "@lilith/nestjs-auth": "^1.0.3",