Bump @discordjs/voice from 0.19.0 to 0.19.1

Bumps [@discordjs/voice](https://github.com/discordjs/discord.js/tree/HEAD/packages/voice) from 0.19.0 to 0.19.1.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/voice/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/@discordjs/voice@0.19.1/packages/voice)

---
updated-dependencies:
- dependency-name: "@discordjs/voice"
  dependency-version: 0.19.1
  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]
2026-03-10 08:42:44 +00:00
committed by GitHub
parent f676d82caf
commit 5eed80a231
2 changed files with 11 additions and 10 deletions

19
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.5.15",
"license": "MIT",
"dependencies": {
"@discordjs/voice": "^0.19.0",
"@discordjs/voice": "^0.19.1",
"@snazzah/davey": "^0.1.10",
"discord.js": "^14.25.1",
"dotenv": "^17.3.1",
@@ -121,16 +121,17 @@
}
},
"node_modules/@discordjs/voice": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/@discordjs/voice/-/voice-0.19.0.tgz",
"integrity": "sha512-UyX6rGEXzVyPzb1yvjHtPfTlnLvB5jX/stAMdiytHhfoydX+98hfympdOwsnTktzr+IRvphxTbdErgYDJkEsvw==",
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/@discordjs/voice/-/voice-0.19.1.tgz",
"integrity": "sha512-XYbFVyUBB7zhRvrjREfiWDwio24nEp/vFaVe6u9aBIC5UYuT7HvoMt8LgNfZ5hOyaCW0flFr72pkhUGz+gWw4Q==",
"license": "Apache-2.0",
"dependencies": {
"@snazzah/davey": "^0.1.9",
"@types/ws": "^8.18.1",
"discord-api-types": "^0.38.16",
"discord-api-types": "^0.38.41",
"prism-media": "^1.3.5",
"tslib": "^2.8.1",
"ws": "^8.18.3"
"ws": "^8.19.0"
},
"engines": {
"node": ">=22.12.0"
@@ -568,9 +569,9 @@
}
},
"node_modules/discord-api-types": {
"version": "0.38.40",
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.38.40.tgz",
"integrity": "sha512-P/His8cotqZgQqrt+hzrocp9L8RhQQz1GkrCnC9TMJ8Uw2q0tg8YyqJyGULxhXn/8kxHETN4IppmOv+P2m82lQ==",
"version": "0.38.42",
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.38.42.tgz",
"integrity": "sha512-qs1kya7S84r5RR8m9kgttywGrmmoHaRifU1askAoi+wkoSefLpZP6aGXusjNw5b0jD3zOg3LTwUa3Tf2iHIceQ==",
"license": "MIT",
"workspaces": [
"scripts/actions/documentation"