updated libs and removed vulnerabilities

This commit is contained in:
Kevsl
2024-10-30 21:22:02 +01:00
parent f3bc2180f7
commit 52e3d54cd3
3 changed files with 8 additions and 5 deletions

View File

@@ -86,7 +86,7 @@ model User {
hash String
email String @unique
roleId String
isActive Boolean
isActive Boolean
city String
dollarAvailables Float
age Int @default(20)