aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-17 18:15:16 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-17 18:15:16 -0400
commit8ce71120f31fd8f590bd7b3f2247ea65450da01d (patch)
treea88becb45d43534de7fa1a07e294d38006b1fd37 /package.json
parent6664618ed1225e17f2e98ee8a44179181e3dcf9b (diff)
downloadDLAP-8ce71120f31fd8f590bd7b3f2247ea65450da01d.tar.gz
DLAP-8ce71120f31fd8f590bd7b3f2247ea65450da01d.tar.bz2
DLAP-8ce71120f31fd8f590bd7b3f2247ea65450da01d.zip
Updated to v14
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 5 insertions, 6 deletions
diff --git a/package.json b/package.json
index 3ad6789..af3e55d 100644
--- a/package.json
+++ b/package.json
@@ -8,19 +8,18 @@
"dev": "nodemon bot.js"
},
"dependencies": {
- "@discordjs/builders": "^0.15.0",
"@discordjs/opus": "^0.8.0",
- "@discordjs/rest": "^0.5.0",
- "@discordjs/voice": "^0.10.0",
- "discord-api-types": "^0.36.1",
- "discord.js": "^13.8.1",
+ "@discordjs/rest": "^1.0.0",
+ "@discordjs/voice": "^0.11.0",
+ "discord-api-types": "^0.36.2",
+ "discord.js": "^14.0.1",
"ffmpeg-static": "^5.0.0",
"fluent-ffmpeg": "^2.1.2",
"music-metadata": "^7.12.4",
"sodium": "^3.0.2"
},
"devDependencies": {
- "eslint": "^8.0.1",
+ "eslint": "^8.20.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",