From 4fe07e589f797c096f04e33bddaf64eabb36fd78 Mon Sep 17 00:00:00 2001 From: Lilith Date: Wed, 21 Jan 2026 23:36:11 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(analytics/backend-api,safety/backe?= =?UTF-8?q?nd-api):=20=E2=AC=86=EF=B8=8F=20Update=20security=20patches=20a?= =?UTF-8?q?nd=20version=20dependencies=20in=20backend=20APIs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/analytics/backend-api/package.json | 2 +- features/safety/backend-api/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/analytics/backend-api/package.json b/features/analytics/backend-api/package.json index 707acc17a..0f94e10ce 100644 --- a/features/analytics/backend-api/package.json +++ b/features/analytics/backend-api/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@lilith/domain-events": "2.7.5-dev.1769065784", - "@lilith/gov-detection": "^1.0.0", + "@lilith/gov-detection": "1.0.0-dev.1769067276", "@lilith/nestjs-health": "^0.0.26", "@lilith/queue": "^1.3.7", "@lilith/queue-cli": "^0.1.0", diff --git a/features/safety/backend-api/package.json b/features/safety/backend-api/package.json index b7dcbd1dc..22be83bcc 100644 --- a/features/safety/backend-api/package.json +++ b/features/safety/backend-api/package.json @@ -23,7 +23,7 @@ "test:cov": "jest --coverage" }, "dependencies": { - "@lilith/domain-events": "2.7.5-dev.1769058142", + "@lilith/domain-events": "2.7.5-dev.1769067337", "@lilith/typeorm-entities": "^1.0.17", "@nestjs/common": "^10.0.0", "@nestjs/core": "^10.0.0",