Update dependency discord.js to v14.14.1 (#104)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [discord.js](https://discord.js.org) ([source](https://github.com/discordjs/discord.js)) | dependencies | minor | [`14.13.0` -> `14.14.1`](https://renovatebot.com/diffs/npm/discord.js/14.13.0/14.14.1) | --- ### Release Notes <details> <summary>discordjs/discord.js (discord.js)</summary> ### [`v14.14.1`](https://github.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#14141---2023-11-12) [Compare Source](https://github.com/discordjs/discord.js/compare/14.14.0...14.14.1) #### Bug Fixes - **Emoji:** `id` set as `undefined` edge case ([#​9953](https://github.com/discordjs/discord.js/issues/9953)) ([cc07a28](cc07a28f12
)) - **BaseClient:** Default in objects properly ([#​9952](https://github.com/discordjs/discord.js/issues/9952)) ([f93abf7](f93abf7e35
)) #### Documentation - Use preferred nullable syntax (`?T` over `T | null`) ([#​9946](https://github.com/discordjs/discord.js/issues/9946)) ([1e4ef35](1e4ef35436
)) #### Refactor - Use formatters ([#​9956](https://github.com/discordjs/discord.js/issues/9956)) ([40726db](40726db722
)) #### Typings - Use wrapper utilities ([#​9945](https://github.com/discordjs/discord.js/issues/9945)) ([4bc1dae](4bc1dae36f
)) ### [`v14.14.0`](https://github.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#14140---2023-11-12) [Compare Source](https://github.com/discordjs/discord.js/compare/14.13.0...14.14.0) #### Bug Fixes - **Client:** Ensure destroyed connections are not ready ([#​9942](https://github.com/discordjs/discord.js/issues/9942)) ([b5e23ec](b5e23ec2ec
)) - **Webhook:** Do not call `client.deleteWebhook` in `delete` ([#​9786](https://github.com/discordjs/discord.js/issues/9786)) ([31d914e](31d914e44b
)) - **GuildManager#fetch:** Inject shard id ([#​9921](https://github.com/discordjs/discord.js/issues/9921)) ([85753a9](85753a9d6f
)) - Prevent 'undefined' debug message on intentional shard closure ([#​9846](https://github.com/discordjs/discord.js/issues/9846)) ([0e0b85b](0e0b85b766
)) - **Role:** Calculate position correctly when rawPositions are equal ([#​9871](https://github.com/discordjs/discord.js/issues/9871)) ([0529b2a](0529b2af95
)) - **GuildScheduledEvent:** Use `if...else` pattern and handle partials ([#​9802](https://github.com/discordjs/discord.js/issues/9802)) ([32d614c](32d614ccd3
)) #### Documentation - **Message:** Remove duplicated word 'of' in description ([#​9923](https://github.com/discordjs/discord.js/issues/9923)) ([85a78f9](85a78f96d4
)) - **GuildMember:** Clarify display color ([#​9891](https://github.com/discordjs/discord.js/issues/9891)) ([e38d03f](e38d03fbe7
)) - Remove duplicate `APIEmoji` ([#​9880](https://github.com/discordjs/discord.js/issues/9880)) ([8cfadb6](8cfadb6953
)) - Consolidate API types ([#​9881](https://github.com/discordjs/discord.js/issues/9881)) ([44a3cbf](44a3cbf39e
)) - Remove `FileOptions` ([#​9855](https://github.com/discordjs/discord.js/issues/9855)) ([eaabcdf](eaabcdfda6
)) - **DiscordjsErrorCodes:** Deprecate unused properties ([#​9790](https://github.com/discordjs/discord.js/issues/9790)) ([4588e07](4588e075c3
)) - **ApplicationCommandManager:** Id parameter can take options ([#​9664](https://github.com/discordjs/discord.js/issues/9664)) ([ed14135](ed14135844
)) - **Attachment:** Add MIME types link to `contentType` ([#​9824](https://github.com/discordjs/discord.js/issues/9824)) ([85b2498](85b24988a5
)) - Fix "its" typo ([#​9825](https://github.com/discordjs/discord.js/issues/9825)) ([c50809e](c50809e206
)) - **GuildMember:** Clarify timeout parameter wording ([#​9800](https://github.com/discordjs/discord.js/issues/9800)) ([8d97e2d](8d97e2d2c5
)) - **create-discord-bot:** Support bun in create-discord-bot ([#​9798](https://github.com/discordjs/discord.js/issues/9798)) ([7157748](7157748fe3
)) #### Features - Default select menu values ([#​9867](https://github.com/discordjs/discord.js/issues/9867)) ([4ff3ea4](4ff3ea4a1b
)) - Mainlib docs on new website ([#​9930](https://github.com/discordjs/discord.js/issues/9930)) ([da455bc](da455bceea
)) - **cleanContent:** Add slash commands and emojis ([#​9809](https://github.com/discordjs/discord.js/issues/9809)) ([c2349d4](c2349d4be4
)) - **Emoji:** Add `imageURL()` ([#​9788](https://github.com/discordjs/discord.js/issues/9788)) ([b6c762c](b6c762cb84
)) - Onboarding mode and edit method ([#​9647](https://github.com/discordjs/discord.js/issues/9647)) ([7671a83](7671a836f4
)) - Support new application properties and patch endpoint ([#​9709](https://github.com/discordjs/discord.js/issues/9709)) ([1fe7247](1fe7247528
)) - **BaseChannel:** Add `isThreadOnly()` ([#​9847](https://github.com/discordjs/discord.js/issues/9847)) ([699b232](699b232922
)) - **StageInstanceManager:** Add `guildScheduledEvent` to `create()` ([#​8885](https://github.com/discordjs/discord.js/issues/8885)) ([931c3ed](931c3ed593
)) - Support `default_thread_rate_limit_per_user` in channel creation ([#​9273](https://github.com/discordjs/discord.js/issues/9273)) ([1e5c14b](1e5c14b741
)) - Add media channels ([#​9662](https://github.com/discordjs/discord.js/issues/9662)) ([571aedd](571aedd58a
)) - Support widget image URL ([#​9782](https://github.com/discordjs/discord.js/issues/9782)) ([b6a2441](b6a2441819
)) - **GuildAuditLogsEntry:** Expose extra integrationType in relevant log types ([#​9796](https://github.com/discordjs/discord.js/issues/9796)) ([3109798](310979808e
)) - Add support for teams update ([#​9805](https://github.com/discordjs/discord.js/issues/9805)) ([c66636d](c66636da11
)) - **Presence:** Expose sync_id in Activity ([#​9766](https://github.com/discordjs/discord.js/issues/9766)) ([485dd71](485dd718c5
)) #### Refactor - **utils:** Remove `mergeDefault` ([#​9938](https://github.com/discordjs/discord.js/issues/9938)) ([5b0aa92](5b0aa92c81
)) - Use proper variable names in callbacks ([#​9840](https://github.com/discordjs/discord.js/issues/9840)) ([11f6955](11f6955ed9
)) - **GuildAuditLogsEntry:** Abstract reduce logic into a new function ([#​9845](https://github.com/discordjs/discord.js/issues/9845)) ([19ea0ba](19ea0baa00
)) - Stickers are free (no more "premium" packs) ([#​9791](https://github.com/discordjs/discord.js/issues/9791)) ([e02a59b](e02a59bbb6
)) #### Typings - **Partials:** Add toString() method to supported Partials ([#​9835](https://github.com/discordjs/discord.js/issues/9835)) ([7422d9f](7422d9f172
)) - **MessageEditOptions:** Correct `attachments` type ([#​9874](https://github.com/discordjs/discord.js/issues/9874)) ([2aa3250](2aa3250584
)) - **UserContextMenuCommandInteraction:** Nullify `targetMember` ([#​9844](https://github.com/discordjs/discord.js/issues/9844)) ([3c043d8](3c043d83a9
)) - Don't include dom types ([#​9831](https://github.com/discordjs/discord.js/issues/9831)) ([9dbc954](9dbc9542c4
)) - **Client:** Fix isReady narrowing ([#​9828](https://github.com/discordjs/discord.js/issues/9828)) ([6404c01](6404c013e7
)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=--> Reviewed-on: https://gitea.vylpes.xyz/External/card-drop/pulls/104 Reviewed-by: Vylpes <ethan@vylpes.com> Co-authored-by: Renovate Bot <renovate@vylpes.com> Co-committed-by: Renovate Bot <renovate@vylpes.com>
This commit is contained in:
parent
b7d91c647b
commit
5a8cc955f6
1 changed files with 78 additions and 81 deletions
159
yarn.lock
159
yarn.lock
|
@ -335,20 +335,20 @@
|
||||||
read-json-safe "^1.0.5"
|
read-json-safe "^1.0.5"
|
||||||
types-pkg-json "^1.1.0"
|
types-pkg-json "^1.1.0"
|
||||||
|
|
||||||
"@discordjs/builders@^1.6.5":
|
"@discordjs/builders@^1.7.0":
|
||||||
version "1.6.5"
|
version "1.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/@discordjs/builders/-/builders-1.6.5.tgz#3e23912eaab1d542b61ca0fa7202e5aaef2b7200"
|
resolved "https://registry.yarnpkg.com/@discordjs/builders/-/builders-1.7.0.tgz#e2478c7e55b0f4c40837edb8f102bce977323a37"
|
||||||
integrity sha512-SdweyCs/+mHj+PNhGLLle7RrRFX9ZAhzynHahMCLqp5Zeq7np7XC6/mgzHc79QoVlQ1zZtOkTTiJpOZu5V8Ufg==
|
integrity sha512-GDtbKMkg433cOZur8Dv6c25EHxduNIBsxeHrsRoIM8+AwmEZ8r0tEpckx/sHwTLwQPOF3e2JWloZh9ofCaMfAw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@discordjs/formatters" "^0.3.2"
|
"@discordjs/formatters" "^0.3.3"
|
||||||
"@discordjs/util" "^1.0.1"
|
"@discordjs/util" "^1.0.2"
|
||||||
"@sapphire/shapeshift" "^3.9.2"
|
"@sapphire/shapeshift" "^3.9.3"
|
||||||
discord-api-types "0.37.50"
|
discord-api-types "0.37.61"
|
||||||
fast-deep-equal "^3.1.3"
|
fast-deep-equal "^3.1.3"
|
||||||
ts-mixer "^6.0.3"
|
ts-mixer "^6.0.3"
|
||||||
tslib "^2.6.1"
|
tslib "^2.6.2"
|
||||||
|
|
||||||
"@discordjs/collection@^1.5.3":
|
"@discordjs/collection@1.5.3":
|
||||||
version "1.5.3"
|
version "1.5.3"
|
||||||
resolved "https://registry.yarnpkg.com/@discordjs/collection/-/collection-1.5.3.tgz#5a1250159ebfff9efa4f963cfa7e97f1b291be18"
|
resolved "https://registry.yarnpkg.com/@discordjs/collection/-/collection-1.5.3.tgz#5a1250159ebfff9efa4f963cfa7e97f1b291be18"
|
||||||
integrity sha512-SVb428OMd3WO1paV3rm6tSjM4wC+Kecaa1EUGX7vc6/fddvw/6lg90z4QtCqm21zvVe92vMMDt9+DkIvjXImQQ==
|
integrity sha512-SVb428OMd3WO1paV3rm6tSjM4wC+Kecaa1EUGX7vc6/fddvw/6lg90z4QtCqm21zvVe92vMMDt9+DkIvjXImQQ==
|
||||||
|
@ -358,14 +358,14 @@
|
||||||
resolved "https://registry.yarnpkg.com/@discordjs/collection/-/collection-2.0.0.tgz#409b80c74eb8486cc4ee6a9b83426aaff1380f8c"
|
resolved "https://registry.yarnpkg.com/@discordjs/collection/-/collection-2.0.0.tgz#409b80c74eb8486cc4ee6a9b83426aaff1380f8c"
|
||||||
integrity sha512-YTWIXLrf5FsrLMycpMM9Q6vnZoR/lN2AWX23/Cuo8uOOtS8eHB2dyQaaGnaF8aZPYnttf2bkLMcXn/j6JUOi3w==
|
integrity sha512-YTWIXLrf5FsrLMycpMM9Q6vnZoR/lN2AWX23/Cuo8uOOtS8eHB2dyQaaGnaF8aZPYnttf2bkLMcXn/j6JUOi3w==
|
||||||
|
|
||||||
"@discordjs/formatters@^0.3.2":
|
"@discordjs/formatters@^0.3.3":
|
||||||
version "0.3.2"
|
version "0.3.3"
|
||||||
resolved "https://registry.yarnpkg.com/@discordjs/formatters/-/formatters-0.3.2.tgz#3ae054f7b3097cc0dc7645fade37a3f20fa1fb4b"
|
resolved "https://registry.yarnpkg.com/@discordjs/formatters/-/formatters-0.3.3.tgz#b16fdd79bb819680ab7e519193004e9dc124a749"
|
||||||
integrity sha512-lE++JZK8LSSDRM5nLjhuvWhGuKiXqu+JZ/DsOR89DVVia3z9fdCJVcHF2W/1Zxgq0re7kCzmAJlCMMX3tetKpA==
|
integrity sha512-wTcI1Q5cps1eSGhl6+6AzzZkBBlVrBdc9IUhJbijRgVjCNIIIZPgqnUj3ntFODsHrdbGU8BEG9XmDQmgEEYn3w==
|
||||||
dependencies:
|
dependencies:
|
||||||
discord-api-types "0.37.50"
|
discord-api-types "0.37.61"
|
||||||
|
|
||||||
"@discordjs/rest@^2.0.0", "@discordjs/rest@^2.0.1":
|
"@discordjs/rest@^2.0.0", "@discordjs/rest@^2.1.0":
|
||||||
version "2.2.0"
|
version "2.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/@discordjs/rest/-/rest-2.2.0.tgz#f4ec00d3faff965c00a879b7e87bb4b6f4446966"
|
resolved "https://registry.yarnpkg.com/@discordjs/rest/-/rest-2.2.0.tgz#f4ec00d3faff965c00a879b7e87bb4b6f4446966"
|
||||||
integrity sha512-nXm9wT8oqrYFRMEqTXQx9DUTeEtXUDMmnUKIhZn6O2EeDY9VCdwj23XCPq7fkqMPKdF7ldAfeVKyxxFdbZl59A==
|
integrity sha512-nXm9wT8oqrYFRMEqTXQx9DUTeEtXUDMmnUKIhZn6O2EeDY9VCdwj23XCPq7fkqMPKdF7ldAfeVKyxxFdbZl59A==
|
||||||
|
@ -380,30 +380,25 @@
|
||||||
tslib "^2.6.2"
|
tslib "^2.6.2"
|
||||||
undici "5.27.2"
|
undici "5.27.2"
|
||||||
|
|
||||||
"@discordjs/util@^1.0.1":
|
|
||||||
version "1.0.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/@discordjs/util/-/util-1.0.1.tgz#7d6f97b65425d3a8b46ea1180150dee6991a88cf"
|
|
||||||
integrity sha512-d0N2yCxB8r4bn00/hvFZwM7goDcUhtViC5un4hPj73Ba4yrChLSJD8fy7Ps5jpTLg1fE9n4K0xBLc1y9WGwSsA==
|
|
||||||
|
|
||||||
"@discordjs/util@^1.0.2":
|
"@discordjs/util@^1.0.2":
|
||||||
version "1.0.2"
|
version "1.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/@discordjs/util/-/util-1.0.2.tgz#dc1896d764452b1bd9707eb9aa99ccfbb30bd1c0"
|
resolved "https://registry.yarnpkg.com/@discordjs/util/-/util-1.0.2.tgz#dc1896d764452b1bd9707eb9aa99ccfbb30bd1c0"
|
||||||
integrity sha512-IRNbimrmfb75GMNEjyznqM1tkI7HrZOf14njX7tCAAUetyZM1Pr8hX/EK2lxBCOgWDRmigbp24fD1hdMfQK5lw==
|
integrity sha512-IRNbimrmfb75GMNEjyznqM1tkI7HrZOf14njX7tCAAUetyZM1Pr8hX/EK2lxBCOgWDRmigbp24fD1hdMfQK5lw==
|
||||||
|
|
||||||
"@discordjs/ws@^1.0.1":
|
"@discordjs/ws@^1.0.2":
|
||||||
version "1.0.1"
|
version "1.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/@discordjs/ws/-/ws-1.0.1.tgz#fab8aa4c1667040a95b5268a2875add27353d323"
|
resolved "https://registry.yarnpkg.com/@discordjs/ws/-/ws-1.0.2.tgz#3933b12d4686aabf6a95dfe5fb6e744342a661d1"
|
||||||
integrity sha512-avvAolBqN3yrSvdBPcJ/0j2g42ABzrv3PEL76e3YTp2WYMGH7cuspkjfSyNWaqYl1J+669dlLp+YFMxSVQyS5g==
|
integrity sha512-+XI82Rm2hKnFwAySXEep4A7Kfoowt6weO6381jgW+wVdTpMS/56qCvoXyFRY0slcv7c/U8My2PwIB2/wEaAh7Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@discordjs/collection" "^1.5.3"
|
"@discordjs/collection" "^2.0.0"
|
||||||
"@discordjs/rest" "^2.0.1"
|
"@discordjs/rest" "^2.1.0"
|
||||||
"@discordjs/util" "^1.0.1"
|
"@discordjs/util" "^1.0.2"
|
||||||
"@sapphire/async-queue" "^1.5.0"
|
"@sapphire/async-queue" "^1.5.0"
|
||||||
"@types/ws" "^8.5.5"
|
"@types/ws" "^8.5.9"
|
||||||
"@vladfrangu/async_event_emitter" "^2.2.2"
|
"@vladfrangu/async_event_emitter" "^2.2.2"
|
||||||
discord-api-types "0.37.50"
|
discord-api-types "0.37.61"
|
||||||
tslib "^2.6.1"
|
tslib "^2.6.2"
|
||||||
ws "^8.13.0"
|
ws "^8.14.2"
|
||||||
|
|
||||||
"@fastify/busboy@^2.0.0":
|
"@fastify/busboy@^2.0.0":
|
||||||
version "2.1.0"
|
version "2.1.0"
|
||||||
|
@ -745,15 +740,15 @@
|
||||||
resolved "https://registry.yarnpkg.com/@sapphire/async-queue/-/async-queue-1.5.0.tgz#2f255a3f186635c4fb5a2381e375d3dfbc5312d8"
|
resolved "https://registry.yarnpkg.com/@sapphire/async-queue/-/async-queue-1.5.0.tgz#2f255a3f186635c4fb5a2381e375d3dfbc5312d8"
|
||||||
integrity sha512-JkLdIsP8fPAdh9ZZjrbHWR/+mZj0wvKS5ICibcLrRI1j84UmLMshx5n9QmL8b95d4onJ2xxiyugTgSAX7AalmA==
|
integrity sha512-JkLdIsP8fPAdh9ZZjrbHWR/+mZj0wvKS5ICibcLrRI1j84UmLMshx5n9QmL8b95d4onJ2xxiyugTgSAX7AalmA==
|
||||||
|
|
||||||
"@sapphire/shapeshift@^3.9.2":
|
"@sapphire/shapeshift@^3.9.3":
|
||||||
version "3.9.2"
|
version "3.9.3"
|
||||||
resolved "https://registry.yarnpkg.com/@sapphire/shapeshift/-/shapeshift-3.9.2.tgz#a9c12cd51e1bc467619bb56df804450dd14871ac"
|
resolved "https://registry.yarnpkg.com/@sapphire/shapeshift/-/shapeshift-3.9.3.tgz#89d26713044bc21cc5e0845e61a8a328ca3c1a84"
|
||||||
integrity sha512-YRbCXWy969oGIdqR/wha62eX8GNHsvyYi0Rfd4rNW6tSVVa8p0ELiMEuOH/k8rgtvRoM+EMV7Csqz77YdwiDpA==
|
integrity sha512-WzKJSwDYloSkHoBbE8rkRW8UNKJiSRJ/P8NqJ5iVq7U2Yr/kriIBx2hW+wj2Z5e5EnXL1hgYomgaFsdK6b+zqQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
fast-deep-equal "^3.1.3"
|
fast-deep-equal "^3.1.3"
|
||||||
lodash "^4.17.21"
|
lodash "^4.17.21"
|
||||||
|
|
||||||
"@sapphire/snowflake@^3.5.1":
|
"@sapphire/snowflake@3.5.1", "@sapphire/snowflake@^3.5.1":
|
||||||
version "3.5.1"
|
version "3.5.1"
|
||||||
resolved "https://registry.yarnpkg.com/@sapphire/snowflake/-/snowflake-3.5.1.tgz#254521c188b49e8b2d4cc048b475fb2b38737fec"
|
resolved "https://registry.yarnpkg.com/@sapphire/snowflake/-/snowflake-3.5.1.tgz#254521c188b49e8b2d4cc048b475fb2b38737fec"
|
||||||
integrity sha512-BxcYGzgEsdlG0dKAyOm0ehLGm2CafIrfQTZGWgkfKYbj+pNNsorZ7EotuZukc2MT70E0UbppVbtpBrqpzVzjNA==
|
integrity sha512-BxcYGzgEsdlG0dKAyOm0ehLGm2CafIrfQTZGWgkfKYbj+pNNsorZ7EotuZukc2MT70E0UbppVbtpBrqpzVzjNA==
|
||||||
|
@ -956,9 +951,9 @@
|
||||||
integrity sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==
|
integrity sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==
|
||||||
|
|
||||||
"@types/node@*":
|
"@types/node@*":
|
||||||
version "20.10.0"
|
version "20.10.3"
|
||||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.0.tgz#16ddf9c0a72b832ec4fcce35b8249cf149214617"
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.3.tgz#4900adcc7fc189d5af5bb41da8f543cea6962030"
|
||||||
integrity sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==
|
integrity sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types "~5.26.4"
|
undici-types "~5.26.4"
|
||||||
|
|
||||||
|
@ -1018,7 +1013,14 @@
|
||||||
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.7.tgz#b14cebc75455eeeb160d5fe23c2fcc0c64f724d8"
|
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.7.tgz#b14cebc75455eeeb160d5fe23c2fcc0c64f724d8"
|
||||||
integrity sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==
|
integrity sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==
|
||||||
|
|
||||||
"@types/ws@^8.5.5":
|
"@types/ws@8.5.9":
|
||||||
|
version "8.5.9"
|
||||||
|
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.9.tgz#384c489f99c83225a53f01ebc3eddf3b8e202a8c"
|
||||||
|
integrity sha512-jbdrY0a8lxfdTp/+r7Z4CkycbOFN8WX+IOchLJr3juT/xzbJ8URyTVSJ/hvNdadTgM1mnedb47n+Y31GsFnQlg==
|
||||||
|
dependencies:
|
||||||
|
"@types/node" "*"
|
||||||
|
|
||||||
|
"@types/ws@^8.5.9":
|
||||||
version "8.5.10"
|
version "8.5.10"
|
||||||
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
|
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
|
||||||
integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==
|
integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==
|
||||||
|
@ -1038,9 +1040,9 @@
|
||||||
"@types/yargs-parser" "*"
|
"@types/yargs-parser" "*"
|
||||||
|
|
||||||
"@vladfrangu/async_event_emitter@^2.2.2":
|
"@vladfrangu/async_event_emitter@^2.2.2":
|
||||||
version "2.2.2"
|
version "2.2.4"
|
||||||
resolved "https://registry.yarnpkg.com/@vladfrangu/async_event_emitter/-/async_event_emitter-2.2.2.tgz#84c5a3f8d648842cec5cc649b88df599af32ed88"
|
resolved "https://registry.yarnpkg.com/@vladfrangu/async_event_emitter/-/async_event_emitter-2.2.4.tgz#d3537432c6db6444680a596271dff8ea407343b3"
|
||||||
integrity sha512-HIzRG7sy88UZjBJamssEczH5q7t5+axva19UbZLO6u0ySbYPrwzWiXBcC0WuHyhKKoeCyneH+FvYzKQq/zTtkQ==
|
integrity sha512-ButUPz9E9cXMLgvAW8aLAKKJJsPu1dY1/l/E8xzLFuysowXygs6GBcyunK9rnGC4zTsnIc2mQo71rGw9U+Ykug==
|
||||||
|
|
||||||
abbrev@1:
|
abbrev@1:
|
||||||
version "1.1.1"
|
version "1.1.1"
|
||||||
|
@ -2015,35 +2017,30 @@ dir-glob@^3.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
path-type "^4.0.0"
|
path-type "^4.0.0"
|
||||||
|
|
||||||
discord-api-types@0.37.50:
|
|
||||||
version "0.37.50"
|
|
||||||
resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.50.tgz#6059eb8c0b784ad8194655a8b8b7f540fcfac428"
|
|
||||||
integrity sha512-X4CDiMnDbA3s3RaUXWXmgAIbY1uxab3fqe3qwzg5XutR3wjqi7M3IkgQbsIBzpqBN2YWr/Qdv7JrFRqSgb4TFg==
|
|
||||||
|
|
||||||
discord-api-types@0.37.61:
|
discord-api-types@0.37.61:
|
||||||
version "0.37.61"
|
version "0.37.61"
|
||||||
resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.61.tgz#9dd8e58c624237e6f1b23be2d29579af268b8c5b"
|
resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.61.tgz#9dd8e58c624237e6f1b23be2d29579af268b8c5b"
|
||||||
integrity sha512-o/dXNFfhBpYHpQFdT6FWzeO7pKc838QeeZ9d91CfVAtpr5XLK4B/zYxQbYgPdoMiTDvJfzcsLW5naXgmHGDNXw==
|
integrity sha512-o/dXNFfhBpYHpQFdT6FWzeO7pKc838QeeZ9d91CfVAtpr5XLK4B/zYxQbYgPdoMiTDvJfzcsLW5naXgmHGDNXw==
|
||||||
|
|
||||||
discord.js@^14.3.0:
|
discord.js@^14.3.0:
|
||||||
version "14.13.0"
|
version "14.14.1"
|
||||||
resolved "https://registry.yarnpkg.com/discord.js/-/discord.js-14.13.0.tgz#e7a00bdba70adb9e266a06884ca1acaf9a0b5c20"
|
resolved "https://registry.yarnpkg.com/discord.js/-/discord.js-14.14.1.tgz#9a2bea23bba13819705ab87612837610abce9ee3"
|
||||||
integrity sha512-Kufdvg7fpyTEwANGy9x7i4od4yu5c6gVddGi5CKm4Y5a6sF0VBODObI3o0Bh7TGCj0LfNT8Qp8z04wnLFzgnbA==
|
integrity sha512-/hUVzkIerxKHyRKopJy5xejp4MYKDPTszAnpYxzVVv4qJYf+Tkt+jnT2N29PIPschicaEEpXwF2ARrTYHYwQ5w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@discordjs/builders" "^1.6.5"
|
"@discordjs/builders" "^1.7.0"
|
||||||
"@discordjs/collection" "^1.5.3"
|
"@discordjs/collection" "1.5.3"
|
||||||
"@discordjs/formatters" "^0.3.2"
|
"@discordjs/formatters" "^0.3.3"
|
||||||
"@discordjs/rest" "^2.0.1"
|
"@discordjs/rest" "^2.1.0"
|
||||||
"@discordjs/util" "^1.0.1"
|
"@discordjs/util" "^1.0.2"
|
||||||
"@discordjs/ws" "^1.0.1"
|
"@discordjs/ws" "^1.0.2"
|
||||||
"@sapphire/snowflake" "^3.5.1"
|
"@sapphire/snowflake" "3.5.1"
|
||||||
"@types/ws" "^8.5.5"
|
"@types/ws" "8.5.9"
|
||||||
discord-api-types "0.37.50"
|
discord-api-types "0.37.61"
|
||||||
fast-deep-equal "^3.1.3"
|
fast-deep-equal "3.1.3"
|
||||||
lodash.snakecase "^4.1.1"
|
lodash.snakecase "4.1.1"
|
||||||
tslib "^2.6.1"
|
tslib "2.6.2"
|
||||||
undici "5.22.1"
|
undici "5.27.2"
|
||||||
ws "^8.13.0"
|
ws "8.14.2"
|
||||||
|
|
||||||
dot-prop@^6.0.1:
|
dot-prop@^6.0.1:
|
||||||
version "6.0.1"
|
version "6.0.1"
|
||||||
|
@ -2272,7 +2269,7 @@ external-editor@^3.0.3, external-editor@^3.1.0:
|
||||||
iconv-lite "^0.4.24"
|
iconv-lite "^0.4.24"
|
||||||
tmp "^0.0.33"
|
tmp "^0.0.33"
|
||||||
|
|
||||||
fast-deep-equal@^3.1.3:
|
fast-deep-equal@3.1.3, fast-deep-equal@^3.1.3:
|
||||||
version "3.1.3"
|
version "3.1.3"
|
||||||
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
||||||
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
||||||
|
@ -3693,7 +3690,7 @@ lodash.memoize@4.x:
|
||||||
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
|
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
|
||||||
integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==
|
integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==
|
||||||
|
|
||||||
lodash.snakecase@^4.1.1:
|
lodash.snakecase@4.1.1:
|
||||||
version "4.1.1"
|
version "4.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"
|
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"
|
||||||
integrity sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==
|
integrity sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==
|
||||||
|
@ -3770,9 +3767,9 @@ lru-cache@^7.5.1:
|
||||||
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
|
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
|
||||||
|
|
||||||
magic-bytes.js@^1.5.0:
|
magic-bytes.js@^1.5.0:
|
||||||
version "1.5.0"
|
version "1.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/magic-bytes.js/-/magic-bytes.js-1.5.0.tgz#f5531ca53e1c8dab5692b8dcfb360f7ca6c6b6bc"
|
resolved "https://registry.yarnpkg.com/magic-bytes.js/-/magic-bytes.js-1.6.0.tgz#ee4354ac41a9b86f410e2690bc25dc4c264fb55d"
|
||||||
integrity sha512-wJkXvutRbNWcc37tt5j1HyOK1nosspdh3dj6LUYYAvF6JYNqs53IfRvK9oEpcwiDA1NdoIi64yAMfdivPeVAyw==
|
integrity sha512-eOGBE+NSCwU9dKKox93BPHjX4KSxIuiRY1/H1lkfxIagT0Llhs6bkRk8iqoP/0aeDl7FEZPa+ln5lay5mcNY4w==
|
||||||
|
|
||||||
make-dir@^3.1.0:
|
make-dir@^3.1.0:
|
||||||
version "3.1.0"
|
version "3.1.0"
|
||||||
|
@ -5408,16 +5405,16 @@ ts-mixer@^6.0.3:
|
||||||
resolved "https://registry.yarnpkg.com/ts-mixer/-/ts-mixer-6.0.3.tgz#69bd50f406ff39daa369885b16c77a6194c7cae6"
|
resolved "https://registry.yarnpkg.com/ts-mixer/-/ts-mixer-6.0.3.tgz#69bd50f406ff39daa369885b16c77a6194c7cae6"
|
||||||
integrity sha512-k43M7uCG1AkTyxgnmI5MPwKoUvS/bRvLvUb7+Pgpdlmok8AoqmUaZxUUw8zKM5B1lqZrt41GjYgnvAi0fppqgQ==
|
integrity sha512-k43M7uCG1AkTyxgnmI5MPwKoUvS/bRvLvUb7+Pgpdlmok8AoqmUaZxUUw8zKM5B1lqZrt41GjYgnvAi0fppqgQ==
|
||||||
|
|
||||||
|
tslib@2.6.2, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.2:
|
||||||
|
version "2.6.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
||||||
|
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
||||||
|
|
||||||
tslib@^1.9.0:
|
tslib@^1.9.0:
|
||||||
version "1.14.1"
|
version "1.14.1"
|
||||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
||||||
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
||||||
|
|
||||||
tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.1, tslib@^2.6.2:
|
|
||||||
version "2.6.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
|
||||||
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
|
||||||
|
|
||||||
type-detect@4.0.8:
|
type-detect@4.0.8:
|
||||||
version "4.0.8"
|
version "4.0.8"
|
||||||
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
|
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
|
||||||
|
@ -5509,7 +5506,7 @@ undici-types@~5.26.4:
|
||||||
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
|
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
|
||||||
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
|
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
|
||||||
|
|
||||||
undici@5.22.1, undici@5.27.2, undici@^5.26.2:
|
undici@5.27.2, undici@^5.26.2:
|
||||||
version "5.27.2"
|
version "5.27.2"
|
||||||
resolved "https://registry.yarnpkg.com/undici/-/undici-5.27.2.tgz#a270c563aea5b46cc0df2550523638c95c5d4411"
|
resolved "https://registry.yarnpkg.com/undici/-/undici-5.27.2.tgz#a270c563aea5b46cc0df2550523638c95c5d4411"
|
||||||
integrity sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ==
|
integrity sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ==
|
||||||
|
@ -5730,10 +5727,10 @@ write-file-atomic@^4.0.2:
|
||||||
imurmurhash "^0.1.4"
|
imurmurhash "^0.1.4"
|
||||||
signal-exit "^3.0.7"
|
signal-exit "^3.0.7"
|
||||||
|
|
||||||
ws@^8.13.0:
|
ws@8.14.2, ws@^8.14.2:
|
||||||
version "8.13.0"
|
version "8.14.2"
|
||||||
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
|
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f"
|
||||||
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
|
integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==
|
||||||
|
|
||||||
xdg-basedir@^5.0.1, xdg-basedir@^5.1.0:
|
xdg-basedir@^5.0.1, xdg-basedir@^5.1.0:
|
||||||
version "5.1.0"
|
version "5.1.0"
|
||||||
|
|
Loading…
Reference in a new issue