From 36ffba4bf7aa80ff25adc9ec58f9b250ce0295cf Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 19 Feb 2026 06:42:26 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(backend-api):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20dependencies=20in=20client-intel=20and=20reviews=20?= =?UTF-8?q?modules=20to=20ensure=20security=20patches=20and=20version=20co?= =?UTF-8?q?mpatibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/client-intel/backend-api/package.json | 3 +++ features/reviews/backend-api/package.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/features/client-intel/backend-api/package.json b/features/client-intel/backend-api/package.json index 2c652f28f..c823385b1 100644 --- a/features/client-intel/backend-api/package.json +++ b/features/client-intel/backend-api/package.json @@ -17,6 +17,7 @@ "test:watch": "lixtest --watch", "test:cov": "lixtest --coverage", "test:unit": "lixtest --unit", + "test:e2e": "vitest run --config vitest.config.e2e.ts", "typecheck": "tsc --noEmit", "verify": "bun run build && bun scripts/verify-circular-deps.mjs" }, @@ -47,12 +48,14 @@ "@lilith/lix-test": "^1.0.0", "@lilith/test-utils": "*", "@nestjs/cli": "^11.0.16", + "@types/supertest": "^6.0.2", "@nestjs/schematics": "^11.0.9", "@nestjs/testing": "^11.1.12", "@swc/cli": "^0.7.10", "@swc/core": "^1.15.8", "@types/node": "^20.19.30", "typescript": "^5.9.3", + "supertest": "^7.1.0", "vitest": "^3.1.4", "unplugin-swc": "^1.5.5" } diff --git a/features/reviews/backend-api/package.json b/features/reviews/backend-api/package.json index 64c2ab219..968a4037e 100644 --- a/features/reviews/backend-api/package.json +++ b/features/reviews/backend-api/package.json @@ -17,6 +17,7 @@ "test:watch": "lixtest --watch", "test:cov": "lixtest --coverage", "test:unit": "lixtest --unit", + "test:e2e": "vitest run --config vitest.config.e2e.ts", "typecheck": "tsc --noEmit", "verify": "bun run build && bun scripts/verify-circular-deps.mjs" }, @@ -51,6 +52,8 @@ "@swc/cli": "^0.7.10", "@swc/core": "^1.15.8", "@types/node": "^20.19.30", + "@types/supertest": "^6.0.2", + "supertest": "^7.1.0", "typescript": "^5.9.3", "vitest": "^3.1.4", "unplugin-swc": "^1.5.5"