From bea80a8ad16b23ecbbb2e908012c4691d651de48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 16:09:51 +0000 Subject: [PATCH] Bump @prisma/client from 7.4.1 to 7.4.2 Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 7.4.1 to 7.4.2. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.4.2/packages/client) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-version: 7.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 cfdca5c..dcac13c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "@prisma/client": "7.4.1", + "@prisma/client": "7.4.2", "@types/express": "^5.0.6", "@types/node": "^25.3.3", "body-parser": "^2.2.2", diff --git a/yarn.lock b/yarn.lock index b7f3bd8..cd7e06a 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.1": - version "7.4.1" - resolved "https://registry.yarnpkg.com/@prisma/client-runtime-utils/-/client-runtime-utils-7.4.1.tgz#68f95c9a4ca0bdf6e5ae733569f685c99bf99570" - integrity sha512-8fy74OMYC7mt9cJ2MncIDk1awPRgmtXVvwTN2FlW4JVhbck8Dgt0wTkhPG85myfj4ZeP2stjF9Sdg12n5HrpQg== +"@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@7.4.1": - version "7.4.1" - resolved "https://registry.yarnpkg.com/@prisma/client/-/client-7.4.1.tgz#5c14febe23baf9e765cde246c834c88237ae0025" - integrity sha512-pgIll2W1NVdof37xLeyySW+yfQ4rI+ERGCRwnO3BjVOx42GpYq6jhTyuALK8VKirvJJIvImgfGDA2qwhYVvMuA== +"@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== dependencies: - "@prisma/client-runtime-utils" "7.4.1" + "@prisma/client-runtime-utils" "7.4.2" "@prisma/config@7.4.2": version "7.4.2"