From 684d49ae5b1acc95a8d21ce5ed58515624d1d156 Mon Sep 17 00:00:00 2001 From: Emily Wood Date: Fri, 17 Sep 2021 12:38:15 +1000 Subject: [PATCH] module updates --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7b3c4b7..55a183a 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "description": "Woomy is a all-purpose discord bot built off the guidebot base and coded in node.js using discord.js.", "main": "index.js", "dependencies": { - "@discordjs/opus": "^0.5.0", - "@sentry/node": "^6.4.1", + "@discordjs/opus": "^0.6.0", + "@sentry/node": "^6.12.0", "better-sqlite3": "^7.4.0", "chalk": "^4.1.1", "dblapi.js": "^2.4.1", - "discord-paginator.js": "github:mudkipscience/discord-paginator.js", + "discord-paginator.js": "git+https://gitdab.com/embee/discord-paginator.js", "discord.js": "^12.5.3", "enmap": "^5.8.5", "ffmpeg-static": "^4.3.0", @@ -24,7 +24,7 @@ "to-zalgo": "^1.0.1", "urban": "^0.3.2", "weather-js": "^2.0.0", - "ytdl-core": "^4.8.2" + "ytdl-core": "^4.9.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"