deps-upgrade(image-assistant): ⬆️ Update backend API dependencies for image assistant compatibility, security, and performance

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-18 22:39:46 -07:00
parent ce63348a3a
commit c66969aa4d

View file

@ -10,9 +10,9 @@
"start:dev": "nest start --watch",
"start:prod": "node dist/main",
"typecheck": "tsc --noEmit",
"test": "lixtest",
"test:watch": "lixtest --watch",
"test:cov": "lixtest --coverage",
"test": "vitest run",
"test:watch": "vitest",
"test:cov": "vitest run --coverage",
"migration:generate": "npx tsx ../../../node_modules/typeorm/cli.js migration:generate -d ./src/data-source.ts",
"migration:run": "npx tsx ../../../node_modules/typeorm/cli.js migration:run -d ./src/data-source.ts",
"migration:revert": "npx tsx ../../../node_modules/typeorm/cli.js migration:revert -d ./src/data-source.ts",
@ -76,6 +76,10 @@
"supertest": "^7.2.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"@lilith/lix-test": "^1.0.0",
"@lilith/test-utils": "workspace:*",
"@vitest/coverage-v8": "^4.0.17",
"vitest": "^4.0.17"
}
}