Merge pull request #181 from warengroup/dependabot/npm_and_yarn/develop/discord.js-13.5.1

Bump discord.js from 13.5.0 to 13.5.1
This commit is contained in:
Christer Warén 2022-01-10 10:57:28 +02:00 committed by GitHub
commit b79b8a53db
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.0",
"discord.js": "^13.5.1",
"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.0",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-13.5.0.tgz",
"integrity": "sha512-K+ZcB0f+wA1ZzDhz3hlaAi4Ap7jSvVEUZ+U29T4DMoiNNUv22F4vu1byrOq8GyyLLDFiZ3iSudea0MvSHu3fQA==",
"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==",
"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.0",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-13.5.0.tgz",
"integrity": "sha512-K+ZcB0f+wA1ZzDhz3hlaAi4Ap7jSvVEUZ+U29T4DMoiNNUv22F4vu1byrOq8GyyLLDFiZ3iSudea0MvSHu3fQA==",
"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==",
"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.0",
"discord.js": "^13.5.1",
"dotenv": "^10.0.0",
"libsodium-wrappers": "^0.7.9",
"node-fetch": "^3.1.0",