From be6a3296e1f0457d6c3ca5e90a207a9097f6ad2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 20:55:47 +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 be6213d5..bb4ace3d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@auth0/nextjs-auth0": "^4.15.0", "@graphql-tools/schema": "^10.0.31", "@headlessui/react": "^2.2.9", - "@prisma/client": "^7.4.1", + "@prisma/client": "^7.4.2", "@tailwindcss/forms": "^0.5.11", "@tailwindcss/line-clamp": "^0.4.4", "@tailwindcss/typography": "^0.5.19", diff --git a/yarn.lock b/yarn.lock index dad59de7..fddc5371 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3298,17 +3298,17 @@ picocolors "^1.0.0" tslib "^2.6.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.1": version "7.4.1"