From 64daa3abd7b189706fa707cfe7908920f056df04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 19:36:21 +0000 Subject: [PATCH] build(deps): bump @prisma/client from 7.3.0 to 7.4.0 Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 7.3.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-minor ... 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 2d1ecfc..4b5acb6 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@gqloom/prisma": "^0.15.4", "@graphql-yoga/render-graphiql": "^5.18.0", "@prisma/adapter-mariadb": "^7.3.0", - "@prisma/client": "^7.3.0", + "@prisma/client": "^7.4.0", "express": "^5.2.1", "express-rate-limit": "^8.2.1", "graphql": "^16.12.0", diff --git a/yarn.lock b/yarn.lock index e3018bc..c8821a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -516,17 +516,17 @@ "@prisma/driver-adapter-utils" "7.3.0" mariadb "3.4.5" -"@prisma/client-runtime-utils@7.3.0": - version "7.3.0" - resolved "https://registry.yarnpkg.com/@prisma/client-runtime-utils/-/client-runtime-utils-7.3.0.tgz#80b4557315f6ca06dbc33725bac6d2cbd8aa394e" - integrity sha512-dG/ceD9c+tnXATPk8G+USxxYM9E6UdMTnQeQ+1SZUDxTz7SgQcfxEqafqIQHcjdlcNK/pvmmLfSwAs3s2gYwUw== +"@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@^7.3.0": - version "7.3.0" - resolved "https://registry.yarnpkg.com/@prisma/client/-/client-7.3.0.tgz#6da3ce73b133bcca520a38f05580d2cf404ca3fe" - integrity sha512-FXBIxirqQfdC6b6HnNgxGmU7ydCPEPk7maHMOduJJfnTP+MuOGa15X4omjR/zpPUUpm8ef/mEFQjJudOGkXFcQ== +"@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== dependencies: - "@prisma/client-runtime-utils" "7.3.0" + "@prisma/client-runtime-utils" "7.4.0" "@prisma/config@7.3.0": version "7.3.0"