From 12f56596525efbd3f59fa40dd62541bc7b473349 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 29 Jan 2026 22:50:16 -0800 Subject: [PATCH] =?UTF-8?q?chore(profile):=20=F0=9F=94=A7=20Update=20depen?= =?UTF-8?q?dencies=20across=20merchant/backend-api,=20profile/backend-api,?= =?UTF-8?q?=20profile/frontend-app,=20and=20root=20package.json=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/merchant/backend-api/package.json | 2 +- features/profile/backend-api/package.json | 2 +- features/profile/frontend-app/package.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/features/merchant/backend-api/package.json b/features/merchant/backend-api/package.json index de08bec06..4a68f7180 100644 --- a/features/merchant/backend-api/package.json +++ b/features/merchant/backend-api/package.json @@ -25,7 +25,7 @@ "dependencies": { "@lilith/config": "*", "@lilith/domain-events": "^2.8.0", - "@lilith/nestjs-health": "^1.0.0", + "@lilith/nestjs-health": "1.0.29", "@lilith/service-nestjs-bootstrap": "^2.2.3", "@lilith/service-registry": "^1.3.0", "@lilith/types": "*", diff --git a/features/profile/backend-api/package.json b/features/profile/backend-api/package.json index 166bbdd9a..cdede3b51 100644 --- a/features/profile/backend-api/package.json +++ b/features/profile/backend-api/package.json @@ -46,7 +46,7 @@ "typeorm": "^0.3.28" }, "devDependencies": { - "@lilith/configs": "^2.0.0", + "@lilith/configs": "^2.2.0", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@nestjs/cli": "^11.0.16", "@nestjs/schematics": "^11.0.9", diff --git a/features/profile/frontend-app/package.json b/features/profile/frontend-app/package.json index 72e01f3c2..bc1c90ef7 100755 --- a/features/profile/frontend-app/package.json +++ b/features/profile/frontend-app/package.json @@ -42,7 +42,7 @@ "react-router-dom": "^7.12.0" }, "devDependencies": { - "@lilith/configs": "^2.0.0", + "@lilith/configs": "^2.2.0", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@types/react": "^19.2.8", "@types/react-dom": "^19.2.3", diff --git a/package.json b/package.json index 1545e5b26..45eda2625 100644 --- a/package.json +++ b/package.json @@ -362,7 +362,7 @@ "@lilith/minio": "^1.2.2", "@lilith/nestjs-auth": "^1.0.3", "@lilith/typeorm-entities": "^1.0.33", - "@lilith/nestjs-health": "1.0.27", + "@lilith/nestjs-health": "1.0.29", "@lilith/ui-theme": "^1.3.6", "@lilith/ui-styled-components": "^6.3.8", "@lilith/ui-layout": "1.1.6",