From e9c58633d8a299c01d31996c503b563bfe802307 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Jun 2024 05:09:20 +0000 Subject: [PATCH] fix: upgrade @prisma/client from 5.10.2 to 5.13.0 Snyk has created this PR to upgrade @prisma/client from 5.10.2 to 5.13.0. See this package in npm: @prisma/client See this project in Snyk: https://app.snyk.io/org/jamesp918/project/36c9f381-7c8b-4a96-bfa0-4d37dc29d5ca?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 24d363a..cd02954 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@nestjs/platform-fastify": "^10.3.4", "@nestjs/swagger": "^7.3.0", "@nodeteam/nestjs-prisma-pagination": "^1.0.6", - "@prisma/client": "5.10.2", + "@prisma/client": "5.13.0", "axios": "^1.6.7", "bcrypt": "^5.1.1", "class-transformer": "^0.5.1",