Skip to content

Commit

Permalink
Update discord js to 13.14 to fix API bug (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
tescher authored Mar 30, 2023
1 parent 5f8d6c7 commit 8479e25
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@logdna/logger": "^2.6.0",
"@types/mongodb": "^3.6.20",
"discord.js": "^13.7.1",
"discord.js": "^13.14.0",
"dotenv": "^10.0.0",
"mongodb": "^3.6.9",
"nodemon": "^2.0.15",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ dir-glob@^3.0.1:
dependencies:
path-type "^4.0.0"

discord-api-types@^0.33.3:
discord-api-types@^0.33.5:
version "0.33.5"
resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.33.5.tgz#6548b70520f7b944c60984dca4ab58654d664a12"
integrity sha512-dvO5M52v7m7Dy96+XUnzXNsQ/0npsYpU6dL205kAtEDueswoz3aU3bh1UMoK4cQmcGtB1YRyLKqp+DXi05lzFg==
Expand All @@ -621,20 +621,20 @@ discord-api-types@^0.36.2:
resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.36.3.tgz#a931b7e57473a5c971d6937fa5f392eb30047579"
integrity sha512-bz/NDyG0KBo/tY14vSkrwQ/n3HKPf87a0WFW/1M9+tXYK+vp5Z5EksawfCWo2zkAc6o7CClc0eff1Pjrqznlwg==

discord.js@^13.7.1:
version "13.10.3"
resolved "https://registry.yarnpkg.com/discord.js/-/discord.js-13.10.3.tgz#c597d1aa5c06057ee55917251389ebc760cb997e"
integrity sha512-cIARuxfpQDeqA9Zw3fz4IL20xAhtMsjwJIf7/K82R3n2xROG9/fAx+7qjX8ysp9BfflYqMu2ZskyWq1EAmL5BA==
discord.js@^13.14.0:
version "13.14.0"
resolved "https://registry.yarnpkg.com/discord.js/-/discord.js-13.14.0.tgz#23aab21dadfc10ec1f008c1ad7b4f3cd7449376f"
integrity sha512-EXHAZmFHMf6qBHDsIANwSG792SYJpzEFv2nssfakyDqEn0HLxFLLXMaOxBtVohdkUMgtD+dzyeBlbDvAW/A0AA==
dependencies:
"@discordjs/builders" "^0.16.0"
"@discordjs/collection" "^0.7.0"
"@sapphire/async-queue" "^1.5.0"
"@types/node-fetch" "^2.6.2"
"@types/ws" "^8.5.3"
discord-api-types "^0.33.3"
discord-api-types "^0.33.5"
form-data "^4.0.0"
node-fetch "^2.6.7"
ws "^8.8.1"
ws "^8.9.0"

doctrine@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -1894,10 +1894,10 @@ write-file-atomic@^3.0.0:
signal-exit "^3.0.2"
typedarray-to-buffer "^3.1.5"

ws@^8.8.1:
version "8.8.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.1.tgz#5dbad0feb7ade8ecc99b830c1d77c913d4955ff0"
integrity sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==
ws@^8.9.0:
version "8.13.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==

xdg-basedir@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 8479e25

Please sign in to comment.