From 2dab4146cf143003ed7f3d3abf71297ceec39a83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 03:41:10 +0000 Subject: [PATCH] Bump @discordjs/opus from 0.6.0 to 0.9.0 Bumps [@discordjs/opus](https://github.com/discordjs/opus) from 0.6.0 to 0.9.0. - [Release notes](https://github.com/discordjs/opus/releases) - [Commits](https://github.com/discordjs/opus/compare/v0.6.0...v0.9.0) --- updated-dependencies: - dependency-name: "@discordjs/opus" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a00bde3..efc8d4fe 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "@discordjs/opus": "^0.6.0", + "@discordjs/opus": "^0.9.0", "@discordjs/voice": "^0.6.0", "axios": "^0.24.0", "canvacord": "^5.2.3",