From 6a5b0ce24b8368cb741cae33e179d7695463e606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 14:18:18 +0000 Subject: [PATCH] build(deps): bump @prisma/client in /packages/prisma-schemas Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 6.19.0 to 7.1.0. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.1.0/packages/client) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/prisma-schemas/package.json | 2 +- packages/prisma-schemas/pnpm-lock.yaml | 25 ++++++++++++++++--------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/packages/prisma-schemas/package.json b/packages/prisma-schemas/package.json index 4c2e43b21..ab4be4396 100644 --- a/packages/prisma-schemas/package.json +++ b/packages/prisma-schemas/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@prisma/adapter-mariadb": "^6.19.1", - "@prisma/client": "^6.19.1", + "@prisma/client": "^7.1.0", "dotenv": "^17.2.3", "prisma": "^6.19.1", "~group-by": "workspace:*" diff --git a/packages/prisma-schemas/pnpm-lock.yaml b/packages/prisma-schemas/pnpm-lock.yaml index a28bb5f52..465061c79 100644 --- a/packages/prisma-schemas/pnpm-lock.yaml +++ b/packages/prisma-schemas/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^6.19.1 version: 6.19.1 '@prisma/client': - specifier: ^6.19.1 - version: 6.19.1(prisma@6.19.1(typescript@5.9.3))(typescript@5.9.3) + specifier: ^7.1.0 + version: 7.1.0(prisma@6.19.1(typescript@5.9.3))(typescript@5.9.3) dotenv: specifier: ^17.2.3 version: 17.2.3 @@ -128,12 +128,15 @@ packages: '@prisma/adapter-mariadb@6.19.1': resolution: {integrity: sha512-oriphZQVkC3Yym+jNZTHQYc6Wm6APsYHsBzY3N/Oo7NAGf4DUpzpmGUy7MBhPNc9ySofDJsWwOdw6kj2dx37ng==} - '@prisma/client@6.19.1': - resolution: {integrity: sha512-4SXj4Oo6HyQkLUWT8Ke5R0PTAfVOKip5Roo+6+b2EDTkFg5be0FnBWiuRJc0BC0sRQIWGMLKW1XguhVfW/z3/A==} - engines: {node: '>=18.18'} + '@prisma/client-runtime-utils@7.1.0': + resolution: {integrity: sha512-39xmeBrNTN40FzF34aJMjfX1PowVCqoT3UKUWBBSP3aXV05NRqGBC3x2wCDs96ti6ZgdiVzqnRDHtbzU8X+lPQ==} + + '@prisma/client@7.1.0': + resolution: {integrity: sha512-qf7GPYHmS/xybNiSOpzv9wBo+UwqfL2PeyX+08v+KVHDI0AlSCQIh5bBySkH3alu06NX9wy98JEnckhMHoMFfA==} + engines: {node: ^20.19 || ^22.12 || >=24.0} peerDependencies: prisma: '*' - typescript: '>=5.1.0' + typescript: '>=5.4.0' peerDependenciesMeta: prisma: optional: true @@ -866,7 +869,11 @@ snapshots: '@prisma/driver-adapter-utils': 6.19.1 mariadb: 3.4.5 - '@prisma/client@6.19.1(prisma@6.19.1(typescript@5.9.3))(typescript@5.9.3)': + '@prisma/client-runtime-utils@7.1.0': {} + + '@prisma/client@7.1.0(prisma@6.19.1(typescript@5.9.3))(typescript@5.9.3)': + dependencies: + '@prisma/client-runtime-utils': 7.1.0 optionalDependencies: prisma: 6.19.1(typescript@5.9.3) typescript: 5.9.3 @@ -953,8 +960,8 @@ snapshots: '@typescript-eslint/project-service@8.46.0(typescript@5.9.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.46.0(typescript@5.9.3) - '@typescript-eslint/types': 8.46.0 + '@typescript-eslint/tsconfig-utils': 8.49.0(typescript@5.9.3) + '@typescript-eslint/types': 8.49.0 debug: 4.4.3 typescript: 5.9.3 transitivePeerDependencies: