From e1958a6193dccefa53699b84e9fcdc61ad225974 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 May 2024 05:57:03 +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: https://www.npmjs.com/package/@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 5fc1497..561ebe8 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@nestjs/platform-fastify": "^10.3.3", "@nestjs/swagger": "^7.2.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",