From c6c87e0f117fc487d02186dd070de2f0da90cecb Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 11 Jan 2026 02:22:55 -0800 Subject: [PATCH] =?UTF-8?q?chore(sso):=20=F0=9F=94=A7=20update=20domain-ev?= =?UTF-8?q?ents=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/sso/backend-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/sso/backend-api/package.json b/features/sso/backend-api/package.json index b777891be..29c418124 100755 --- a/features/sso/backend-api/package.json +++ b/features/sso/backend-api/package.json @@ -23,7 +23,7 @@ "test:e2e:down": "docker-compose -f ./test/docker-compose.yml down" }, "dependencies": { - "@lilith/domain-events": "^2.4.1", + "@lilith/domain-events": "^2.4.2", "@lilith/nestjs-health": "^0.0.26", "@lilith/types": "workspace:*", "@lilith/service-addresses": "^3.0.0",