From e6ace412ef251b29c3746bc741ba200690c86f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:03:31 +0000 Subject: [PATCH] Bump @prisma/client from 7.8.0 to 7.9.0 Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 7.8.0 to 7.9.0. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.9.0/packages/client) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-version: 7.9.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 faf825d..13465fd 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "@prisma/client": "7.8.0", + "@prisma/client": "7.9.0", "@types/express": "^5.0.6", "@types/node": "^26.1.1", "body-parser": "^2.3.0", diff --git a/yarn.lock b/yarn.lock index 260f2ce..6751267 100644 --- a/yarn.lock +++ b/yarn.lock @@ -69,17 +69,17 @@ resolved "https://registry.yarnpkg.com/@kurkle/color/-/color-0.3.4.tgz#4d4ff677e1609214fc71c580125ddddd86abcabf" integrity sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w== -"@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-runtime-utils@7.9.0": + version "7.9.0" + resolved "https://registry.yarnpkg.com/@prisma/client-runtime-utils/-/client-runtime-utils-7.9.0.tgz#ef16607fad2cf34a1c8892ee5995b1a42e518e5d" + integrity sha512-kMVmS4ZEy3xlkca+TfxOEm/ToVVlOS2x1Tc6/wIRf/HfczBqENtSPcKszy4ZpFNzjJ8SRKvlU5V0rrpoFw2KOg== -"@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== +"@prisma/client@7.9.0": + version "7.9.0" + resolved "https://registry.yarnpkg.com/@prisma/client/-/client-7.9.0.tgz#ac0c09a6564fdea122d4e36288286abe1e2b1e2e" + integrity sha512-BTG/mB+WL/1sD2gWwdNc2uuVJjNNBgCDlPFdjco6jJArgbg4IAChtzVeW4debFa/NKBbsGedCjET316sjllWTQ== dependencies: - "@prisma/client-runtime-utils" "7.8.0" + "@prisma/client-runtime-utils" "7.9.0" "@prisma/config@7.8.0": version "7.8.0"