Update dependency @prisma/client to v5.19.0
Some checks failed
/ prettier (push) Successful in 27m19s
/ prettier (pull_request) Failing after 44m33s

This commit is contained in:
Renovate 2024-08-27 14:29:51 +00:00
parent bf710a4ffb
commit df553607e0

7
package-lock.json generated
View file

@ -23,10 +23,11 @@
}
},
"node_modules/@prisma/client": {
"version": "5.16.1",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-5.16.1.tgz",
"integrity": "sha512-wM9SKQjF0qLxdnOZIVAIMKiz6Hu7vDt4FFAih85K1dk/Rr2mdahy6d3QP41K62N9O0DJJA//gUDA3Mp49xsKIg==",
"version": "5.19.0",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-5.19.0.tgz",
"integrity": "sha512-CzOpau+q1kEWQyoQMvlnXIHqPvwmWbh48xZ4n8KWbAql0p8PC0BIgSTYW5ncxXa4JSEff0tcoxSZB874wDstdg==",
"hasInstallScript": true,
"license": "Apache-2.0",
"engines": {
"node": ">=16.13"
},