From 9563ee4b9f756f25fb78309b0898defbe240eebe Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 22 Jan 2026 17:50:40 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(features/backend-api):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20critical=20dependencies=20across=208=20bac?= =?UTF-8?q?kend=20APIs=20and=20regenerate=20lockfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/attributes/backend-api/package.json | 2 +- .../backend-api/package.json | 1 + .../image-assistant/backend-api/package.json | 2 +- features/merchant/backend-api/package.json | 2 +- features/messaging/backend-api/package.json | 2 +- features/safety/backend-api/package.json | 1 + features/sso/backend-api/package.json | 2 +- .../ui-dev-tools/backend-api/package.json | 1 + pnpm-lock.yaml | 54 ++++++++----------- 9 files changed, 29 insertions(+), 38 deletions(-) diff --git a/features/attributes/backend-api/package.json b/features/attributes/backend-api/package.json index d683c40bd..b023354cb 100644 --- a/features/attributes/backend-api/package.json +++ b/features/attributes/backend-api/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@lilith/ml-provider-clients": "^1.0.28", - "@lilith/nestjs-health": "^0.0.26", + "@lilith/nestjs-health": "1.0.16-dev.1769131835", "@lilith/service-nestjs-bootstrap": "^2.2.3", "@lilith/typeorm-entities": "^1.0.17", "@nestjs/common": "11.1.11", diff --git a/features/content-moderation/backend-api/package.json b/features/content-moderation/backend-api/package.json index e24b1ae44..52fd21935 100644 --- a/features/content-moderation/backend-api/package.json +++ b/features/content-moderation/backend-api/package.json @@ -28,6 +28,7 @@ "verify": "pnpm build && node scripts/verify-circular-deps.mjs" }, "dependencies": { + "@lilith/nestjs-health": "1.0.16-dev.1769131835", "@lilith/truth-client": "workspace:*", "@nestjs/common": "11.1.11", "@nestjs/config": "^4.0.2", diff --git a/features/image-assistant/backend-api/package.json b/features/image-assistant/backend-api/package.json index 66f1ba216..dbd72bf3b 100644 --- a/features/image-assistant/backend-api/package.json +++ b/features/image-assistant/backend-api/package.json @@ -24,7 +24,7 @@ "verify": "pnpm build && node scripts/verify-circular-deps.mjs" }, "dependencies": { - "@lilith/nestjs-health": "^0.0.26", + "@lilith/nestjs-health": "1.0.16-dev.1769131835", "@lilith/queue": "^1.3.7", "@lilith/service-nestjs-bootstrap": "^2.2.3", "@lilith/service-registry": "^1.2.1", diff --git a/features/merchant/backend-api/package.json b/features/merchant/backend-api/package.json index 298673f9a..ff650fadd 100644 --- a/features/merchant/backend-api/package.json +++ b/features/merchant/backend-api/package.json @@ -25,7 +25,7 @@ "dependencies": { "@lilith/config": "workspace:*", "@lilith/domain-events": "2.5.2", - "@lilith/nestjs-health": "^0.0.26", + "@lilith/nestjs-health": "1.0.16-dev.1769131835", "@lilith/service-nestjs-bootstrap": "^2.2.3", "@lilith/service-registry": "^1.2.1", "@lilith/types": "workspace:*", diff --git a/features/messaging/backend-api/package.json b/features/messaging/backend-api/package.json index 42ae3d8ed..94b41329d 100644 --- a/features/messaging/backend-api/package.json +++ b/features/messaging/backend-api/package.json @@ -27,7 +27,7 @@ "dependencies": { "@lilith/domain-events": "^2.7.0", "@lilith/nestjs-auth": "^0.0.6", - "@lilith/nestjs-health": "^0.0.26", + "@lilith/nestjs-health": "1.0.16-dev.1769131835", "@lilith/service-nestjs-bootstrap": "^2.2.3", "@lilith/service-registry": "^1.2.1", "@nestjs/common": "11.1.11", diff --git a/features/safety/backend-api/package.json b/features/safety/backend-api/package.json index fc15d7830..9507ef832 100644 --- a/features/safety/backend-api/package.json +++ b/features/safety/backend-api/package.json @@ -25,6 +25,7 @@ }, "dependencies": { "@lilith/domain-events": "2.8.0-dev.1769084909", + "@lilith/nestjs-health": "1.0.16-dev.1769131835", "@lilith/typeorm-entities": "^1.0.17", "@nestjs/common": "^10.0.0", "@nestjs/core": "^10.0.0", diff --git a/features/sso/backend-api/package.json b/features/sso/backend-api/package.json index 9ec46f515..a08d3b1da 100644 --- a/features/sso/backend-api/package.json +++ b/features/sso/backend-api/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@lilith/domain-events": "^2.7.0", - "@lilith/nestjs-health": "1.0.15-dev.1769130583", + "@lilith/nestjs-health": "1.0.16-dev.1769131835", "@lilith/service-nestjs-bootstrap": "^2.2.3", "@lilith/service-registry": "^1.2.1", "@lilith/types": "workspace:*", diff --git a/features/ui-dev-tools/backend-api/package.json b/features/ui-dev-tools/backend-api/package.json index 6f00a512c..432062f36 100644 --- a/features/ui-dev-tools/backend-api/package.json +++ b/features/ui-dev-tools/backend-api/package.json @@ -15,6 +15,7 @@ "verify": "pnpm build && node scripts/verify-circular-deps.mjs" }, "dependencies": { + "@lilith/nestjs-health": "1.0.16-dev.1769131835", "@lilith/service-nestjs-bootstrap": "^2.2.3", "@lilith/service-registry": "^1.2.1", "@nestjs/axios": "^3.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 026890d08..34fe8d338 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1467,8 +1467,8 @@ importers: specifier: ^1.0.28 version: 1.0.28(zod@3.25.76) '@lilith/nestjs-health': - specifier: ^0.0.26 - version: 0.0.26(@nestjs/common@11.1.11)(@nestjs/core@11.1.11) + specifier: 1.0.16-dev.1769131835 + version: 1.0.16-dev.1769131835(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(ts-node@10.9.2) '@lilith/service-nestjs-bootstrap': specifier: ^2.2.3 version: 2.2.3(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/platform-express@11.1.11)(@nestjs/swagger@11.2.5)(bullmq@5.66.5)(cache-manager@7.2.8)(keyv@5.5.5)(reflect-metadata@0.2.2)(rxjs@7.8.2)(typeorm@0.3.28) @@ -1603,6 +1603,9 @@ importers: features/content-moderation/backend-api: dependencies: + '@lilith/nestjs-health': + specifier: 1.0.16-dev.1769131835 + version: 1.0.16-dev.1769131835(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(better-sqlite3@12.6.2)(ts-node@10.9.2) '@lilith/truth-client': specifier: '*' version: link:../../truth-validation/client/typescript @@ -2645,8 +2648,8 @@ importers: features/image-assistant/backend-api: dependencies: '@lilith/nestjs-health': - specifier: ^0.0.26 - version: 0.0.26(@nestjs/common@11.1.11)(@nestjs/core@11.1.11) + specifier: 1.0.16-dev.1769131835 + version: 1.0.16-dev.1769131835(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(redis@4.7.1)(ts-node@10.9.2) '@lilith/queue': specifier: ^1.3.4 version: 1.3.7(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/platform-socket.io@11.1.12)(@nestjs/schedule@6.1.0)(@nestjs/typeorm@11.0.0)(@nestjs/websockets@11.1.12)(pg@8.17.1)(react@19.2.3)(redis@4.7.1)(socket.io-client@4.8.3)(socket.io@4.8.3)(styled-components@6.3.8)(ts-node@10.9.2) @@ -4053,8 +4056,8 @@ importers: specifier: ^2.7.5 version: 2.7.5(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(bullmq@5.66.5) '@lilith/nestjs-health': - specifier: ^0.0.26 - version: 0.0.26(@nestjs/common@11.1.11)(@nestjs/core@11.1.11) + specifier: 1.0.16-dev.1769131835 + version: 1.0.16-dev.1769131835(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(better-sqlite3@12.6.2)(ts-node@10.9.2) '@lilith/service-nestjs-bootstrap': specifier: ^2.2.3 version: 2.2.3(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/platform-express@11.1.11)(@nestjs/swagger@11.2.5)(bullmq@5.66.5)(cache-manager@7.2.8)(keyv@5.5.5)(reflect-metadata@0.2.2)(rxjs@7.8.2)(typeorm@0.3.28) @@ -4174,8 +4177,8 @@ importers: specifier: ^0.0.6 version: 0.0.6(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/jwt@11.0.2)(@nestjs/passport@11.0.5)(passport-jwt@4.0.1)(passport@0.7.0) '@lilith/nestjs-health': - specifier: ^0.0.26 - version: 0.0.26(@nestjs/common@11.1.11)(@nestjs/core@11.1.11) + specifier: 1.0.16-dev.1769131835 + version: 1.0.16-dev.1769131835(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(better-sqlite3@12.6.2)(ts-node@10.9.2) '@lilith/service-nestjs-bootstrap': specifier: ^2.2.3 version: 2.2.3(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/platform-express@11.1.11)(@nestjs/swagger@11.2.5)(bullmq@5.66.5)(cache-manager@7.2.8)(keyv@5.5.5)(reflect-metadata@0.2.2)(rxjs@7.8.2)(typeorm@0.3.28) @@ -5199,6 +5202,9 @@ importers: '@lilith/domain-events': specifier: ^2.7.5 version: 2.7.5(@nestjs/common@11.1.11) + '@lilith/nestjs-health': + specifier: 1.0.16-dev.1769131835 + version: 1.0.16-dev.1769131835(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(better-sqlite3@12.6.2)(ts-node@10.9.2) '@lilith/typeorm-entities': specifier: ^1.0.17 version: 1.0.17(typeorm@0.3.28) @@ -5558,8 +5564,8 @@ importers: specifier: ^2.7.5 version: 2.7.5(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(bullmq@5.66.5) '@lilith/nestjs-health': - specifier: 1.0.15-dev.1769130583 - version: 1.0.15-dev.1769130583(@nestjs/common@11.1.11)(@nestjs/core@11.1.11) + specifier: 1.0.16-dev.1769131835 + version: 1.0.16-dev.1769131835(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(redis@4.7.1)(ts-node@10.9.2) '@lilith/service-nestjs-bootstrap': specifier: ^2.2.3 version: 2.2.3(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/platform-express@11.1.11)(@nestjs/swagger@11.2.5)(bullmq@5.66.5)(cache-manager@7.2.8)(keyv@5.5.5)(reflect-metadata@0.2.2)(rxjs@7.8.2)(typeorm@0.3.28) @@ -6205,6 +6211,9 @@ importers: features/ui-dev-tools/backend-api: dependencies: + '@lilith/nestjs-health': + specifier: 1.0.16-dev.1769131835 + version: 1.0.16-dev.1769131835(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(better-sqlite3@12.6.2)(ts-node@10.9.2) '@lilith/service-nestjs-bootstrap': specifier: ^2.2.3 version: 2.2.3(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/platform-express@11.1.11)(@nestjs/swagger@8.1.1)(bullmq@5.66.5)(cache-manager@7.2.8)(keyv@5.5.5)(reflect-metadata@0.2.2)(rxjs@7.8.2)(typeorm@0.3.28) @@ -11005,27 +11014,6 @@ packages: '@nestjs/core': 11.1.11(@nestjs/common@11.1.11)(@nestjs/platform-express@11.1.11)(@nestjs/websockets@11.1.12)(reflect-metadata@0.2.2)(rxjs@7.8.2) dev: false - /@lilith/nestjs-health@1.0.15-dev.1769130583(@nestjs/common@11.1.11)(@nestjs/core@11.1.11): - resolution: {integrity: sha512-6nsszQ0E/WHFQFG4fmevumBwaVZubc2HU+q7PInIjMelVEWimIKzQupm0djo8HnC+wp3m2LQM8gnqtY0QcYeMw==} - peerDependencies: - '@nestjs/common': 11.1.11 - '@nestjs/core': 11.1.11 - peerDependenciesMeta: - ioredis: - optional: true - pg: - optional: true - dependencies: - '@nestjs/common': 11.1.11(class-transformer@0.5.1)(class-validator@0.14.3)(reflect-metadata@0.2.2)(rxjs@7.8.2) - '@nestjs/core': 11.1.11(@nestjs/common@11.1.11)(@nestjs/platform-express@11.1.11)(@nestjs/websockets@11.1.12)(reflect-metadata@0.2.2)(rxjs@7.8.2) - optionalDependencies: - ioredis: 5.9.2 - pg: 8.17.1 - transitivePeerDependencies: - - pg-native - - supports-color - dev: false - /@lilith/nestjs-health@1.0.16-dev.1769131835(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(better-sqlite3@12.6.2)(ts-node@10.9.2): resolution: {integrity: sha512-eSuuJf1CDfkApfS4YQ+X0MZu1yRmhaYEBwDxL4s3YzT55AWVpbUNxkfcPKK9rsZSyS/IQzXst+OC8DCJ0JSa3g==} peerDependencies: @@ -14178,7 +14166,7 @@ packages: '@nestjs/core': 11.1.11(@nestjs/common@11.1.11)(@nestjs/platform-express@11.1.11)(@nestjs/websockets@11.1.12)(reflect-metadata@0.2.2)(rxjs@7.8.2) reflect-metadata: 0.2.2 rxjs: 7.8.2 - typeorm: 0.3.28(better-sqlite3@12.6.2)(ioredis@5.9.2)(pg@8.17.1)(ts-node@10.9.2) + typeorm: 0.3.28(ioredis@5.9.2)(pg@8.17.1)(redis@4.7.1)(ts-node@10.9.2) dev: false /@nestjs/websockets@11.1.12(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/platform-socket.io@11.1.12)(reflect-metadata@0.2.2)(rxjs@7.8.2): @@ -21647,7 +21635,7 @@ packages: semver: 7.7.3 tapable: 2.3.0 typescript: 5.9.3 - webpack: 5.104.1 + webpack: 5.104.1(@swc/core@1.15.8) dev: true /form-data-encoder@1.7.2: