From ca2e70f47f876b6ff05300c045216db710075bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 22:04:17 +0000 Subject: [PATCH] Bump @prisma/client from 7.4.2 to 7.5.0 Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 7.4.2 to 7.5.0. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.5.0/packages/client) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-version: 7.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 03b2d75..f06e217 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "@prisma/client": "7.4.2", + "@prisma/client": "7.5.0", "@types/express": "^5.0.6", "@types/node": "^25.4.0", "body-parser": "^2.2.2", diff --git a/yarn.lock b/yarn.lock index b793223..34a986e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -82,17 +82,17 @@ chevrotain "^10.5.0" lilconfig "^2.1.0" -"@prisma/client-runtime-utils@7.4.2": - version "7.4.2" - resolved "https://registry.yarnpkg.com/@prisma/client-runtime-utils/-/client-runtime-utils-7.4.2.tgz#faeebbf458610b5b55a0130ba1214d163f052bf2" - integrity sha512-cID+rzOEb38VyMsx5LwJMEY4NGIrWCNpKu/0ImbeooQ2Px7TI+kOt7cm0NelxUzF2V41UVVXAmYjANZQtCu1/Q== +"@prisma/client-runtime-utils@7.5.0": + version "7.5.0" + resolved "https://registry.yarnpkg.com/@prisma/client-runtime-utils/-/client-runtime-utils-7.5.0.tgz#fd8a4a2b08bf95efd69e371383d9283937ade7a0" + integrity sha512-KnJ2b4Si/pcWEtK68uM+h0h1oh80CZt2suhLTVuLaSKg4n58Q9jBF/A42Kw6Ma+aThy1yAhfDeTC0JvEmeZnFQ== -"@prisma/client@7.4.2": - version "7.4.2" - resolved "https://registry.yarnpkg.com/@prisma/client/-/client-7.4.2.tgz#923135eb218f94dee34c9ae0d8153580cb4d8278" - integrity sha512-ts2mu+cQHriAhSxngO3StcYubBGTWDtu/4juZhXCUKOwgh26l+s4KD3vT2kMUzFyrYnll9u/3qWrtzRv9CGWzA== +"@prisma/client@7.5.0": + version "7.5.0" + resolved "https://registry.yarnpkg.com/@prisma/client/-/client-7.5.0.tgz#720c618b7ff962fb36496dfceaff5fab242a0785" + integrity sha512-h4hF9ctp+kSRs7ENHGsFQmHAgHcfkOCxbYt6Ti9Xi8x7D+kP4tTi9x51UKmiTH/OqdyJAO+8V+r+JA5AWdav7w== dependencies: - "@prisma/client-runtime-utils" "7.4.2" + "@prisma/client-runtime-utils" "7.5.0" "@prisma/config@7.4.2": version "7.4.2"