Update discord.js to version 12.5.0

This commit is contained in:
depfu[bot] 2020-11-23 14:26:04 +00:00 committed by GitHub
parent 588ff695ee
commit 4f0c8ced98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -693,9 +693,9 @@
"optional": true
},
"discord.js": {
"version": "12.4.1",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-12.4.1.tgz",
"integrity": "sha512-KxOB8LOAN3GmrvkD6a6Fr1nlfArIFZ+q7Uqg4T/5duB90GZy9a0/Py2E+Y+eHKP6ZUCR2mbNMLCcHGjahiaNqA==",
"version": "12.5.0",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-12.5.0.tgz",
"integrity": "sha512-MXZcnBIosHEOX26ipWEcZdUrTyfTbb4sDYYp0Go5N05PyI78LR8Ds7yAfMu0zUDmxFHYLSYX0pCdiO2pd4CP6w==",
"requires": {
"@discordjs/collection": "^0.1.6",
"@discordjs/form-data": "^3.0.1",
@ -2818,9 +2818,9 @@
}
},
"ws": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz",
"integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA=="
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.0.tgz",
"integrity": "sha512-kyFwXuV/5ymf+IXhS6f0+eAFvydbaBW3zjpT6hUdAh/hbVjTIB5EHBGi0bPoCLSK2wcuz3BrEkB9LrYv1Nm4NQ=="
},
"xdg-basedir": {
"version": "4.0.0",

View File

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