fix: bumped Prisma version to 2.22.1.

This commit is contained in:
Martin Sosic 2021-05-18 21:18:05 +02:00
parent 092bb70db2
commit 8d3e3830f4
2 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,6 @@
"devDependencies": {
"nodemon": "^2.0.4",
"standard": "^14.3.4",
"prisma": "2.21.0"
"prisma": "2.22.1"
}
}

View File

@ -119,7 +119,7 @@ waspNpmDeps =
("debug", "~2.6.9"),
("express", "~4.16.1"),
("morgan", "~1.9.1"),
("@prisma/client", "2.21.0"),
("@prisma/client", "2.22.1"),
("jsonwebtoken", "^8.5.1"),
("secure-password", "^4.0.0"),
("dotenv", "8.2.0")