1
0
mirror of https://github.com/musix-org/musix-oss synced 2026-03-18 05:40:59 +00:00

Bump @discordjs/voice from 0.19.1 to 0.19.2

Bumps [@discordjs/voice](https://github.com/discordjs/discord.js/tree/HEAD/packages/voice) from 0.19.1 to 0.19.2.
- [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.2/packages/voice)

---
updated-dependencies:
- dependency-name: "@discordjs/voice"
  dependency-version: 0.19.2
  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-17 23:13:19 +00:00
committed by GitHub
parent d9ef7ed32e
commit 556d955efc
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@discordjs/opus": "^0.10.0", "@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.1", "@discordjs/voice": "^0.19.2",
"discord.js": "^14.25.1", "discord.js": "^14.25.1",
"ms": "^2.1.3", "ms": "^2.1.3",
"request": "^2.88.2", "request": "^2.88.2",
@@ -148,9 +148,9 @@
} }
}, },
"node_modules/@discordjs/voice": { "node_modules/@discordjs/voice": {
"version": "0.19.1", "version": "0.19.2",
"resolved": "https://registry.npmjs.org/@discordjs/voice/-/voice-0.19.1.tgz", "resolved": "https://registry.npmjs.org/@discordjs/voice/-/voice-0.19.2.tgz",
"integrity": "sha512-XYbFVyUBB7zhRvrjREfiWDwio24nEp/vFaVe6u9aBIC5UYuT7HvoMt8LgNfZ5hOyaCW0flFr72pkhUGz+gWw4Q==", "integrity": "sha512-3yJ255e4ag3wfZu/DSxeOZK1UtnqNxnspmLaQetGT0pDkThNZoHs+Zg6dgZZ19JEVomXygvfHn9lNpICZuYtEA==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@snazzah/davey": "^0.1.9", "@snazzah/davey": "^0.1.9",

View File

@@ -13,7 +13,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"discord.js": "^14.25.1", "discord.js": "^14.25.1",
"@discordjs/voice": "^0.19.1", "@discordjs/voice": "^0.19.2",
"@discordjs/opus": "^0.10.0", "@discordjs/opus": "^0.10.0",
"ms": "^2.1.3", "ms": "^2.1.3",
"request": "^2.88.2", "request": "^2.88.2",