From 8b77eee1e5048047c60ac9260e1288160dcf2981 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Oct 2025 08:49:03 +0000 Subject: [PATCH] fix: upgrade @prisma/client from 4.13.0 to 4.16.2 Snyk has created this PR to upgrade @prisma/client from 4.13.0 to 4.16.2. See this package in npm: @prisma/client See this project in Snyk: https://app.snyk.io/org/matheusinit/project/779515c2-e6f1-472b-a060-df17ab765a2e?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 a11904d..78786d3 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "vitest": "^0.32.0" }, "dependencies": { - "@prisma/client": "^4.13.0", + "@prisma/client": "^4.16.2", "amqplib": "^0.10.3", "cookie-parser": "^1.4.6", "dayjs": "^1.11.10",