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-25 23:37:43 +00:00 committed by GitHub
parent 1d6500ab4a
commit 29a42457cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -186,9 +186,9 @@
"integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
},
"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

@ -15,7 +15,7 @@
"homepage": "https://github.com/minetest-beerchat/beerchat_proxy#readme",
"dependencies": {
"body-parser": "^1.19.0",
"discord.js": "^12.5.0",
"discord.js": "^12.5.1",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"irc-framework": "^4.9.0"