From ff1e91ab0b503282147c903b46cb3d8c2c2cfe79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:55:53 +0000 Subject: [PATCH] Bump the prisma group with 2 updates Updates the requirements on [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) to permit the latest version. Updates `@prisma/client` to 5.22.0 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/5.22.0/packages/client) Updates `prisma` to 5.22.0 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/5.22.0/packages/cli) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-type: direct:production dependency-group: prisma - dependency-name: prisma dependency-type: direct:production dependency-group: prisma ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bcdf0d7..093e213 100644 --- a/package.json +++ b/package.json @@ -85,12 +85,12 @@ "@nestjs/common": "^10.4.7", "@nestjs/core": "^10.4.7", "@nestjs/platform-express": "^10.4.7", - "@prisma/client": "^5.21.1", + "@prisma/client": "^5.22.0", "dotenv": "^16.3.1", "dotenv-expand": "^10.0.0", "git-last-commit": "^1.0.0", "jsonwebtoken": "^9.0.2", - "prisma": "^5.21.1", + "prisma": "^5.22.0", "serialize-error": "^4.1.0", "source-map-support": "^0.5.19", "tgrid": "^1.0.3",