aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index caa5209..9a07e1f 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "dlmp3",
+ "name": "dlap",
"version": "1.2.0",
"type": "module",
"main": "bot.js",
@@ -9,15 +9,15 @@
},
"dependencies": {
"@discordjs/builders": "^0.12.0",
- "@discordjs/opus": "^0.3.2",
+ "@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.3.0",
- "@discordjs/voice": "^0.5.5",
+ "@discordjs/voice": "^0.8.0",
"discord-api-types": "^0.30.0",
"discord.js": "^13.6.0",
- "ffmpeg-static": "^4.2.5",
- "libsodium-wrappers": "^0.7.9"
+ "ffmpeg-static": "^5.0.0",
+ "libsodium-wrappers": "^0.7.10"
},
"devDependencies": {
- "nodemon": "^2.0.4"
+ "nodemon": "^2.0.15"
}
}