deps-upgrade(backend-api): ⬆️ Update dependencies in client-intel and reviews modules to ensure security patches and version compatibility

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-19 06:42:26 -08:00
parent 4fe2f1fa1c
commit 36ffba4bf7
2 changed files with 6 additions and 0 deletions

View file

@ -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"
}

View file

@ -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"