1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-11-23 21:41:28 +00:00

Bump discord.js from 14.25.0 to 14.25.1

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

---
updated-dependencies:
- dependency-name: discord.js
  dependency-version: 14.25.1
  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]
2025-11-21 23:08:47 +00:00
committed by GitHub
parent caf9345314
commit c79d82fa6f
2 changed files with 5 additions and 5 deletions

8
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.0", "@discordjs/voice": "^0.19.0",
"discord.js": "^14.25.0", "discord.js": "^14.25.1",
"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",
@@ -540,9 +540,9 @@
] ]
}, },
"node_modules/discord.js": { "node_modules/discord.js": {
"version": "14.25.0", "version": "14.25.1",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.25.0.tgz", "resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.25.1.tgz",
"integrity": "sha512-9rnJWTAkfauKTieYJ3oI4oncrSzpbJPWN1/XU+2H6wsHQPtqbOrXvgM0nFhSVnIbTo7nfUF7fzcYRevvRGjpzA==", "integrity": "sha512-2l0gsPOLPs5t6GFZfQZKnL1OJNYFcuC/ETWsW4VtKVD/tg4ICa9x+jb9bkPffkMdRpRpuUaO/fKkHCBeiCKh8g==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@discordjs/builders": "^1.13.0", "@discordjs/builders": "^1.13.0",

View File

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