From b5d0763dcf30a3e51909ecfc30ab22e6b5fd6c12 Mon Sep 17 00:00:00 2001 From: Lilith Date: Wed, 18 Feb 2026 13:00:06 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(payments/backend-api):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20dependencies=20in=20package.json=20for=20b?= =?UTF-8?q?ackend=20API=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/payments/backend-api/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features/payments/backend-api/package.json b/features/payments/backend-api/package.json index 3105cf5d2..1f3c4052a 100644 --- a/features/payments/backend-api/package.json +++ b/features/payments/backend-api/package.json @@ -39,6 +39,7 @@ }, "dependencies": { "@lilith/domain-events": "^2.8.0", + "@lilith/service-nestjs-bootstrap": "^1.0.0", "@lilith/nestjs-health": "^1.0.0", "@lilith/service-registry": "^1.3.0", "@nestjs/axios": "^4.0.1",