From 44268d19181d29ddd7261afbe373162414f2136b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 09:10:10 +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.16.2 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/6.16.2/packages/client) Updates `prisma` to 6.16.2 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/6.16.2/packages/cli) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-version: 6.16.2 dependency-type: direct:production dependency-group: prisma - dependency-name: prisma dependency-version: 6.16.2 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 afc7c48..9dff5ea 100644 --- a/package.json +++ b/package.json @@ -88,12 +88,12 @@ "@nestjs/core": "^11.1.6", "@nestjs/platform-express": "^11.1.6", "@prisma/adapter-pg": "^6.16.2", - "@prisma/client": "^6.16.1", + "@prisma/client": "^6.16.2", "dotenv": "^16.3.1", "dotenv-expand": "^10.0.0", "git-last-commit": "^1.0.0", "jsonwebtoken": "^9.0.2", - "prisma": "^6.16.1", + "prisma": "^6.16.2", "serialize-error": "^4.1.0", "source-map-support": "^0.5.19", "tgrid": "^1.2.0",