From 946749d81921a517eb92429ffab4b460c79e4a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:23:51 +0000 Subject: [PATCH] Bump @prisma/client from 6.13.0 to 6.16.0 Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 6.13.0 to 6.16.0. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/6.16.0/packages/client) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c59ca00..1e65469 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@prisma/client": "^6.13.0", + "@prisma/client": "^6.16.0", "command-line-args": "^6.0.1", "command-line-usage": "^7.0.3", "compression": "^1.8.1", @@ -1100,9 +1100,9 @@ } }, "node_modules/@prisma/client": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.13.0.tgz", - "integrity": "sha512-8m2+I3dQovkV8CkDMluiwEV1TxV9EXdT6xaCz39O6jYw7mkf5gwfmi+cL4LJsEPwz5tG7sreBwkRpEMJedGYUQ==", + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.16.0.tgz", + "integrity": "sha512-FYkFJtgwpwJRMxtmrB26y7gtpR372kyChw6lWng5TMmvn5V+uisy0OyllO5EJD1s8lX78V8X3XjhiXOoMLnu3w==", "hasInstallScript": true, "license": "Apache-2.0", "engines": { diff --git a/package.json b/package.json index f799313..90cc6a9 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "@prisma/client": "^6.13.0", + "@prisma/client": "^6.16.0", "command-line-args": "^6.0.1", "command-line-usage": "^7.0.3", "compression": "^1.8.1",