diff --git a/bun.lockb b/bun.lockb index 12965c6..b720edb 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b7dcc7e..772313c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@discordjs/builders": "^1.8.2", "@discordjs/rest": "^2.3.0", - "@prisma/client": "5.15.1", + "@prisma/client": "6.0.1", "axios": "^1.7.2", "chalk": "5.3.0", "cors": "^2.8.5", @@ -27,7 +27,7 @@ "@types/bun": "latest", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", - "prisma": "^5.15.1", + "prisma": "^6.0.0", "typescript": "^5.5.2" } }