Merge pull request #73 from eartharoid/depfu/update/npm/discord.js-12.5.1

Update discord.js: 12.5.0 → 12.5.1 (patch)
This commit is contained in:
Isaac 2020-11-27 10:11:14 +00:00 committed by GitHub
commit 09aa116558
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

@ -693,9 +693,9 @@
"optional": true
},
"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

@ -7,7 +7,7 @@
"dependencies": {
"@eartharoid/dtf": "^1.0.8",
"boxen": "^4.2.0",
"discord.js": "^12.5.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"leekslazylogger": "^2.0.7",
"n-readlines": "^1.0.1",