mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
Bump discord.js from 12.5.0 to 12.5.1
Bumps [discord.js](https://github.com/discordjs/discord.js) from 12.5.0 to 12.5.1. - [Release notes](https://github.com/discordjs/discord.js/releases) - [Commits](https://github.com/discordjs/discord.js/compare/12.5.0...12.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
4066578cb6
commit
eadb0fce52
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -1115,9 +1115,9 @@
|
|||
}
|
||||
},
|
||||
"discord.js": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-12.5.0.tgz",
|
||||
"integrity": "sha512-MXZcnBIosHEOX26ipWEcZdUrTyfTbb4sDYYp0Go5N05PyI78LR8Ds7yAfMu0zUDmxFHYLSYX0pCdiO2pd4CP6w==",
|
||||
"version": "12.5.1",
|
||||
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-12.5.1.tgz",
|
||||
"integrity": "sha512-VwZkVaUAIOB9mKdca0I5MefPMTQJTNg0qdgi1huF3iwsFwJ0L5s/Y69AQe+iPmjuV6j9rtKoG0Ta0n9vgEIL6w==",
|
||||
"requires": {
|
||||
"@discordjs/collection": "^0.1.6",
|
||||
"@discordjs/form-data": "^3.0.1",
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
"array-shuffle": "^1.0.1",
|
||||
"debug": "^4.3.1",
|
||||
"delay": "^4.4.0",
|
||||
"discord.js": "^12.5.0",
|
||||
"discord.js": "^12.5.1",
|
||||
"dotenv": "^8.2.0",
|
||||
"fluent-ffmpeg": "^2.1.2",
|
||||
"fs-capacitor": "^6.2.0",
|
||||
|
|
|
@ -852,10 +852,10 @@ dir-glob@^3.0.1:
|
|||
dependencies:
|
||||
path-type "^4.0.0"
|
||||
|
||||
discord.js@^12.5.0:
|
||||
version "12.5.0"
|
||||
resolved "https://registry.yarnpkg.com/discord.js/-/discord.js-12.5.0.tgz#9e29075116ba0176b52c3b3eaffa932208307d9e"
|
||||
integrity sha512-MXZcnBIosHEOX26ipWEcZdUrTyfTbb4sDYYp0Go5N05PyI78LR8Ds7yAfMu0zUDmxFHYLSYX0pCdiO2pd4CP6w==
|
||||
discord.js@^12.5.1:
|
||||
version "12.5.1"
|
||||
resolved "https://registry.yarnpkg.com/discord.js/-/discord.js-12.5.1.tgz#992b45753e3815526a279914ccc281d3496f5990"
|
||||
integrity sha512-VwZkVaUAIOB9mKdca0I5MefPMTQJTNg0qdgi1huF3iwsFwJ0L5s/Y69AQe+iPmjuV6j9rtKoG0Ta0n9vgEIL6w==
|
||||
dependencies:
|
||||
"@discordjs/collection" "^0.1.6"
|
||||
"@discordjs/form-data" "^3.0.1"
|
||||
|
|
Loading…
Reference in a new issue