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:
dependabot-preview[bot] 2020-11-26 10:54:56 +00:00 committed by GitHub
parent 4066578cb6
commit eadb0fce52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

6
package-lock.json generated
View file

@ -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",

View file

@ -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",

View file

@ -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"