1
0
mirror of https://github.com/musix-org/musix-oss synced 2026-04-14 19:33:26 +00:00

Bump discord.js from 14.26.0 to 14.26.2

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

---
updated-dependencies:
- dependency-name: discord.js
  dependency-version: 14.26.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-04-03 23:13:14 +00:00
committed by GitHub
parent b8489e095b
commit 50a764078c
2 changed files with 6 additions and 6 deletions

10
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.2", "@discordjs/voice": "^0.19.2",
"discord.js": "^14.26.0", "discord.js": "^14.26.2",
"ms": "^2.1.3", "ms": "^2.1.3",
"request": "^2.88.2", "request": "^2.88.2",
"simple-youtube-api": "^5.2.1", "simple-youtube-api": "^5.2.1",
@@ -860,12 +860,12 @@
] ]
}, },
"node_modules/discord.js": { "node_modules/discord.js": {
"version": "14.26.0", "version": "14.26.2",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.26.0.tgz", "resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.26.2.tgz",
"integrity": "sha512-I+5dmdg7WnjIOEXspX6mJ4jLgblhZV6QpQcC3U2JjrFWnHCKDpoLkhV46SBP8k9QePs3YWJOvndVutUARRO0AQ==", "integrity": "sha512-feShi+gULJ6R2MAA4/KkCFnkJcuVrROJrKk4czplzq8gE1oqhqgOy9K0Scu44B8oGeWKe04egquzf+ia6VtXAw==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@discordjs/builders": "^1.14.0", "@discordjs/builders": "^1.14.1",
"@discordjs/collection": "1.5.3", "@discordjs/collection": "1.5.3",
"@discordjs/formatters": "^0.6.2", "@discordjs/formatters": "^0.6.2",
"@discordjs/rest": "^2.6.1", "@discordjs/rest": "^2.6.1",

View File

@@ -12,7 +12,7 @@
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"discord.js": "^14.26.0", "discord.js": "^14.26.2",
"@discordjs/voice": "^0.19.2", "@discordjs/voice": "^0.19.2",
"@discordjs/opus": "^0.10.0", "@discordjs/opus": "^0.10.0",
"ms": "^2.1.3", "ms": "^2.1.3",