1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-09-04 02:13:21 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
5d82b4f785 Merge pull request #235 from musix-org/dependabot/npm_and_yarn/v1/discord.js-14.22.1
Bump discord.js from 14.22.0 to 14.22.1
2025-08-22 23:22:41 +00:00
dependabot[bot]
c670296ea8 Bump discord.js from 14.22.0 to 14.22.1
Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.22.0 to 14.22.1.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/14.22.1/packages/discord.js/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/14.22.1/packages/discord.js)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-22 23:22:34 +00:00
2 changed files with 5 additions and 5 deletions

8
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.0",
"discord.js": "^14.22.1",
"ms": "^2.1.3",
"request": "^2.88.2",
"simple-youtube-api": "^5.2.1",
@@ -537,9 +537,9 @@
]
},
"node_modules/discord.js": {
"version": "14.22.0",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.22.0.tgz",
"integrity": "sha512-IDSeDdWSEA4DoOyspekbetcFKkEonJO09cxR+kqQQlTWd5CTm/3Z48I4Te+EL8uxn52s718FZ0rI2dLxRkTpwg==",
"version": "14.22.1",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.22.1.tgz",
"integrity": "sha512-3k+Kisd/v570Jr68A1kNs7qVhNehDwDJAPe4DZ2Syt+/zobf9zEcuYFvsfIaAOgCa0BiHMfOOKQY4eYINl0z7w==",
"license": "Apache-2.0",
"dependencies": {
"@discordjs/builders": "^1.11.2",

View File

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