From b8d2ded4f49670291fe0ec0be48ab5e43e1e8dcc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Jul 2022 21:46:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DISCORDJSOPUS-2403100 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3abbc18..558f68e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/Asgarrrr/Luna#readme", "dependencies": { - "@discordjs/opus": "^0.5.0", + "@discordjs/opus": "^0.8.0", "body-parser": "^1.19.0", "body-parser-xml": "^2.0.3", "bufferutil": "^4.0.3",