1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-10-13 15:23:21 +00:00

Bump discord.js from 14.22.1 to 14.23.1

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

---
updated-dependencies:
- dependency-name: discord.js
  dependency-version: 14.23.1
  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-08 23:08:53 +00:00
committed by GitHub
parent eb631c77f5
commit 5ce933c3f3
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.22.1",
"discord.js": "^14.23.1",
"dotenv": "^17.2.3",
"firebase": "^12.3.0",
"firebase-admin": "^13.5.0",
@@ -25,15 +25,15 @@
}
},
"node_modules/@discordjs/builders": {
"version": "1.11.2",
"resolved": "https://registry.npmjs.org/@discordjs/builders/-/builders-1.11.2.tgz",
"integrity": "sha512-F1WTABdd8/R9D1icJzajC4IuLyyS8f3rTOz66JsSI3pKvpCAtsMBweu8cyNYsIyvcrKAVn9EPK+Psoymq+XC0A==",
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/@discordjs/builders/-/builders-1.12.1.tgz",
"integrity": "sha512-C5iNx2PgNj5MTZZ3WZeybJ7N0erYVBGDQpNPHZ4rCD21n9DejLpmQDTI8nxxGm3NapS3QwYHKZtHBEVPWBhhVw==",
"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.1",
"discord-api-types": "^0.38.26",
"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.20",
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.38.20.tgz",
"integrity": "sha512-wJSmFFi8eoFL/jIosUQLoXeCv7YK+l7joKmFCsnkx7HWSFt5xScNQdhvILLxC0oU6J5bK0ppR7GZ1d4NJScSNQ==",
"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==",
"license": "MIT",
"workspaces": [
"scripts/actions/documentation"
]
},
"node_modules/discord.js": {
"version": "14.22.1",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.22.1.tgz",
"integrity": "sha512-3k+Kisd/v570Jr68A1kNs7qVhNehDwDJAPe4DZ2Syt+/zobf9zEcuYFvsfIaAOgCa0BiHMfOOKQY4eYINl0z7w==",
"version": "14.23.1",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.23.1.tgz",
"integrity": "sha512-BZeaWm0Ey9jNw0ZHohfylEYDkRbGb7/GHlQJni7VdocjN3uSwD+qV6mjvZbtatgTxlbsrbw4KnLnsn/IsQnu2Q==",
"license": "Apache-2.0",
"dependencies": {
"@discordjs/builders": "^1.11.2",
"@discordjs/builders": "^1.12.1",
"@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.16",
"discord-api-types": "^0.38.29",
"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.22.1",
"discord.js": "^14.23.1",
"@discordjs/voice": "^0.19.0",
"@discordjs/opus": "^0.10.0",
"dotenv": "^17.2.3",