1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-11-04 19:09:33 +00:00

Bump discord.js from 14.24.1 to 14.24.2

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

---
updated-dependencies:
- dependency-name: discord.js
  dependency-version: 14.24.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]
2025-10-30 23:09:19 +00:00
committed by GitHub
parent bca20d010f
commit 4a8319a70e
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@discordjs/opus": "^0.10.0", "@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.0", "@discordjs/voice": "^0.19.0",
"discord.js": "^14.24.1", "discord.js": "^14.24.2",
"dotenv": "^17.2.3", "dotenv": "^17.2.3",
"firebase": "^12.4.0", "firebase": "^12.4.0",
"firebase-admin": "^13.5.0", "firebase-admin": "^13.5.0",
@@ -1566,9 +1566,9 @@
] ]
}, },
"node_modules/discord.js": { "node_modules/discord.js": {
"version": "14.24.1", "version": "14.24.2",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.24.1.tgz", "resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.24.2.tgz",
"integrity": "sha512-LzL+MTGxB9mBwD8FjvkMwcIL4UtgG04e713U3+euqPCvOphhoVEoPpUNTvBPw4iJOas2uiuuh3JcveYSxIn8Tg==", "integrity": "sha512-VMEDbmguRdX/EeMaTsf9Mb0IQA90WdYF2cn4QDfslQFXgQ6LFtmlPn0FSotnS0kcFbFp+JBSIxtnF+bnAHG/hQ==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@discordjs/builders": "^1.13.0", "@discordjs/builders": "^1.13.0",

View File

@@ -16,7 +16,7 @@
"url": "https://https://github.com/musix-oss/musix" "url": "https://https://github.com/musix-oss/musix"
}, },
"dependencies": { "dependencies": {
"discord.js": "^14.24.1", "discord.js": "^14.24.2",
"@discordjs/voice": "^0.19.0", "@discordjs/voice": "^0.19.0",
"@discordjs/opus": "^0.10.0", "@discordjs/opus": "^0.10.0",
"dotenv": "^17.2.3", "dotenv": "^17.2.3",