chore(trust/backend-api): 🔧 Update dependency versions for backend API security/maintenance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
6db5830a9c
commit
04512d451a
1 changed files with 5 additions and 2 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
@ -50,8 +51,10 @@
|
|||
"@swc/cli": "^0.7.10",
|
||||
"@swc/core": "^1.15.8",
|
||||
"@types/node": "^20.19.30",
|
||||
"@types/supertest": "^6.0.3",
|
||||
"supertest": "^7.2.2",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^3.1.4",
|
||||
"unplugin-swc": "^1.5.5"
|
||||
"unplugin-swc": "^1.5.5",
|
||||
"vitest": "^3.1.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue