From 41f51069d24ea0bdf741c7f71ba4606871af5260 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 15:40:53 +0000 Subject: [PATCH] fix(package): update cubic-client to version 3.3.2 Closes #8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76d305c..e8bd62c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "Kaptard", "license": "CC-BY-NC-4.0", "dependencies": { - "cubic-client": "^1.0.5", + "cubic-client": "^3.3.2", "discord.js": "^11.2.1", "discord.js-commando": "^0.10.0" },