deps-upgrade(platform-analytics): ⬆️ Update core and plugin dependencies in platform analytics backend API for security patches and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
91732219ca
commit
2cf7071eb5
1 changed files with 1 additions and 6 deletions
|
|
@ -17,10 +17,7 @@
|
|||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"test:cov": "vitest run --coverage",
|
||||
"test:e2e": "vitest run --config vitest.e2e.config.ts",
|
||||
"seed": "bun run scripts/generate-dev-data.ts --all",
|
||||
"seed:status": "bun run scripts/generate-dev-data.ts --status",
|
||||
"seed:reset": "bun run scripts/generate-dev-data.ts --reset"
|
||||
"test:e2e": "vitest run --config vitest.e2e.config.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/domain-events": "^2.7.5",
|
||||
|
|
@ -47,13 +44,11 @@
|
|||
"reflect-metadata": "^0.2.0",
|
||||
"rxjs": "^7.8.0",
|
||||
"socket.io": "^4.8.0",
|
||||
"jsonwebtoken": "^9.0.0",
|
||||
"typeorm": "^0.3.0",
|
||||
"uuid": "^10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/configs": "^2.2.1",
|
||||
"@types/jsonwebtoken": "^9.0.0",
|
||||
"@nestjs/cli": "^11.0.0",
|
||||
"@nestjs/schematics": "^11.0.0",
|
||||
"@nestjs/testing": "^11.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue