diff --git a/package.json b/package.json index cf397a1e..bb91ba74 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.0", + "@prisma/client": "^7.4.1", "@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 96fe4131..fd962552 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3291,17 +3291,17 @@ picocolors "^1.0.0" tslib "^2.6.0" -"@prisma/client-runtime-utils@7.4.0": - version "7.4.0" - resolved "https://registry.yarnpkg.com/@prisma/client-runtime-utils/-/client-runtime-utils-7.4.0.tgz#feeb5a09f247ce1f0f8ef4cc817e9ccd6c8f46c3" - integrity sha512-jTmWAOBGBSCT8n7SMbpjCpHjELgcDW9GNP/CeK6CeqjUFlEL6dn8Cl81t/NBDjJdXDm85XDJmc+PEQqqQee3xw== +"@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@^7.4.0": - version "7.4.0" - resolved "https://registry.yarnpkg.com/@prisma/client/-/client-7.4.0.tgz#c3f19a15d4a678807035987b251293474639f1cc" - integrity sha512-Sc+ncr7+ph1hMf1LQfn6UyEXDEamCd5pXMsx8Q3SBH0NGX+zjqs3eaABt9hXwbcK9l7f8UyK8ldxOWA2LyPynQ== +"@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== dependencies: - "@prisma/client-runtime-utils" "7.4.0" + "@prisma/client-runtime-utils" "7.4.1" "@prisma/config@7.4.0": version "7.4.0"