From 5f72cf153ad9262dfdfbccbf67cd892ca6202b63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 09:25:12 +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 6.2.0 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/6.2.0/packages/client) Updates `prisma` to 6.2.0 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/6.2.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 244755a..5cbb2ca 100644 --- a/package.json +++ b/package.json @@ -85,12 +85,12 @@ "@nestjs/common": "^10.4.15", "@nestjs/core": "^10.4.15", "@nestjs/platform-express": "^10.4.15", - "@prisma/client": "^6.1.0", + "@prisma/client": "^6.2.0", "dotenv": "^16.3.1", "dotenv-expand": "^10.0.0", "git-last-commit": "^1.0.0", "jsonwebtoken": "^9.0.2", - "prisma": "^6.1.0", + "prisma": "^6.2.0", "serialize-error": "^4.1.0", "source-map-support": "^0.5.19", "tgrid": "^1.1.0",