diff --git a/package-lock.json b/package-lock.json index 237c0db3..695824a5 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.15.0", "dectalk-tts": "1.0.1", "discord.js": "14.19.1", "ffmpeg-static": "5.2.0", @@ -1349,9 +1349,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.15.0", + "resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.15.0.tgz", + "integrity": "sha512-wR2LXUbOH4cL/WToatI/Y2c7uzni76oNFND7+23ypLllBmIS8e3ZHhO+nud9iXSXKFt1SoM3fTZvHawg63emZw==", "hasInstallScript": true, "license": "Apache-2.0", "engines": { diff --git a/package.json b/package.json index 3aa32d5e..4838781c 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.15.0", "dectalk-tts": "1.0.1", "discord.js": "14.19.1", "ffmpeg-static": "5.2.0",