Skip to content

Commit 84b5b76

Browse files
feat(deps): Bump @prisma/client from 6.15.0 to 7.8.0
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 6.15.0 to 7.8.0. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.8.0/packages/client) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-version: 7.8.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1723da commit 84b5b76

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

dev-packages/node-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@nestjs/core": "^11",
3939
"@nestjs/platform-express": "^11",
4040
"@prisma/adapter-pg": "7.2.0",
41-
"@prisma/client": "6.15.0",
41+
"@prisma/client": "7.8.0",
4242
"@sentry/aws-serverless": "10.53.1",
4343
"@sentry/core": "10.53.1",
4444
"@sentry/hono": "10.53.1",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6629,10 +6629,17 @@
66296629
pg "^8.16.3"
66306630
postgres-array "3.0.4"
66316631

6632-
"@prisma/client@6.15.0":
6633-
version "6.15.0"
6634-
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-6.15.0.tgz#c4166aa8492878c842e63c515853d7a4125e6168"
6635-
integrity sha512-wR2LXUbOH4cL/WToatI/Y2c7uzni76oNFND7+23ypLllBmIS8e3ZHhO+nud9iXSXKFt1SoM3fTZvHawg63emZw==
6632+
"@prisma/client-runtime-utils@7.8.0":
6633+
version "7.8.0"
6634+
resolved "https://registry.yarnpkg.com/@prisma/client-runtime-utils/-/client-runtime-utils-7.8.0.tgz#202c0a2ac295e19677debd4a2d18dc35f9ccfb21"
6635+
integrity sha512-5NQZztQ0oY/ADFkmd9gPuweH5A1/CCY8YQPorLLO0Mu6a87mY5gsnDkzmFmIHs9NFaLnZojzgddFVN4RpKYrdw==
6636+
6637+
"@prisma/client@7.8.0":
6638+
version "7.8.0"
6639+
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-7.8.0.tgz#dce2fb00238c733f6bedeb769547b01f69b86d42"
6640+
integrity sha512-HFp3Dawv/3sU3JtlPha90IB+48lS7zHiH4LKZPjmcE8YH5P9DOXGPvo8dqOtO7MqLDd1p2hOWMcFlRT1DMblHw==
6641+
dependencies:
6642+
"@prisma/client-runtime-utils" "7.8.0"
66366643

66376644
"@prisma/config@6.15.0":
66386645
version "6.15.0"

0 commit comments

Comments
 (0)