From eef1a408b272b641b3bdb21e9ef7e2467c1d5a94 Mon Sep 17 00:00:00 2001 From: Minori Date: Wed, 4 Feb 2026 08:31:19 -0800 Subject: [PATCH] deps: update @prisma/client to 7.3.0 --- package.json | 4 ++-- pnpm-lock.yaml | 21 ++++++++++++++------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 8428b58..c6ee1fb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "type": "module", "scripts": { - "build": "prisma generate && tsc", + "build": "prisma generate && tsc", "lint": "eslint src --max-warnings 0", "start": "op run --env-file=prod.env -- node prod/index.js", "test": "echo \"Error: no test specified\" && exit 0" @@ -24,7 +24,7 @@ }, "dependencies": { "@nhcarrigan/logger": "1.0.0", - "@prisma/client": "6.15.0", + "@prisma/client": "7.3.0", "discord.js": "14.22.1", "fastify": "5.5.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7a56e8a..8148210 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: 1.0.0 version: 1.0.0 '@prisma/client': - specifier: 6.15.0 - version: 6.15.0(prisma@6.15.0(typescript@5.9.2))(typescript@5.9.2) + specifier: 7.3.0 + version: 7.3.0(prisma@6.15.0(typescript@5.9.2))(typescript@5.9.2) discord.js: specifier: 14.22.1 version: 14.22.1 @@ -371,12 +371,15 @@ packages: resolution: {integrity: sha512-fdDH1LSGfZdTH2sxdpVMw31BanV28K/Gry0cVFxaNP77neJSkd82mM8ErPNYs9e+0O7SdHBLTDzDgwUuy18RnQ==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@prisma/client@6.15.0': - resolution: {integrity: sha512-wR2LXUbOH4cL/WToatI/Y2c7uzni76oNFND7+23ypLllBmIS8e3ZHhO+nud9iXSXKFt1SoM3fTZvHawg63emZw==} - engines: {node: '>=18.18'} + '@prisma/client-runtime-utils@7.3.0': + resolution: {integrity: sha512-dG/ceD9c+tnXATPk8G+USxxYM9E6UdMTnQeQ+1SZUDxTz7SgQcfxEqafqIQHcjdlcNK/pvmmLfSwAs3s2gYwUw==} + + '@prisma/client@7.3.0': + resolution: {integrity: sha512-FXBIxirqQfdC6b6HnNgxGmU7ydCPEPk7maHMOduJJfnTP+MuOGa15X4omjR/zpPUUpm8ef/mEFQjJudOGkXFcQ==} + engines: {node: ^20.19 || ^22.12 || >=24.0} peerDependencies: prisma: '*' - typescript: '>=5.1.0' + typescript: '>=5.4.0' peerDependenciesMeta: prisma: optional: true @@ -2629,7 +2632,11 @@ snapshots: '@pkgr/core@0.1.2': {} - '@prisma/client@6.15.0(prisma@6.15.0(typescript@5.9.2))(typescript@5.9.2)': + '@prisma/client-runtime-utils@7.3.0': {} + + '@prisma/client@7.3.0(prisma@6.15.0(typescript@5.9.2))(typescript@5.9.2)': + dependencies: + '@prisma/client-runtime-utils': 7.3.0 optionalDependencies: prisma: 6.15.0(typescript@5.9.2) typescript: 5.9.2