Skip to content

Commit

Permalink
fix(deps): update dependency @discordjs/core to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent 9724d53 commit 815e32b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@discordjs/builders": "^1.9.0",
"@discordjs/collection": "^2.1.1",
"@discordjs/core": "^1.2.0",
"@discordjs/core": "^2.0.0",
"@influxdata/influxdb-client": "^1.35.0",
"@influxdata/influxdb-client-apis": "^1.35.0",
"@prisma/client": "^5.21.1",
Expand Down
47 changes: 32 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -347,17 +347,17 @@ __metadata:
languageName: node
linkType: hard

"@discordjs/core@npm:^1.2.0":
version: 1.2.0
resolution: "@discordjs/core@npm:1.2.0"
"@discordjs/core@npm:^2.0.0":
version: 2.0.0
resolution: "@discordjs/core@npm:2.0.0"
dependencies:
"@discordjs/rest": "npm:^2.3.0"
"@discordjs/util": "npm:^1.1.0"
"@discordjs/ws": "npm:^1.1.0"
"@discordjs/rest": "npm:^2.4.0"
"@discordjs/util": "npm:^1.1.1"
"@discordjs/ws": "npm:^2.0.0"
"@sapphire/snowflake": "npm:^3.5.3"
"@vladfrangu/async_event_emitter": "npm:^2.2.4"
discord-api-types: "npm:0.37.83"
checksum: 10/24f8033318e150fdd434d51077c5880b87f18b0ec9af29b05c32509b4972b46656bdcffe129707d53921de4858b7df424fdbcb4fc3635b7ca8f7dd891870ea3a
"@vladfrangu/async_event_emitter": "npm:^2.4.6"
discord-api-types: "npm:0.37.97"
checksum: 10/a9b61ce2a9648fc6beac1f8be2a1724691808b18864f64f9750826c95cb0a804e462ed7da62b6d2fd111b04c7c0c76501501ef1a8772191805c079348b455146
languageName: node
linkType: hard

Expand Down Expand Up @@ -394,7 +394,7 @@ __metadata:
languageName: node
linkType: hard

"@discordjs/ws@npm:1.1.1, @discordjs/ws@npm:^1.1.0":
"@discordjs/ws@npm:1.1.1":
version: 1.1.1
resolution: "@discordjs/ws@npm:1.1.1"
dependencies:
Expand All @@ -411,6 +411,23 @@ __metadata:
languageName: node
linkType: hard

"@discordjs/ws@npm:^2.0.0":
version: 2.0.0
resolution: "@discordjs/ws@npm:2.0.0"
dependencies:
"@discordjs/collection": "npm:^2.1.1"
"@discordjs/rest": "npm:^2.4.0"
"@discordjs/util": "npm:^1.1.1"
"@sapphire/async-queue": "npm:^1.5.3"
"@types/ws": "npm:^8.5.12"
"@vladfrangu/async_event_emitter": "npm:^2.4.6"
discord-api-types: "npm:0.37.97"
tslib: "npm:^2.6.3"
ws: "npm:^8.18.0"
checksum: 10/18289e39d28c5963262523775ab4661ab78e6a736cb660272011808e711fa4084652466d4c549d991a85cf4ed8ef4e98bb76778370b9599d34743fd0d5ef67b7
languageName: node
linkType: hard

"@esbuild/aix-ppc64@npm:0.21.5":
version: 0.21.5
resolution: "@esbuild/aix-ppc64@npm:0.21.5"
Expand Down Expand Up @@ -8352,7 +8369,7 @@ __metadata:
"@commitlint/config-conventional": "npm:^19.5.0"
"@discordjs/builders": "npm:^1.9.0"
"@discordjs/collection": "npm:^2.1.1"
"@discordjs/core": "npm:^1.2.0"
"@discordjs/core": "npm:^2.0.0"
"@influxdata/influxdb-client": "npm:^1.35.0"
"@influxdata/influxdb-client-apis": "npm:^1.35.0"
"@prisma/client": "npm:^5.21.1"
Expand Down Expand Up @@ -8459,9 +8476,9 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.16.0":
version: 8.17.1
resolution: "ws@npm:8.17.1"
"ws@npm:^8.16.0, ws@npm:^8.18.0":
version: 8.18.0
resolution: "ws@npm:8.18.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
Expand All @@ -8470,7 +8487,7 @@ __metadata:
optional: true
utf-8-validate:
optional: true
checksum: 10/4264ae92c0b3e59c7e309001e93079b26937aab181835fb7af79f906b22cd33b6196d96556dafb4e985742dd401e99139572242e9847661fdbc96556b9e6902d
checksum: 10/70dfe53f23ff4368d46e4c0b1d4ca734db2c4149c6f68bc62cb16fc21f753c47b35fcc6e582f3bdfba0eaeb1c488cddab3c2255755a5c3eecb251431e42b3ff6
languageName: node
linkType: hard

Expand Down

0 comments on commit 815e32b

Please sign in to comment.