From 5c2c75cb1c50414ce8801e7b72a49143367a06c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 22:03:34 +0000 Subject: [PATCH] Bump @prisma/client from 7.9.1 to 7.10.0 Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 7.9.1 to 7.10.0. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.10.0/packages/client) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-version: 7.10.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 d576352..be72fb6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "@prisma/client": "7.9.1", + "@prisma/client": "7.10.0", "@types/express": "^5.0.6", "@types/node": "^26.2.0", "body-parser": "^2.3.0", diff --git a/yarn.lock b/yarn.lock index db2b836..5707cb8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -59,17 +59,17 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@prisma/client-runtime-utils@7.9.1": - version "7.9.1" - resolved "https://registry.yarnpkg.com/@prisma/client-runtime-utils/-/client-runtime-utils-7.9.1.tgz#3b852af928694b0e3d80ccb5d2521f3684ec4aed" - integrity sha512-mVIBGYdO5CFmK0HvjxrtfIyQQcPdb88pSCeVQriVQPVZyDovIWblpHfOgcS8QO187j3QF0ePArH8qPhp0AU2vg== +"@prisma/client-runtime-utils@7.10.0": + version "7.10.0" + resolved "https://registry.yarnpkg.com/@prisma/client-runtime-utils/-/client-runtime-utils-7.10.0.tgz#6c0e5bfcf43309aafbd89be660172e6150945ce5" + integrity sha512-cnCy7lUV8/CctgKVEmqAbSLAmwqJdE/qAlqTBk/0NDk59zEb2cZ0M0M0E4vVPnqbSEYudRroQDvOWfUZH6RIfw== -"@prisma/client@7.9.1": - version "7.9.1" - resolved "https://registry.yarnpkg.com/@prisma/client/-/client-7.9.1.tgz#f335c6b0366ebf92d7f987c63fafc62eb3b371d9" - integrity sha512-+xgrh2EhJVF79wC0yX5G4PI1Rdcm7Qn/nekNQ+t/O153wtNggruHal+fXHSa0QE+Tp/Cw5wvxeCEhZZ59xGm8Q== +"@prisma/client@7.10.0": + version "7.10.0" + resolved "https://registry.yarnpkg.com/@prisma/client/-/client-7.10.0.tgz#3fed90b7577a8110417c7a6af69f5dab0a385e98" + integrity sha512-Ubw/QS9JGIBSBUsyxAUQuK/Jcu0Tsva7le7QbLd91Kix9yJvYDdj5QkwgEbbZniH80dd+sziQcALPc+HnvQC8Q== dependencies: - "@prisma/client-runtime-utils" "7.9.1" + "@prisma/client-runtime-utils" "7.10.0" "@prisma/config@7.9.1": version "7.9.1"