From 4cc75854cc2e1dfb3588b123af3689d42be0088e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jun 2024 17:30:46 +0000 Subject: [PATCH] fix: upgrade @prisma/client from 5.13.0 to 5.14.0 Snyk has created this PR to upgrade @prisma/client from 5.13.0 to 5.14.0. See this package in npm: @prisma/client See this project in Snyk: https://app.snyk.io/org/dhurtado714-itesm/project/d08e2976-df74-4136-8759-2c4312d3b562?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17747eb4..92f8f202 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "author": "", "license": "ISC", "dependencies": { - "@prisma/client": "5.13.0", + "@prisma/client": "5.14.0", "chalk": "^4.0.0", "cors": "^2.8.5", "dotenv": "^16.4.5",