aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-05 19:31:29 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-05 19:31:29 -0400
commitce752e213a0b3515c48b2fa04407a220eed2d788 (patch)
treeb97107537cec88dadcc88d12852c3756216bcd92
parent1cea1f0aaccac1352226afddab50a11cd91ad9d2 (diff)
downloadDLAP-ce752e213a0b3515c48b2fa04407a220eed2d788.tar.gz
DLAP-ce752e213a0b3515c48b2fa04407a220eed2d788.tar.bz2
DLAP-ce752e213a0b3515c48b2fa04407a220eed2d788.zip
Fixed security problems
-rw-r--r--.gitignore1
-rw-r--r--package.json2
2 files changed, 2 insertions, 1 deletions
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",