1
0
mirror of https://github.com/musix-org/musix-oss synced 2026-05-15 19:03:54 +00:00

2 Commits

Author SHA1 Message Date
github-actions[bot] 2611cb043e Merge pull request #326 from musix-org/dependabot/npm_and_yarn/v3/discord.js-14.26.3
Bump discord.js from 14.26.2 to 14.26.3
2026-04-14 23:13:15 +00:00
dependabot[bot] a3a1761968 Bump discord.js from 14.26.2 to 14.26.3
Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.26.2 to 14.26.3.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/14.26.3/packages/discord.js/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/14.26.3/packages/discord.js)

---
updated-dependencies:
- dependency-name: discord.js
  dependency-version: 14.26.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-14 23:13:06 +00:00
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -11,7 +11,7 @@
"dependencies": {
"@discordjs/opus": "^0.10.0",
"discord-webhook-node": "^1.1.8",
"discord.js": "^14.26.2",
"discord.js": "^14.26.3",
"dotenv": "^17.4.2",
"firebase": "^12.12.0",
"firebase-admin": "^13.8.0",
@@ -1762,9 +1762,9 @@
}
},
"node_modules/discord.js": {
"version": "14.26.2",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.26.2.tgz",
"integrity": "sha512-feShi+gULJ6R2MAA4/KkCFnkJcuVrROJrKk4czplzq8gE1oqhqgOy9K0Scu44B8oGeWKe04egquzf+ia6VtXAw==",
"version": "14.26.3",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.26.3.tgz",
"integrity": "sha512-XEKtYn28YFsiJ5l4fLRyikdbo6RD5oFyqfVHQlvXz2104JhH/E8slN28dbky05w3DCrJcNVWvhVvcJCTSl/KIg==",
"license": "Apache-2.0",
"dependencies": {
"@discordjs/builders": "^1.14.1",
+1 -1
View File
@@ -21,7 +21,7 @@
"dependencies": {
"@discordjs/opus": "^0.10.0",
"discord-webhook-node": "^1.1.8",
"discord.js": "^14.26.2",
"discord.js": "^14.26.3",
"dotenv": "^17.4.2",
"firebase": "^12.12.0",
"firebase-admin": "^13.8.0",