Bump @discordjs/voice from 0.7.2 to 0.7.3

Bumps [@discordjs/voice](https://github.com/discordjs/voice) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/discordjs/voice/releases)
- [Changelog](https://github.com/discordjs/voice/blob/main/CHANGELOG.md)
- [Commits](https://github.com/discordjs/voice/compare/v0.7.2...v0.7.3)

---
updated-dependencies:
- dependency-name: "@discordjs/voice"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-11 08:02:39 +00:00 committed by GitHub
parent 10b94e1d62
commit db32310b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@discordjs/builders": "^0.8.2",
"@discordjs/opus": "^0.6.0",
"@discordjs/rest": "^0.1.1-canary.0",
"@discordjs/voice": "^0.7.2",
"@discordjs/voice": "^0.7.3",
"discord-api-types": "^0.24.0",
"discord.js": "^13.2.0",
"dotenv": "^10.0.0",
@ -180,9 +180,9 @@
}
},
"node_modules/@discordjs/voice": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/@discordjs/voice/-/voice-0.7.2.tgz",
"integrity": "sha512-7dRvyKNI6TSvtOoTTXjTTZ2G7nuk4f5rt+5WLkqZ7QR3xsj0u1Pd+t7HdzMaAUn9/FmTe2iKdnAfOpwgassOLg==",
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/@discordjs/voice/-/voice-0.7.3.tgz",
"integrity": "sha512-QOgSsYJSgGgeR6D+oREI2shP8uGCJwUGhA5eSF3KNxc4y3+QR+QMnICOBd2x8QPz/QDuXfUtj2HQdrnTkFVbmQ==",
"dependencies": {
"@types/ws": "^8.2.0",
"discord-api-types": "^0.24.0",
@ -3888,9 +3888,9 @@
}
},
"@discordjs/voice": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/@discordjs/voice/-/voice-0.7.2.tgz",
"integrity": "sha512-7dRvyKNI6TSvtOoTTXjTTZ2G7nuk4f5rt+5WLkqZ7QR3xsj0u1Pd+t7HdzMaAUn9/FmTe2iKdnAfOpwgassOLg==",
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/@discordjs/voice/-/voice-0.7.3.tgz",
"integrity": "sha512-QOgSsYJSgGgeR6D+oREI2shP8uGCJwUGhA5eSF3KNxc4y3+QR+QMnICOBd2x8QPz/QDuXfUtj2HQdrnTkFVbmQ==",
"requires": {
"@types/ws": "^8.2.0",
"discord-api-types": "^0.24.0",

View File

@ -21,7 +21,7 @@
"@discordjs/builders": "^0.8.2",
"@discordjs/opus": "^0.6.0",
"@discordjs/rest": "^0.1.1-canary.0",
"@discordjs/voice": "^0.7.2",
"@discordjs/voice": "^0.7.3",
"discord-api-types": "^0.24.0",
"discord.js": "^13.2.0",
"dotenv": "^10.0.0",