Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency discord.js to ^13.17.1 #555

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@sapphire/framework": "3.0.0-next.fd7be0b.0",
"@sapphire/pieces": "^3.3.4",
"colorette": "^2.0.20",
"discord.js": "^13.9.1",
"discord.js": "^13.17.1",
"ico-to-png": "^0.2.2",
"mw.js": "^2.4.1",
"mysql2": "^2.3.3",
Expand Down
62 changes: 60 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,13 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/async-queue@npm:^1.5.0":
version: 1.5.5
resolution: "@sapphire/async-queue@npm:1.5.5"
checksum: 87218b46599728ce83f3829d246f939e6f5857aa002b55ac9c416864b9af16d242e09d069eaf96547596c5e7b042705038cbc9c5eebb07d490ba17271a688e67
languageName: node
linkType: hard

"@sapphire/decorators@npm:^5.0.0":
version: 5.0.0
resolution: "@sapphire/decorators@npm:5.0.0"
Expand Down Expand Up @@ -648,6 +655,16 @@ __metadata:
languageName: node
linkType: hard

"@types/node-fetch@npm:^2.6.3":
version: 2.6.12
resolution: "@types/node-fetch@npm:2.6.12"
dependencies:
"@types/node": "*"
form-data: ^4.0.0
checksum: 9647e68f9a125a090220c38d77b3c8e669c488658ae7506f1b4f9568214beba087624b1705bba1dc76649a65281ce3fd5b400e15266cbef8088027fb88777557
languageName: node
linkType: hard

"@types/node@npm:*":
version: 18.0.0
resolution: "@types/node@npm:18.0.0"
Expand Down Expand Up @@ -680,6 +697,15 @@ __metadata:
languageName: node
linkType: hard

"@types/ws@npm:^8.5.4":
version: 8.5.14
resolution: "@types/ws@npm:8.5.14"
dependencies:
"@types/node": "*"
checksum: b63d25146a0d2ebb9cb35e4b68c5a01d81b8f4657d62b0a0d9470df6a357798349a44064b2f84b8f98a553ba84d9a5ee302d3053feef02c7771010c55d290ca6
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
Expand Down Expand Up @@ -1458,7 +1484,7 @@ __metadata:
languageName: node
linkType: hard

"discord-api-types@npm:^0.33.3":
"discord-api-types@npm:^0.33.3, discord-api-types@npm:^0.33.5":
version: 0.33.5
resolution: "discord-api-types@npm:0.33.5"
checksum: 6dcaad640c5693a69c9a4f5e444e739dde11ba835164ae6fd3dd5a1ab7b4d7f96cd022ed653eeaff2c8051ead0d998a5d502a2915cfacdde596364b82d9e3b3f
Expand All @@ -1472,6 +1498,23 @@ __metadata:
languageName: node
linkType: hard

"discord.js@npm:^13.17.1":
version: 13.17.1
resolution: "discord.js@npm:13.17.1"
dependencies:
"@discordjs/builders": ^0.16.0
"@discordjs/collection": ^0.7.0
"@sapphire/async-queue": ^1.5.0
"@types/node-fetch": ^2.6.3
"@types/ws": ^8.5.4
discord-api-types: ^0.33.5
form-data: ^4.0.0
node-fetch: ^2.6.7
ws: ^8.13.0
checksum: d95afd7d74c8c3c87b0748a8cb646cab9493b52d3080ae33afec93fc717733fc91f35749b26f5f816a7f2b0ee3268c289c2b9f6b5c4c2b488d4bb9fb5b489cc9
languageName: node
linkType: hard

"discord.js@npm:^13.9.1":
version: 13.9.2
resolution: "discord.js@npm:13.9.2"
Expand Down Expand Up @@ -4367,7 +4410,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^7.18.0
"@typescript-eslint/parser": ^7.18.0
colorette: ^2.0.20
discord.js: ^13.9.1
discord.js: ^13.17.1
eslint: ^8.57.1
husky: ^9.1.7
ico-to-png: ^0.2.2
Expand Down Expand Up @@ -4434,6 +4477,21 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.13.0":
version: 8.18.0
resolution: "ws@npm:8.18.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 91d4d35bc99ff6df483bdf029b9ea4bfd7af1f16fc91231a96777a63d263e1eabf486e13a2353970efc534f9faa43bdbf9ee76525af22f4752cbc5ebda333975
languageName: node
linkType: hard

"ws@npm:^8.8.1":
version: 8.8.1
resolution: "ws@npm:8.8.1"
Expand Down
Loading