chore(deps): bump @discordjs/voice to ^0.18 and multer to ^2 to address deprecations

This commit is contained in:
vibe-bot 2025-08-08 19:39:31 +02:00
parent 916f0ea846
commit adef12a1cb

View file

@ -10,7 +10,7 @@
"start": "node dist/index.js" "start": "node dist/index.js"
}, },
"dependencies": { "dependencies": {
"@discordjs/voice": "^0.17.0", "@discordjs/voice": "^0.18.0",
"@discordjs/opus": "^0.9.0", "@discordjs/opus": "^0.9.0",
"discord.js": "^14.16.3", "discord.js": "^14.16.3",
"express": "^4.19.2", "express": "^4.19.2",
@ -18,7 +18,7 @@
"tweetnacl": "^1.0.3", "tweetnacl": "^1.0.3",
"sodium-native": "^4.0.8", "sodium-native": "^4.0.8",
"cors": "^2.8.5", "cors": "^2.8.5",
"multer": "^1.4.5-lts.1", "multer": "^2.0.0",
"ws": "^8.18.0", "ws": "^8.18.0",
"ytdl-core": "^4.11.5", "ytdl-core": "^4.11.5",
"youtube-dl-exec": "^2.4.8" "youtube-dl-exec": "^2.4.8"