From 000df50e691cf648cc7d4253ca3a56f172bd031d Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 30 Jan 2026 15:26:26 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(backend-api):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20dependencies=20in=20marketplace=20and=20SSO=20backe?= =?UTF-8?q?nd=20APIs=20for=20security/bug=20fixes=20and=20compatibility=20?= =?UTF-8?q?improvements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/marketplace/backend-api/package.json | 2 +- features/sso/backend-api/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/marketplace/backend-api/package.json b/features/marketplace/backend-api/package.json index 0bec46ad8..0b831b684 100644 --- a/features/marketplace/backend-api/package.json +++ b/features/marketplace/backend-api/package.json @@ -39,7 +39,7 @@ "@lilith/queue": "^1.3.7", "@lilith/queue-cli": "^0.1.0", "@lilith/service-nestjs-bootstrap": "^2.2.3", - "@lilith/service-registry": "1.3.0", + "@lilith/service-registry": "^1.4.0", "@lilith/typeorm-entities": "^1.0.33", "@lilith/typeorm-pgcrypto": "^1.0.0", "@lilith/types": "*", diff --git a/features/sso/backend-api/package.json b/features/sso/backend-api/package.json index 154f29ca3..4d67cab9c 100644 --- a/features/sso/backend-api/package.json +++ b/features/sso/backend-api/package.json @@ -28,7 +28,7 @@ "@lilith/domain-events": "^2.7.0", "@lilith/nestjs-health": "^1.0.0", "@lilith/service-nestjs-bootstrap": "^2.2.3", - "@lilith/service-registry": "1.3.0", + "@lilith/service-registry": "^1.4.0", "@lilith/types": "*", "@nestjs/bullmq": "^11.0.4", "@nestjs/common": "11.1.11",