deps: update @prisma/client to 7.3.0 #6

Open
minori wants to merge 1 commits from dependencies/update--prisma-client into main
2 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
}, },
"dependencies": { "dependencies": {
"@nhcarrigan/logger": "1.0.0", "@nhcarrigan/logger": "1.0.0",
"@prisma/client": "6.14.0", "@prisma/client": "7.3.0",
"discord.js": "14.21.0", "discord.js": "14.21.0",
"fastify": "5.5.0", "fastify": "5.5.0",
"node-schedule": "2.1.1" "node-schedule": "2.1.1"
+14 -7
View File
@@ -12,8 +12,8 @@ importers:
specifier: 1.0.0 specifier: 1.0.0
version: 1.0.0 version: 1.0.0
'@prisma/client': '@prisma/client':
specifier: 6.14.0 specifier: 7.3.0
version: 6.14.0(prisma@6.14.0(typescript@5.9.2))(typescript@5.9.2) version: 7.3.0(prisma@6.14.0(typescript@5.9.2))(typescript@5.9.2)
discord.js: discord.js:
specifier: 14.21.0 specifier: 14.21.0
version: 14.21.0 version: 14.21.0
@@ -381,12 +381,15 @@ packages:
resolution: {integrity: sha512-fdDH1LSGfZdTH2sxdpVMw31BanV28K/Gry0cVFxaNP77neJSkd82mM8ErPNYs9e+0O7SdHBLTDzDgwUuy18RnQ==} resolution: {integrity: sha512-fdDH1LSGfZdTH2sxdpVMw31BanV28K/Gry0cVFxaNP77neJSkd82mM8ErPNYs9e+0O7SdHBLTDzDgwUuy18RnQ==}
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
'@prisma/client@6.14.0': '@prisma/client-runtime-utils@7.3.0':
resolution: {integrity: sha512-8E/Nk3eL5g7RQIg/LUj1ICyDmhD053STjxrPxUtCRybs2s/2sOEcx9NpITuAOPn07HEpWBfhAVe1T/HYWXUPOw==} resolution: {integrity: sha512-dG/ceD9c+tnXATPk8G+USxxYM9E6UdMTnQeQ+1SZUDxTz7SgQcfxEqafqIQHcjdlcNK/pvmmLfSwAs3s2gYwUw==}
engines: {node: '>=18.18'}
'@prisma/client@7.3.0':
resolution: {integrity: sha512-FXBIxirqQfdC6b6HnNgxGmU7ydCPEPk7maHMOduJJfnTP+MuOGa15X4omjR/zpPUUpm8ef/mEFQjJudOGkXFcQ==}
engines: {node: ^20.19 || ^22.12 || >=24.0}
peerDependencies: peerDependencies:
prisma: '*' prisma: '*'
typescript: '>=5.1.0' typescript: '>=5.4.0'
peerDependenciesMeta: peerDependenciesMeta:
prisma: prisma:
optional: true optional: true
@@ -2657,7 +2660,11 @@ snapshots:
'@pkgr/core@0.1.2': {} '@pkgr/core@0.1.2': {}
'@prisma/client@6.14.0(prisma@6.14.0(typescript@5.9.2))(typescript@5.9.2)': '@prisma/client-runtime-utils@7.3.0': {}
'@prisma/client@7.3.0(prisma@6.14.0(typescript@5.9.2))(typescript@5.9.2)':
dependencies:
'@prisma/client-runtime-utils': 7.3.0
optionalDependencies: optionalDependencies:
prisma: 6.14.0(typescript@5.9.2) prisma: 6.14.0(typescript@5.9.2)
typescript: 5.9.2 typescript: 5.9.2