Skip to content

Commit

Permalink
fix(deps): update dependency discord.js to ^14.11.0 (#323)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [discord.js](https://discord.js.org)
([source](https://togithub.com/discordjs/discord.js)) | [`^14.9.0` ->
`^14.11.0`](https://renovatebot.com/diffs/npm/discord.js/14.9.0/14.11.0)
|
[![age](https://badges.renovateapi.com/packages/npm/discord.js/14.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/discord.js/14.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/discord.js/14.11.0/compatibility-slim/14.9.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/discord.js/14.11.0/confidence-slim/14.9.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>discordjs/discord.js</summary>

###
[`v14.11.0`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#&#8203;14110-httpsgithubcomdiscordjsdiscordjscompare1410214110---2023-05-06)

[Compare
Source](https://togithub.com/discordjs/discord.js/compare/14.10.2...14.11.0)

#### Bug Fixes

- **WebSocketManager:** Properly emit shard error events
([#&#8203;9521](https://togithub.com/discordjs/discord.js/issues/9521))
([e627468](https://togithub.com/discordjs/discord.js/commit/e6274681fd10b0d75e1d3b448c94b50ec6810367))
- **WebSocketManager:** Emit raw ws events again
([#&#8203;9502](https://togithub.com/discordjs/discord.js/issues/9502))
([c429763](https://togithub.com/discordjs/discord.js/commit/c429763be8e94f0f0cbc630e8bb1d415d46f1465))

#### Documentation

- **Client:** Update Sapphire's snowflake utility links
([#&#8203;9501](https://togithub.com/discordjs/discord.js/issues/9501))
([1b7981e](https://togithub.com/discordjs/discord.js/commit/1b7981e4696b8ae74ceffa876fc0a9be7d0b9f93))

#### Features

- **Guild:** Safety alerts channel and mention raid protection
([#&#8203;8959](https://togithub.com/discordjs/discord.js/issues/8959))
([6b2c3fb](https://togithub.com/discordjs/discord.js/commit/6b2c3fb9d0571de808e990cf064f73240ab93451))

#### Performance

- **Role:** Linear speed position getter
([#&#8203;9493](https://togithub.com/discordjs/discord.js/issues/9493))
([8e9a2b4](https://togithub.com/discordjs/discord.js/commit/8e9a2b4630f78bb9e45345ec2a16812bfac70a20))

#### Refactor

- **GuildChannel:** Simplify constructor
([#&#8203;9499](https://togithub.com/discordjs/discord.js/issues/9499))
([f2ad076](https://togithub.com/discordjs/discord.js/commit/f2ad0762c521422ab64e5b10344a6fd67961031b))

#### Typings

- **StringSelectMenuComponentData:** `options` is required
([#&#8203;9515](https://togithub.com/discordjs/discord.js/issues/9515))
([d7b18f0](https://togithub.com/discordjs/discord.js/commit/d7b18f0681d4147ff192c98108c035d6d0f96cce))

###
[`v14.10.2`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#&#8203;14102-httpsgithubcomdiscordjsdiscordjscompare1410114102---2023-05-01)

[Compare
Source](https://togithub.com/discordjs/discord.js/compare/14.10.1...14.10.2)

#### Bug Fixes

- Correct `isJSONEncodable()` import
([#&#8203;9495](https://togithub.com/discordjs/discord.js/issues/9495))
([201b002](https://togithub.com/discordjs/discord.js/commit/201b002ad405b845ace5f708077c1f157bb4126d))
- **Client:** `generateInvite()` scope validation
([#&#8203;9492](https://togithub.com/discordjs/discord.js/issues/9492))
([b327f49](https://togithub.com/discordjs/discord.js/commit/b327f4925ff557e0aa8273d7f017aa616226ca06))

###
[`v14.10.1`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#&#8203;14101-httpsgithubcomdiscordjsdiscordjscompare1410014101---2023-05-01)

[Compare
Source](https://togithub.com/discordjs/discord.js/compare/14.10.0...14.10.1)

#### Bug Fixes

- **Client:** Spelling of InvalidScopesWithPermissions
([ac9bf3a](https://togithub.com/discordjs/discord.js/commit/ac9bf3ac06ec78dbaca2ce4a82cceb0d82484211))

#### Refactor

- **ShardClientUtil:** Logic de-duplication
([#&#8203;9491](https://togithub.com/discordjs/discord.js/issues/9491))
([a9f2bff](https://togithub.com/discordjs/discord.js/commit/a9f2bff82a18c6a3afdee99e5830e1d7b4da65dc))

###
[`v14.10.0`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#&#8203;14100-httpsgithubcomdiscordjsdiscordjscompare149014100---2023-05-01)

[Compare
Source](https://togithub.com/discordjs/discord.js/compare/14.9.0...14.10.0)

#### Bug Fixes

- **ShardClientUtil:** Fix client event names
([#&#8203;9474](https://togithub.com/discordjs/discord.js/issues/9474))
([ad217cc](https://togithub.com/discordjs/discord.js/commit/ad217cc7604dda6a33df73db82799fd5bb4e85a9))
- **BaseClient:** Prevent user agent mutation
([#&#8203;9425](https://togithub.com/discordjs/discord.js/issues/9425))
([217e5d8](https://togithub.com/discordjs/discord.js/commit/217e5d81005a2506c96335f7fb96fa21d7dbb04c))
- **BitField:** Use only enum names in iterating
([#&#8203;9357](https://togithub.com/discordjs/discord.js/issues/9357))
([40d07fb](https://togithub.com/discordjs/discord.js/commit/40d07fbbbd51d62793d9ea541f41f157b5dad224))
- Use new permission name
([#&#8203;9274](https://togithub.com/discordjs/discord.js/issues/9274))
([d2d27ce](https://togithub.com/discordjs/discord.js/commit/d2d27ce7346bc37b34938c84bd3b106a4fa51f53))
- **Message#editable:** Fix permissions check in locked threads
([#&#8203;9319](https://togithub.com/discordjs/discord.js/issues/9319))
([d4c1fec](https://togithub.com/discordjs/discord.js/commit/d4c1fecbe264bc52a70aaf0ec303d35e2f15bbcd))
- Fix external links
([#&#8203;9313](https://togithub.com/discordjs/discord.js/issues/9313))
([a7425c2](https://togithub.com/discordjs/discord.js/commit/a7425c29c4f23f1b31f4c6a463107ca9eb7fd7e2))

#### Documentation

- **AutoModerationRule:** Update docs
([#&#8203;9464](https://togithub.com/discordjs/discord.js/issues/9464))
([1b15d31](https://togithub.com/discordjs/discord.js/commit/1b15d31b5ae1b1739716fab00b18083c1d7d389a))
- **APITypes:** Document role & user select menu components
([#&#8203;9435](https://togithub.com/discordjs/discord.js/issues/9435))
([c6ca5a8](https://togithub.com/discordjs/discord.js/commit/c6ca5a83e7b72613f95c2145606a1330f64ae894))
- **BaseMessageOptions:** Fix embeds and components
([#&#8203;9437](https://togithub.com/discordjs/discord.js/issues/9437))
([5c52bb9](https://togithub.com/discordjs/discord.js/commit/5c52bb95906250518a8813820d543f43dd7abdf9))
- **InteractionResponses:** ShowModal docs change
([#&#8203;9434](https://togithub.com/discordjs/discord.js/issues/9434))
([7d34100](https://togithub.com/discordjs/discord.js/commit/7d341000d44b762a2fe0434a6b518f7d63539d34))
- Use ESM code in examples
([#&#8203;9427](https://togithub.com/discordjs/discord.js/issues/9427))
([ce287f2](https://togithub.com/discordjs/discord.js/commit/ce287f21d1540da7f17cac8a57dc33a67f391ef3))
- Generate static imports for types with api-extractor
([98a76db](https://togithub.com/discordjs/discord.js/commit/98a76db482879f79d6bb2fb2e5fc65ac2c34e2d9))
- **Options:** Fix links and invalid syntax
([#&#8203;9322](https://togithub.com/discordjs/discord.js/issues/9322))
([86e5f5a](https://togithub.com/discordjs/discord.js/commit/86e5f5a119c6d2588b988a33236d358ded357847))
- Cleanup MessageCreateOptions and MessageReplyOptions
([#&#8203;9283](https://togithub.com/discordjs/discord.js/issues/9283))
([300059c](https://togithub.com/discordjs/discord.js/commit/300059cb266e6cca42c30ee7f997c48ab2cc565e))
- **Events:** Document auto moderation events
([#&#8203;9342](https://togithub.com/discordjs/discord.js/issues/9342))
([79bcdfa](https://togithub.com/discordjs/discord.js/commit/79bcdfa767e7e842164e1174b6f4834ed731d329))
- Add `SnowflakeUtil`
([#&#8203;9371](https://togithub.com/discordjs/discord.js/issues/9371))
([8ffcf77](https://togithub.com/discordjs/discord.js/commit/8ffcf77840b62590fcb4731380d28b22d0b98741))
- Use stable tag
([#&#8203;9343](https://togithub.com/discordjs/discord.js/issues/9343))
([c0f2dd7](https://togithub.com/discordjs/discord.js/commit/c0f2dd713151a29c98e1eebad66721a208be1fc0))
- Remove `JSONEncondable`
([#&#8203;9344](https://togithub.com/discordjs/discord.js/issues/9344))
([b2eec5f](https://togithub.com/discordjs/discord.js/commit/b2eec5f9fcf37ebb3b7f87a67a6ee3160c182183))

#### Features

- **Attachment:** Voice messages
([#&#8203;9392](https://togithub.com/discordjs/discord.js/issues/9392))
([3e01f91](https://togithub.com/discordjs/discord.js/commit/3e01f91bbba2cbacacc6c921ed664752f679960b))
- **BaseInteraction:** Support new channel payload
([#&#8203;9337](https://togithub.com/discordjs/discord.js/issues/9337))
([29389e3](https://togithub.com/discordjs/discord.js/commit/29389e39f479b832e54c7cb3ddd363aebe99674f))
- **RoleTagData:** Add guildConnections
([#&#8203;9366](https://togithub.com/discordjs/discord.js/issues/9366))
([2dddbe1](https://togithub.com/discordjs/discord.js/commit/2dddbe1f321f2e2722dba4a28f7d18384cf50353))

#### Performance

- **RoleManager:** Dont call Role#position getter twice per role
([#&#8203;9352](https://togithub.com/discordjs/discord.js/issues/9352))
([bfee6c8](https://togithub.com/discordjs/discord.js/commit/bfee6c8d889502ea39ad919dd9b1e6253a2af571))

#### Refactor

- **WebSocketManager:** Use /ws package internally
([#&#8203;9099](https://togithub.com/discordjs/discord.js/issues/9099))
([a9e0de4](https://togithub.com/discordjs/discord.js/commit/a9e0de4288ea39a6a089b8379dcd44ac0053dac7))
- Remove `fromInteraction` in internal channel creation
([#&#8203;9335](https://togithub.com/discordjs/discord.js/issues/9335))
([794abe8](https://togithub.com/discordjs/discord.js/commit/794abe8450bae000cd0544922cdf53e7b3e4c59c))

#### Typings

- **AutoModerationActionMetadataOptions:** Make channel property
optional
([#&#8203;9460](https://togithub.com/discordjs/discord.js/issues/9460))
([d26df5f](https://togithub.com/discordjs/discord.js/commit/d26df5fabaf227fb9d10ba5cc1ab326de55aadbc))
- **CategoryChannel:** Ensure `parent` and `parentId` are `null`
([#&#8203;9327](https://togithub.com/discordjs/discord.js/issues/9327))
([8218ffc](https://togithub.com/discordjs/discord.js/commit/8218ffc78d23234b32c05a97fde2f4bea64d7aa6))
- **GuildTextBasedChannel:** Remove unnecessary exclusion of forum
channels
([#&#8203;9326](https://togithub.com/discordjs/discord.js/issues/9326))
([7ff3d52](https://togithub.com/discordjs/discord.js/commit/7ff3d528d942a0daa990194915ff8328dec99149))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/PixelPizza/OurTube).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS40IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 7, 2023
1 parent 774a7de commit 69419f3
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 82 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@sapphire/time-utilities": "^1.7.9",
"common-tags": "^1.8.2",
"discord-player": "^5.4.0",
"discord.js": "^14.9.0",
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"sodium-native": "^4.0.1",
"soundcloud-scraper": "^5.0.3",
Expand Down
171 changes: 90 additions & 81 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ __metadata:
languageName: node
linkType: hard

"@discordjs/builders@npm:^1.6.0":
version: 1.6.0
resolution: "@discordjs/builders@npm:1.6.0"
dependencies:
"@discordjs/formatters": ^0.2.0
"@discordjs/util": ^0.2.0
"@sapphire/shapeshift": ^3.8.1
discord-api-types: ^0.37.37
"@discordjs/builders@npm:^1.6.3":
version: 1.6.3
resolution: "@discordjs/builders@npm:1.6.3"
dependencies:
"@discordjs/formatters": ^0.3.1
"@discordjs/util": ^0.3.1
"@sapphire/shapeshift": ^3.8.2
discord-api-types: ^0.37.41
fast-deep-equal: ^3.1.3
ts-mixer: ^6.0.3
tslib: ^2.5.0
checksum: eea6b747ba5634e278cbf076c81607ffa270d05632a8e214abee8be047d8ebf1a5ddc1005f349601e6f3c673668600243815b8d97c24ff4f1970dcb4227ba58a
checksum: 6a0c07fb910d8a6701f58f51f9f85a486c1f608bb7b81656581591b57eb54680db0a7715ac25b4659c115231bfd8c4ff706cc4ccffb4da308ad24233dc6524b3
languageName: node
linkType: hard

Expand All @@ -73,28 +73,19 @@ __metadata:
languageName: node
linkType: hard

"@discordjs/collection@npm:^1.5.0":
version: 1.5.0
resolution: "@discordjs/collection@npm:1.5.0"
checksum: 072043743c5e5ef99033f1c227fd92f437a0665b8f0a5bfa26bacc6610963d03b54c45da0e0116ce30e4612efc52b2db0a0827f79091a135409237722db5400a
"@discordjs/collection@npm:^1.5.1":
version: 1.5.1
resolution: "@discordjs/collection@npm:1.5.1"
checksum: 98cc9cff3c7e6f919097b7ffc96f0a13eba2a90265d187b4db5f8cc09b550efd3d9fc952a21d92a08baf7d9e06d0bfa0467e8d0dbccb2d2f8eb0ee124b8b38d4
languageName: node
linkType: hard

"@discordjs/formatters@npm:^0.2.0":
version: 0.2.0
resolution: "@discordjs/formatters@npm:0.2.0"
"@discordjs/formatters@npm:^0.3.1":
version: 0.3.1
resolution: "@discordjs/formatters@npm:0.3.1"
dependencies:
discord-api-types: ^0.37.35
checksum: cc721d1904501910288b48ae4c20df5fb1beff78f2463f780463f7fa7efe661bb739e324fb9e8b2c09aded3ce7cfcc2f58cd3793c0d61da96f87c50f666bf998
languageName: node
linkType: hard

"@discordjs/formatters@npm:^0.3.0":
version: 0.3.0
resolution: "@discordjs/formatters@npm:0.3.0"
dependencies:
discord-api-types: ^0.37.37
checksum: cdf0d842f268a1b8c072522f58b0c77853e825964acb1e3b189f53d740d0d4ee4ed3b4be177ce4ab30a665bc1e6953348ab0d29b5fd52a0651e74eb63ad4be6d
discord-api-types: ^0.37.41
checksum: 96355687853a203b280484419cd96a79b79b4b98f0469ec15be073862fb340cbd60ca2ea68f3d4684e17ff0e8c5f04ddcc6dd88188808e01fcbe0e3eea052d6d
languageName: node
linkType: hard

Expand Down Expand Up @@ -127,19 +118,19 @@ __metadata:
languageName: node
linkType: hard

"@discordjs/rest@npm:^1.7.0":
version: 1.7.0
resolution: "@discordjs/rest@npm:1.7.0"
"@discordjs/rest@npm:^1.7.1":
version: 1.7.1
resolution: "@discordjs/rest@npm:1.7.1"
dependencies:
"@discordjs/collection": ^1.5.0
"@discordjs/util": ^0.2.0
"@discordjs/collection": ^1.5.1
"@discordjs/util": ^0.3.0
"@sapphire/async-queue": ^1.5.0
"@sapphire/snowflake": ^3.4.0
discord-api-types: ^0.37.37
file-type: ^18.2.1
"@sapphire/snowflake": ^3.4.2
discord-api-types: ^0.37.41
file-type: ^18.3.0
tslib: ^2.5.0
undici: ^5.21.0
checksum: 5d52ae02b77abafbcd70c650a9760625a7afab37875a7fc85404e1053e12745aeca819747ad4dbbaab78b1df0a33a050b980b1e91ba356c496bb0ea93d32e10f
undici: ^5.22.0
checksum: 397dca0f2433dcc20c98805427388dd2ab09b906c429185e5d7cfc5057ad7b2a815653482476cffb64b8e1c3628ff254d927796316956d737375be22383c88d7
languageName: node
linkType: hard

Expand All @@ -150,10 +141,10 @@ __metadata:
languageName: node
linkType: hard

"@discordjs/util@npm:^0.2.0":
version: 0.2.0
resolution: "@discordjs/util@npm:0.2.0"
checksum: 1e6c02a2881c98ccee2ffd34f487b751e1f16bce007e0a3e9fa538170c1ddb3d68e2b1d88c84b3406191ba9dfec3a999a828603a142c359703fc53482269e7fa
"@discordjs/util@npm:^0.3.0, @discordjs/util@npm:^0.3.1":
version: 0.3.1
resolution: "@discordjs/util@npm:0.3.1"
checksum: afd53427bc25c84e05cd34d6daf355cab14629a5f340d33528ea18d3a1177e777584bc5847cfcb7711c7387252c34917d749a0b1a91a99d2ce572878208212df
languageName: node
linkType: hard

Expand All @@ -170,6 +161,23 @@ __metadata:
languageName: node
linkType: hard

"@discordjs/ws@npm:^0.8.3":
version: 0.8.3
resolution: "@discordjs/ws@npm:0.8.3"
dependencies:
"@discordjs/collection": ^1.5.1
"@discordjs/rest": ^1.7.1
"@discordjs/util": ^0.3.1
"@sapphire/async-queue": ^1.5.0
"@types/ws": ^8.5.4
"@vladfrangu/async_event_emitter": ^2.2.1
discord-api-types: ^0.37.41
tslib: ^2.5.0
ws: ^8.13.0
checksum: 28eb76ce58e31bc6be8b4d410aae448a8ad6388298f97392d1df002f3f5f1b0ab344bd4cb971aeebd0ea62558dcf1d9554cab3a21485d221f2a7af4ed0766a2e
languageName: node
linkType: hard

"@esbuild/android-arm64@npm:0.17.6":
version: 0.17.6
resolution: "@esbuild/android-arm64@npm:0.17.6"
Expand Down Expand Up @@ -687,20 +695,20 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/shapeshift@npm:^3.8.1":
version: 3.8.1
resolution: "@sapphire/shapeshift@npm:3.8.1"
"@sapphire/shapeshift@npm:^3.8.2":
version: 3.8.2
resolution: "@sapphire/shapeshift@npm:3.8.2"
dependencies:
fast-deep-equal: ^3.1.3
lodash: ^4.17.21
checksum: 2a5954c76ee9a91506ae269141ffd2d71e05891c7f1618d0acbf3670312f0b473e356f9c3dafe484d8dc89282d7554f1fd7d720a2a3b0e921fb4e969d09513ee
checksum: 5b2b26ad13a4c8c4b03a9500541df6c070776cf0a49cb7c752df147f63afc76976bc0d4c6f5977cf2597062b810557d7069e99c8e039bf22bf54d5d88da58de5
languageName: node
linkType: hard

"@sapphire/snowflake@npm:^3.4.0":
version: 3.4.0
resolution: "@sapphire/snowflake@npm:3.4.0"
checksum: 556b7001f33d6edbbbcbca46f6abfa56c732a29e78b693161e358688e688edcb012d2c1bc944e7ffb41bd6c9950d261bc73f95656dc01643361a218b4f5ab985
"@sapphire/snowflake@npm:^3.4.2":
version: 3.4.2
resolution: "@sapphire/snowflake@npm:3.4.2"
checksum: 3bcd05608a63f012538aa0a45bc6abe5b19e15979a1012a9b3af1e0901f897e4df83c80d484c87bd1dece1124f5a14a2f86427190b1dca7f116ee34f13c96788
languageName: node
linkType: hard

Expand Down Expand Up @@ -1112,6 +1120,13 @@ __metadata:
languageName: node
linkType: hard

"@vladfrangu/async_event_emitter@npm:^2.2.1":
version: 2.2.1
resolution: "@vladfrangu/async_event_emitter@npm:2.2.1"
checksum: d56c6c9dc0588f5632e5d6ed373fcbcdf5fe6de6cf51dadea86899701fcf53631f41f7473b1f5d9da300bbca20ab9cd192c5c436bb77ce9df9aa60ff59a7b0f2
languageName: node
linkType: hard

"abbrev@npm:1":
version: 1.1.1
resolution: "abbrev@npm:1.1.1"
Expand Down Expand Up @@ -1597,17 +1612,10 @@ __metadata:
languageName: node
linkType: hard

"discord-api-types@npm:^0.37.35":
version: 0.37.35
resolution: "discord-api-types@npm:0.37.35"
checksum: 0a65234eefb9675c6faf82f42be6b0a4ee75bf8b2c901eecefea6ca539cd4e2a501b7fc195415884912fdb5040c98727dbd0c5a1f6bc15951948be37d1be162b
languageName: node
linkType: hard

"discord-api-types@npm:^0.37.37":
version: 0.37.37
resolution: "discord-api-types@npm:0.37.37"
checksum: 6b680f52c19aebf0dd1a714ef109a55bfe6786d10fd410f7bf1ee9244041f8b10ba81a988799a832382b34b2ae5ef3027ee31f6d1cf4555f1647252635c6eaaa
"discord-api-types@npm:^0.37.41":
version: 0.37.41
resolution: "discord-api-types@npm:0.37.41"
checksum: e8a2dd28afefe30e20652aa8eac3e15b596e7274740ea54088b3713c2a22f9bc883138d8501fa4defe3c45e895aa87fc580b0ef110a9c9ab8609c67e870948ed
languageName: node
linkType: hard

Expand All @@ -1629,24 +1637,25 @@ __metadata:
languageName: node
linkType: hard

"discord.js@npm:^14.9.0":
version: 14.9.0
resolution: "discord.js@npm:14.9.0"
"discord.js@npm:^14.11.0":
version: 14.11.0
resolution: "discord.js@npm:14.11.0"
dependencies:
"@discordjs/builders": ^1.6.0
"@discordjs/collection": ^1.5.0
"@discordjs/formatters": ^0.3.0
"@discordjs/rest": ^1.7.0
"@discordjs/util": ^0.2.0
"@sapphire/snowflake": ^3.4.0
"@discordjs/builders": ^1.6.3
"@discordjs/collection": ^1.5.1
"@discordjs/formatters": ^0.3.1
"@discordjs/rest": ^1.7.1
"@discordjs/util": ^0.3.1
"@discordjs/ws": ^0.8.3
"@sapphire/snowflake": ^3.4.2
"@types/ws": ^8.5.4
discord-api-types: ^0.37.37
discord-api-types: ^0.37.41
fast-deep-equal: ^3.1.3
lodash.snakecase: ^4.1.1
tslib: ^2.5.0
undici: ^5.21.0
undici: ^5.22.0
ws: ^8.13.0
checksum: 34589830f771b238975cbabb82531db78756b1b132b6b296ad845bc93755cfee34e65febb638e1b77e9e68d9ce2362cd4d4057123c37909e1354d670b747cb71
checksum: 63e0a312c4ee89b03bfd16f3d58ff185d1e4cee75aa2d75de7a56d049a0bcddb89e16ae77cb02ddf0272072698d490c6a98959a8a90dd68ac6175a3ee50a191d
languageName: node
linkType: hard

Expand Down Expand Up @@ -2121,14 +2130,14 @@ __metadata:
languageName: node
linkType: hard

"file-type@npm:^18.2.1":
version: 18.2.1
resolution: "file-type@npm:18.2.1"
"file-type@npm:^18.3.0":
version: 18.3.0
resolution: "file-type@npm:18.3.0"
dependencies:
readable-web-to-node-stream: ^3.0.2
strtok3: ^7.0.0
token-types: ^5.0.1
checksum: bbc9381292e96a72ecd892f9f5e1a9a8d3f9717955841346e55891acfe099135bfa149f7dad51f35ee52b5e7e0a1a02d7375061b2800758011682c2e9d96953e
checksum: 7b2a08cc1f8737b65837a83b8077ba4ea624e5de82fa866814e634f03e19695fefd755fac440a6eb81a273601a342b05cee1f70f2bc032be8424d7c7d135eb51
languageName: node
linkType: hard

Expand Down Expand Up @@ -3126,7 +3135,7 @@ __metadata:
"@typescript-eslint/parser": 5.59.2
common-tags: ^1.8.2
discord-player: ^5.4.0
discord.js: ^14.9.0
discord.js: ^14.11.0
dotenv: ^16.0.3
eslint: 8.39.0
eslint-config-prettier: ^8.8.0
Expand Down Expand Up @@ -3983,12 +3992,12 @@ __metadata:
languageName: node
linkType: hard

"undici@npm:^5.21.0":
version: 5.21.0
resolution: "undici@npm:5.21.0"
"undici@npm:^5.22.0":
version: 5.22.0
resolution: "undici@npm:5.22.0"
dependencies:
busboy: ^1.6.0
checksum: 013d5fd503b631d607942c511c2ab3f3fa78ebcab302acab998b43176b4815503ec15ed9752c5a47918b3bff8a0137768001d3eb57625b2bb6f6d30d8a794d6c
checksum: 8dc55240a60ae7680798df344e8f46ad0f872ed0fa434fb94cc4fd2b5b2f8053bdf11994d15902999d3880f9bf7cd875a2e90883d2702bf0f366dacd9cbf3fc6
languageName: node
linkType: hard

Expand Down

0 comments on commit 69419f3

Please sign in to comment.