diff --git a/dev-packages/node-integration-tests/package.json b/dev-packages/node-integration-tests/package.json index a1211a6f3705..eb5bf42f09ee 100644 --- a/dev-packages/node-integration-tests/package.json +++ b/dev-packages/node-integration-tests/package.json @@ -38,7 +38,7 @@ "@nestjs/core": "^11", "@nestjs/platform-express": "^11", "@prisma/adapter-pg": "7.2.0", - "@prisma/client": "6.15.0", + "@prisma/client": "7.8.0", "@sentry/aws-serverless": "10.53.1", "@sentry/core": "10.53.1", "@sentry/hono": "10.53.1", diff --git a/yarn.lock b/yarn.lock index a2f398a92e7b..970c160404ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6629,10 +6629,17 @@ pg "^8.16.3" postgres-array "3.0.4" -"@prisma/client@6.15.0": - version "6.15.0" - resolved "https://registry.yarnpkg.com/@prisma/client/-/client-6.15.0.tgz#c4166aa8492878c842e63c515853d7a4125e6168" - integrity sha512-wR2LXUbOH4cL/WToatI/Y2c7uzni76oNFND7+23ypLllBmIS8e3ZHhO+nud9iXSXKFt1SoM3fTZvHawg63emZw== +"@prisma/client-runtime-utils@7.8.0": + version "7.8.0" + resolved "https://registry.yarnpkg.com/@prisma/client-runtime-utils/-/client-runtime-utils-7.8.0.tgz#202c0a2ac295e19677debd4a2d18dc35f9ccfb21" + integrity sha512-5NQZztQ0oY/ADFkmd9gPuweH5A1/CCY8YQPorLLO0Mu6a87mY5gsnDkzmFmIHs9NFaLnZojzgddFVN4RpKYrdw== + +"@prisma/client@7.8.0": + version "7.8.0" + resolved "https://registry.yarnpkg.com/@prisma/client/-/client-7.8.0.tgz#dce2fb00238c733f6bedeb769547b01f69b86d42" + integrity sha512-HFp3Dawv/3sU3JtlPha90IB+48lS7zHiH4LKZPjmcE8YH5P9DOXGPvo8dqOtO7MqLDd1p2hOWMcFlRT1DMblHw== + dependencies: + "@prisma/client-runtime-utils" "7.8.0" "@prisma/config@6.15.0": version "6.15.0"