From ce752e213a0b3515c48b2fa04407a220eed2d788 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 5 Jul 2022 19:31:29 -0400 Subject: Fixed security problems --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3b49509..1015bf3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ config.json +config.json.bday node_modules yarn.lock music diff --git a/package.json b/package.json index f595ad0..f97e909 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@discordjs/builders": "^0.12.0", - "@discordjs/opus": "^0.7.0", + "@discordjs/opus": "^0.8.0", "@discordjs/rest": "^0.3.0", "@discordjs/voice": "^0.8.0", "discord-api-types": "^0.30.0", -- cgit v1.2.3