Bump discord.js from 13.5.1 to 13.6.0

Bumps [discord.js](https://github.com/discordjs/discord.js) from 13.5.1 to 13.6.0.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/13.6.0/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/compare/13.5.1...13.6.0)

---
updated-dependencies:
- dependency-name: discord.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-14 08:05:04 +00:00 committed by GitHub
parent b79b8a53db
commit 17b47a9c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -14,7 +14,7 @@
"@discordjs/rest": "^0.2.0-canary.0",
"@discordjs/voice": "^0.7.5",
"discord-api-types": "^0.26.0",
"discord.js": "^13.5.1",
"discord.js": "^13.6.0",
"dotenv": "^10.0.0",
"libsodium-wrappers": "^0.7.9",
"node-fetch": "^3.1.0",
@ -1178,9 +1178,9 @@
}
},
"node_modules/discord.js": {
"version": "13.5.1",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-13.5.1.tgz",
"integrity": "sha512-ejEG5MXzB0eda9Nt+VzqgdvDWVO5U/GynGzq6DRPLaCH1yyn2YRU9J+vCMl77pWA1rzYGX+b/9RI31x0wt3qXA==",
"version": "13.6.0",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-13.6.0.tgz",
"integrity": "sha512-tXNR8zgsEPxPBvGk3AQjJ9ljIIC6/LOPjzKwpwz8Y1Q2X66Vi3ZqFgRHYwnHKC0jC0F+l4LzxlhmOJsBZDNg9g==",
"dependencies": {
"@discordjs/builders": "^0.11.0",
"@discordjs/collection": "^0.4.0",
@ -4417,9 +4417,9 @@
"integrity": "sha512-T5PdMQ+Y1MEECYMV5wmyi9VEYPagEDEi4S0amgsszpWY0VB9JJ/hEvM6BgLhbdnKky4gfmZEXtEEtojN8ZKJQQ=="
},
"discord.js": {
"version": "13.5.1",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-13.5.1.tgz",
"integrity": "sha512-ejEG5MXzB0eda9Nt+VzqgdvDWVO5U/GynGzq6DRPLaCH1yyn2YRU9J+vCMl77pWA1rzYGX+b/9RI31x0wt3qXA==",
"version": "13.6.0",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-13.6.0.tgz",
"integrity": "sha512-tXNR8zgsEPxPBvGk3AQjJ9ljIIC6/LOPjzKwpwz8Y1Q2X66Vi3ZqFgRHYwnHKC0jC0F+l4LzxlhmOJsBZDNg9g==",
"requires": {
"@discordjs/builders": "^0.11.0",
"@discordjs/collection": "^0.4.0",

View File

@ -23,7 +23,7 @@
"@discordjs/rest": "^0.2.0-canary.0",
"@discordjs/voice": "^0.7.5",
"discord-api-types": "^0.26.0",
"discord.js": "^13.5.1",
"discord.js": "^13.6.0",
"dotenv": "^10.0.0",
"libsodium-wrappers": "^0.7.9",
"node-fetch": "^3.1.0",