From f055aa6afd97f4b37cd160f20db0f0cb57bf96b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:12:35 +0000 Subject: [PATCH] chore(deps): update dependency @prisma/client to 7.0.0 --- packages/benchmark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/benchmark/package.json b/packages/benchmark/package.json index d76e069..f69c162 100644 --- a/packages/benchmark/package.json +++ b/packages/benchmark/package.json @@ -13,7 +13,7 @@ "clean": "bun run src/clean.ts" }, "dependencies": { - "@prisma/client": "^6.19.0", + "@prisma/client": "^7.0.0", "better-sqlite3": "^12.4.1", "bun-query-builder": "workspace:*", "chalk": "^5.6.2",