1 Commits

Author SHA1 Message Date
d5e48fae02 deps: update @prisma/client to 7.3.0
Some checks failed
Node.js CI / CI (pull_request) Failing after 33s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m26s
2026-02-04 08:33:26 -08:00
2 changed files with 15 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
},
"dependencies": {
"@nhcarrigan/logger": "1.0.0",
"@prisma/client": "6.13.0",
"@prisma/client": "7.3.0",
"discord.js": "14.21.0",
"fastify": "5.5.0"
}

21
pnpm-lock.yaml generated
View File

@@ -12,8 +12,8 @@ importers:
specifier: 1.0.0
version: 1.0.0
'@prisma/client':
specifier: 6.13.0
version: 6.13.0(prisma@6.13.0(typescript@5.9.2))(typescript@5.9.2)
specifier: 7.3.0
version: 7.3.0(prisma@6.13.0(typescript@5.9.2))(typescript@5.9.2)
discord.js:
specifier: 14.21.0
version: 14.21.0
@@ -375,12 +375,15 @@ packages:
resolution: {integrity: sha512-fdDH1LSGfZdTH2sxdpVMw31BanV28K/Gry0cVFxaNP77neJSkd82mM8ErPNYs9e+0O7SdHBLTDzDgwUuy18RnQ==}
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
'@prisma/client@6.13.0':
resolution: {integrity: sha512-8m2+I3dQovkV8CkDMluiwEV1TxV9EXdT6xaCz39O6jYw7mkf5gwfmi+cL4LJsEPwz5tG7sreBwkRpEMJedGYUQ==}
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
@@ -2664,7 +2667,11 @@ snapshots:
'@pkgr/core@0.1.2': {}
'@prisma/client@6.13.0(prisma@6.13.0(typescript@5.9.2))(typescript@5.9.2)':
'@prisma/client-runtime-utils@7.3.0': {}
'@prisma/client@7.3.0(prisma@6.13.0(typescript@5.9.2))(typescript@5.9.2)':
dependencies:
'@prisma/client-runtime-utils': 7.3.0
optionalDependencies:
prisma: 6.13.0(typescript@5.9.2)
typescript: 5.9.2