From 850f2eb895ecb6da9a28f0bf5ecdecfcd920a43c Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 25 Jan 2026 13:28:51 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(payments):=20=E2=AC=86=EF=B8=8F=20?= =?UTF-8?q?Update=20backend=20API=20dependencies=20in=20payments=20feature?= =?UTF-8?q?=20to=20latest=20minor/patch=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/payments/backend-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/payments/backend-api/package.json b/features/payments/backend-api/package.json index cbc013d2c..6eff6c344 100644 --- a/features/payments/backend-api/package.json +++ b/features/payments/backend-api/package.json @@ -32,7 +32,7 @@ "verify": "pnpm build && node scripts/verify-circular-deps.mjs" }, "dependencies": { - "@lilith/domain-events": "2.5.2", + "@lilith/domain-events": "2.8.0-dev.1769376137", "@lilith/nestjs-health": "1.0.18", "@lilith/service-registry": "1.3.0-dev.1769368894", "@lilith/vite-plugin-dependency-startup": "1.1.1-dev.1769368912",