Updated Prisma to latest

This commit is contained in:
Florian Sylvain
2023-02-22 13:43:16 +01:00
parent 7642b66eb5
commit cc07ac0ef6
2 changed files with 20 additions and 18 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^4.9.0",
"@prisma/client": "^4.10.1",
"bcrypt": "^5.1.0",
"concurrently": "^7.6.0",
"cookie-parser": "^1.4.6",
@@ -23,7 +23,6 @@
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"nodemon": "^2.0.20",
"prisma": "^4.9.0",
"wait-on": "^7.0.1",
"zod": "^3.20.2"
},
@@ -39,6 +38,7 @@
"install": "^0.13.0",
"jest": "^29.4.1",
"npm": "^9.4.0",
"prisma": "^4.10.1",
"supertest": "^6.3.3",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",