diff --git a/package-lock.json b/package-lock.json index 9ce338d1..a985a6a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "0BSD", "dependencies": { "@discordjs/voice": "0.18.0", - "@prisma/client": "6.13.0", + "@prisma/client": "6.18.0", "dectalk-tts": "1.0.1", "discord.js": "14.19.1", "ffmpeg-static": "5.2.0", @@ -1365,9 +1365,9 @@ } }, "node_modules/@prisma/client": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.13.0.tgz", - "integrity": "sha512-8m2+I3dQovkV8CkDMluiwEV1TxV9EXdT6xaCz39O6jYw7mkf5gwfmi+cL4LJsEPwz5tG7sreBwkRpEMJedGYUQ==", + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.18.0.tgz", + "integrity": "sha512-jnL2I9gDnPnw4A+4h5SuNn8Gc+1mL1Z79U/3I9eE2gbxJG1oSA+62ByPW4xkeDgwE0fqMzzpAZ7IHxYnLZ4iQA==", "hasInstallScript": true, "license": "Apache-2.0", "engines": { diff --git a/package.json b/package.json index 2959fc29..8121ab6c 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ }, "dependencies": { "@discordjs/voice": "0.18.0", - "@prisma/client": "6.13.0", + "@prisma/client": "6.18.0", "dectalk-tts": "1.0.1", "discord.js": "14.19.1", "ffmpeg-static": "5.2.0",