1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-11-04 12:59:31 +00:00

Bump discord.js from 14.23.2 to 14.24.0

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

---
updated-dependencies:
- dependency-name: discord.js
  dependency-version: 14.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-24 23:07:15 +00:00
committed by GitHub
parent 80fce76274
commit e98e5db2bd
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.0",
"discord.js": "^14.23.2",
"discord.js": "^14.24.0",
"dotenv": "^17.2.3",
"firebase": "^12.4.0",
"firebase-admin": "^13.5.0",
@@ -25,15 +25,15 @@
}
},
"node_modules/@discordjs/builders": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/@discordjs/builders/-/builders-1.12.1.tgz",
"integrity": "sha512-C5iNx2PgNj5MTZZ3WZeybJ7N0erYVBGDQpNPHZ4rCD21n9DejLpmQDTI8nxxGm3NapS3QwYHKZtHBEVPWBhhVw==",
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/@discordjs/builders/-/builders-1.13.0.tgz",
"integrity": "sha512-COK0uU6ZaJI+LA67H/rp8IbEkYwlZf3mAoBI5wtPh5G5cbEQGNhVpzINg2f/6+q/YipnNIKy6fJDg6kMUKUw4Q==",
"license": "Apache-2.0",
"dependencies": {
"@discordjs/formatters": "^0.6.1",
"@discordjs/util": "^1.1.1",
"@sapphire/shapeshift": "^4.0.0",
"discord-api-types": "^0.38.26",
"discord-api-types": "^0.38.31",
"fast-deep-equal": "^3.1.3",
"ts-mixer": "^6.0.4",
"tslib": "^2.6.3"
@@ -1557,28 +1557,28 @@
}
},
"node_modules/discord-api-types": {
"version": "0.38.29",
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.38.29.tgz",
"integrity": "sha512-+5BfrjLJN1hrrcK0MxDQli6NSv5lQH7Y3/qaOfk9+k7itex8RkA/UcevVMMLe8B4IKIawr4ITBTb2fBB2vDORg==",
"version": "0.38.31",
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.38.31.tgz",
"integrity": "sha512-kC94ANsk8ackj8ENTuO8joTNEL0KtymVhHy9dyEC/s4QAZ7GCx40dYEzQaadyo8w+oP0X8QydE/nzAWRylTGtQ==",
"license": "MIT",
"workspaces": [
"scripts/actions/documentation"
]
},
"node_modules/discord.js": {
"version": "14.23.2",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.23.2.tgz",
"integrity": "sha512-tU2NFr823X3TXEc8KyR/4m296KLxPai4nirN3q9kHCpY4TKj96n9lHZnyLzRNMui8EbL07jg9hgH2PWWfKMGIg==",
"version": "14.24.0",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.24.0.tgz",
"integrity": "sha512-KNq/ekT8bsmT3ZAfVre8cPbl+DfVYSdlLnDmGZPoz7Cw21LYeWHllRA9MivqNq5b1GPGAxGvyUN1vxbTb/PQWw==",
"license": "Apache-2.0",
"dependencies": {
"@discordjs/builders": "^1.12.1",
"@discordjs/builders": "^1.13.0",
"@discordjs/collection": "1.5.3",
"@discordjs/formatters": "^0.6.1",
"@discordjs/rest": "^2.6.0",
"@discordjs/util": "^1.1.1",
"@discordjs/ws": "^1.2.3",
"@sapphire/snowflake": "3.5.3",
"discord-api-types": "^0.38.29",
"discord-api-types": "^0.38.31",
"fast-deep-equal": "3.1.3",
"lodash.snakecase": "4.1.1",
"magic-bytes.js": "^1.10.0",

View File

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