Skip to content

Commit e493ce7

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

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@nestjs/core": "^11",
3737
"@nestjs/platform-express": "^11",
3838
"@prisma/adapter-pg": "7.2.0",
39-
"@prisma/client": "6.15.0",
39+
"@prisma/client": "7.4.0",
4040
"@sentry/aws-serverless": "10.38.0",
4141
"@sentry/core": "10.38.0",
4242
"@sentry/node": "10.38.0",

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7494,10 +7494,17 @@
74947494
pg "^8.16.3"
74957495
postgres-array "3.0.4"
74967496

7497-
"@prisma/client@6.15.0":
7498-
version "6.15.0"
7499-
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-6.15.0.tgz#c4166aa8492878c842e63c515853d7a4125e6168"
7500-
integrity sha512-wR2LXUbOH4cL/WToatI/Y2c7uzni76oNFND7+23ypLllBmIS8e3ZHhO+nud9iXSXKFt1SoM3fTZvHawg63emZw==
7497+
"@prisma/client-runtime-utils@7.4.0":
7498+
version "7.4.0"
7499+
resolved "https://registry.yarnpkg.com/@prisma/client-runtime-utils/-/client-runtime-utils-7.4.0.tgz#feeb5a09f247ce1f0f8ef4cc817e9ccd6c8f46c3"
7500+
integrity sha512-jTmWAOBGBSCT8n7SMbpjCpHjELgcDW9GNP/CeK6CeqjUFlEL6dn8Cl81t/NBDjJdXDm85XDJmc+PEQqqQee3xw==
7501+
7502+
"@prisma/client@7.4.0":
7503+
version "7.4.0"
7504+
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-7.4.0.tgz#c3f19a15d4a678807035987b251293474639f1cc"
7505+
integrity sha512-Sc+ncr7+ph1hMf1LQfn6UyEXDEamCd5pXMsx8Q3SBH0NGX+zjqs3eaABt9hXwbcK9l7f8UyK8ldxOWA2LyPynQ==
7506+
dependencies:
7507+
"@prisma/client-runtime-utils" "7.4.0"
75017508

75027509
"@prisma/config@6.15.0":
75037510
version "6.15.0"
@@ -30445,6 +30452,7 @@ stylus@0.59.0, stylus@^0.59.0:
3044530452

3044630453
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
3044730454
version "3.36.0"
30455+
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
3044830456
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
3044930457
dependencies:
3045030458
"@jridgewell/gen-mapping" "^0.3.2"

0 commit comments

Comments
 (0)