diff --git a/package.json b/package.json index 97862d2f..51126603 100644 --- a/package.json +++ b/package.json @@ -31,14 +31,14 @@ "@sapphire/utilities": "^3.15.3", "@types/node": "^20.11.5", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^7.8.0", - "@typescript-eslint/parser": "^7.8.0", + "@typescript-eslint/eslint-plugin": "^7.9.0", + "@typescript-eslint/parser": "^7.9.0", "@vitest/coverage-v8": "^1.6.0", "concurrently": "^8.2.2", "cz-conventional-changelog": "^3.3.0", - "discord-api-types": "^0.37.83", + "discord-api-types": "^0.37.84", "discord.js": "^14.15.2", - "esbuild-plugin-file-path-extensions": "^2.0.0", + "esbuild-plugin-file-path-extensions": "^2.1.0", "esbuild-plugin-version-injector": "^1.2.1", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", @@ -47,7 +47,7 @@ "prettier": "^3.2.5", "rimraf": "^5.0.7", "tsup": "^8.0.2", - "tsx": "^4.10.0", + "tsx": "^4.10.5", "turbo": "^1.13.3", "typescript": "^5.4.5", "vite": "^5.2.11", diff --git a/packages/api/package.json b/packages/api/package.json index 64002477..570a35a1 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -51,8 +51,8 @@ }, "dependencies": { "@types/ws": "^8.5.10", - "tldts": "^6.1.19", - "undici": "^6.16.1" + "tldts": "^6.1.20", + "undici": "^6.17.0" }, "repository": { "type": "git", @@ -87,7 +87,7 @@ "@favware/rollup-type-bundler": "^3.3.0", "concurrently": "^8.2.2", "tsup": "^8.0.2", - "tsx": "^4.10.0", + "tsx": "^4.10.5", "typedoc": "^0.25.13", "typedoc-json-parser": "^10.0.0", "typescript": "^5.4.5" diff --git a/packages/editable-commands/package.json b/packages/editable-commands/package.json index 678fe08e..6aac7ff4 100644 --- a/packages/editable-commands/package.json +++ b/packages/editable-commands/package.json @@ -49,7 +49,7 @@ "check-update": "cliff-jumper --dry-run" }, "dependencies": { - "@skyra/editable-commands": "^3.0.1" + "@skyra/editable-commands": "^3.0.2" }, "repository": { "type": "git", @@ -84,7 +84,7 @@ "@favware/rollup-type-bundler": "^3.3.0", "concurrently": "^8.2.2", "tsup": "^8.0.2", - "tsx": "^4.10.0", + "tsx": "^4.10.5", "typedoc": "^0.25.13", "typedoc-json-parser": "^10.0.0", "typescript": "^5.4.5" diff --git a/packages/hmr/package.json b/packages/hmr/package.json index 33dc73d3..9608e8e0 100644 --- a/packages/hmr/package.json +++ b/packages/hmr/package.json @@ -84,7 +84,7 @@ "@favware/rollup-type-bundler": "^3.3.0", "concurrently": "^8.2.2", "tsup": "^8.0.2", - "tsx": "^4.10.0", + "tsx": "^4.10.5", "typedoc": "^0.25.13", "typedoc-json-parser": "^10.0.0", "typescript": "^5.4.5" diff --git a/packages/i18next/package.json b/packages/i18next/package.json index 14774d62..4e9c2ca8 100644 --- a/packages/i18next/package.json +++ b/packages/i18next/package.json @@ -90,7 +90,7 @@ "@favware/rollup-type-bundler": "^3.3.0", "concurrently": "^8.2.2", "tsup": "^8.0.2", - "tsx": "^4.10.0", + "tsx": "^4.10.5", "typedoc": "^0.25.13", "typedoc-json-parser": "^10.0.0", "typescript": "^5.4.5" diff --git a/packages/logger/package.json b/packages/logger/package.json index 838d6dc7..3fe63a65 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -86,7 +86,7 @@ "@favware/rollup-type-bundler": "^3.3.0", "concurrently": "^8.2.2", "tsup": "^8.0.2", - "tsx": "^4.10.0", + "tsx": "^4.10.5", "typedoc": "^0.25.13", "typedoc-json-parser": "^10.0.0", "typescript": "^5.4.5" diff --git a/packages/pattern-commands/package.json b/packages/pattern-commands/package.json index e9fa53f6..e8868a18 100644 --- a/packages/pattern-commands/package.json +++ b/packages/pattern-commands/package.json @@ -82,7 +82,7 @@ "@favware/rollup-type-bundler": "^3.3.0", "concurrently": "^8.2.2", "tsup": "^8.0.2", - "tsx": "^4.10.0", + "tsx": "^4.10.5", "typedoc": "^0.25.13", "typedoc-json-parser": "^10.0.0", "typescript": "^5.4.5" diff --git a/packages/scheduled-tasks/package.json b/packages/scheduled-tasks/package.json index a38f6790..dec025e6 100644 --- a/packages/scheduled-tasks/package.json +++ b/packages/scheduled-tasks/package.json @@ -51,14 +51,14 @@ "dependencies": { "@sapphire/stopwatch": "^1.5.2", "@sapphire/utilities": "^3.15.3", - "bullmq": "5.7.8" + "bullmq": "5.7.9" }, "devDependencies": { "@favware/cliff-jumper": "^3.0.3", "@favware/rollup-type-bundler": "^3.3.0", "concurrently": "^8.2.2", "tsup": "^8.0.2", - "tsx": "^4.10.0", + "tsx": "^4.10.5", "typedoc": "^0.25.13", "typedoc-json-parser": "^10.0.0", "typescript": "^5.4.5" diff --git a/packages/subcommands/package.json b/packages/subcommands/package.json index 10a7d0dd..6dea3136 100644 --- a/packages/subcommands/package.json +++ b/packages/subcommands/package.json @@ -85,7 +85,7 @@ "@favware/rollup-type-bundler": "^3.3.0", "concurrently": "^8.2.2", "tsup": "^8.0.2", - "tsx": "^4.10.0", + "tsx": "^4.10.5", "typedoc": "^0.25.13", "typedoc-json-parser": "^10.0.0", "typescript": "^5.4.5" diff --git a/packages/utilities-store/package.json b/packages/utilities-store/package.json index 5e308b15..1e686e66 100644 --- a/packages/utilities-store/package.json +++ b/packages/utilities-store/package.json @@ -81,7 +81,7 @@ "@favware/rollup-type-bundler": "^3.3.0", "concurrently": "^8.2.2", "tsup": "^8.0.2", - "tsx": "^4.10.0", + "tsx": "^4.10.5", "typedoc": "^0.25.13", "typedoc-json-parser": "^10.0.0", "typescript": "^5.4.5" diff --git a/yarn.lock b/yarn.lock index e0d7a9d0..f382abc2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1235,13 +1235,13 @@ __metadata: "@favware/rollup-type-bundler": "npm:^3.3.0" "@types/ws": "npm:^8.5.10" concurrently: "npm:^8.2.2" - tldts: "npm:^6.1.19" + tldts: "npm:^6.1.20" tsup: "npm:^8.0.2" - tsx: "npm:^4.10.0" + tsx: "npm:^4.10.5" typedoc: "npm:^0.25.13" typedoc-json-parser: "npm:^10.0.0" typescript: "npm:^5.4.5" - undici: "npm:^6.16.1" + undici: "npm:^6.17.0" languageName: unknown linkType: soft @@ -1251,10 +1251,10 @@ __metadata: dependencies: "@favware/cliff-jumper": "npm:^3.0.3" "@favware/rollup-type-bundler": "npm:^3.3.0" - "@skyra/editable-commands": "npm:^3.0.1" + "@skyra/editable-commands": "npm:^3.0.2" concurrently: "npm:^8.2.2" tsup: "npm:^8.0.2" - tsx: "npm:^4.10.0" + tsx: "npm:^4.10.5" typedoc: "npm:^0.25.13" typedoc-json-parser: "npm:^10.0.0" typescript: "npm:^5.4.5" @@ -1270,7 +1270,7 @@ __metadata: chokidar: "npm:^3.6.0" concurrently: "npm:^8.2.2" tsup: "npm:^8.0.2" - tsx: "npm:^4.10.0" + tsx: "npm:^4.10.5" typedoc: "npm:^0.25.13" typedoc-json-parser: "npm:^10.0.0" typescript: "npm:^5.4.5" @@ -1289,7 +1289,7 @@ __metadata: concurrently: "npm:^8.2.2" i18next: "npm:^23.11.4" tsup: "npm:^8.0.2" - tsx: "npm:^4.10.0" + tsx: "npm:^4.10.5" typedoc: "npm:^0.25.13" typedoc-json-parser: "npm:^10.0.0" typescript: "npm:^5.4.5" @@ -1306,7 +1306,7 @@ __metadata: colorette: "npm:^2.0.20" concurrently: "npm:^8.2.2" tsup: "npm:^8.0.2" - tsx: "npm:^4.10.0" + tsx: "npm:^4.10.5" typedoc: "npm:^0.25.13" typedoc-json-parser: "npm:^10.0.0" typescript: "npm:^5.4.5" @@ -1321,7 +1321,7 @@ __metadata: "@favware/rollup-type-bundler": "npm:^3.3.0" concurrently: "npm:^8.2.2" tsup: "npm:^8.0.2" - tsx: "npm:^4.10.0" + tsx: "npm:^4.10.5" typedoc: "npm:^0.25.13" typedoc-json-parser: "npm:^10.0.0" typescript: "npm:^5.4.5" @@ -1336,10 +1336,10 @@ __metadata: "@favware/rollup-type-bundler": "npm:^3.3.0" "@sapphire/stopwatch": "npm:^1.5.2" "@sapphire/utilities": "npm:^3.15.3" - bullmq: "npm:5.7.8" + bullmq: "npm:5.7.9" concurrently: "npm:^8.2.2" tsup: "npm:^8.0.2" - tsx: "npm:^4.10.0" + tsx: "npm:^4.10.5" typedoc: "npm:^0.25.13" typedoc-json-parser: "npm:^10.0.0" typescript: "npm:^5.4.5" @@ -1355,7 +1355,7 @@ __metadata: "@sapphire/utilities": "npm:^3.15.3" concurrently: "npm:^8.2.2" tsup: "npm:^8.0.2" - tsx: "npm:^4.10.0" + tsx: "npm:^4.10.5" typedoc: "npm:^0.25.13" typedoc-json-parser: "npm:^10.0.0" typescript: "npm:^5.4.5" @@ -1370,7 +1370,7 @@ __metadata: "@favware/rollup-type-bundler": "npm:^3.3.0" concurrently: "npm:^8.2.2" tsup: "npm:^8.0.2" - tsx: "npm:^4.10.0" + tsx: "npm:^4.10.5" typedoc: "npm:^0.25.13" typedoc-json-parser: "npm:^10.0.0" typescript: "npm:^5.4.5" @@ -1457,10 +1457,10 @@ __metadata: languageName: node linkType: hard -"@skyra/editable-commands@npm:^3.0.1": - version: 3.0.1 - resolution: "@skyra/editable-commands@npm:3.0.1" - checksum: 10/1ce649569e95b51dfa228e76e9f9c93afcfb990237a9337878a2d6158b5638abc192a3435c8c2a1d5af5fd74ca2465aa44f30b65aac45ef11730e9738af5758d +"@skyra/editable-commands@npm:^3.0.2": + version: 3.0.2 + resolution: "@skyra/editable-commands@npm:3.0.2" + checksum: 10/e47d355e9dc3114bb0a1ece0034f24047659d871b1ca088d3a0277185080bb43a7ba3d3bdb2ba44b44ab4875949697202d736e9b97479653598f5b8fefe11cae languageName: node linkType: hard @@ -1496,13 +1496,6 @@ __metadata: languageName: node linkType: hard -"@types/json-schema@npm:^7.0.15": - version: 7.0.15 - resolution: "@types/json-schema@npm:7.0.15" - checksum: 10/1a3c3e06236e4c4aab89499c428d585527ce50c24fe8259e8b3926d3df4cfbbbcf306cfc73ddfb66cbafc973116efd15967020b0f738f63e09e64c7d260519e7 - languageName: node - linkType: hard - "@types/node@npm:*, @types/node@npm:^20.11.5": version: 20.11.5 resolution: "@types/node@npm:20.11.5" @@ -1512,13 +1505,6 @@ __metadata: languageName: node linkType: hard -"@types/semver@npm:^7.5.8": - version: 7.5.8 - resolution: "@types/semver@npm:7.5.8" - checksum: 10/3496808818ddb36deabfe4974fd343a78101fa242c4690044ccdc3b95dcf8785b494f5d628f2f47f38a702f8db9c53c67f47d7818f2be1b79f2efb09692e1178 - languageName: node - linkType: hard - "@types/ws@npm:^8.5.10": version: 8.5.10 resolution: "@types/ws@npm:8.5.10" @@ -1528,20 +1514,18 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:^7.1.1, @typescript-eslint/eslint-plugin@npm:^7.8.0": - version: 7.8.0 - resolution: "@typescript-eslint/eslint-plugin@npm:7.8.0" +"@typescript-eslint/eslint-plugin@npm:^7.1.1, @typescript-eslint/eslint-plugin@npm:^7.9.0": + version: 7.9.0 + resolution: "@typescript-eslint/eslint-plugin@npm:7.9.0" dependencies: "@eslint-community/regexpp": "npm:^4.10.0" - "@typescript-eslint/scope-manager": "npm:7.8.0" - "@typescript-eslint/type-utils": "npm:7.8.0" - "@typescript-eslint/utils": "npm:7.8.0" - "@typescript-eslint/visitor-keys": "npm:7.8.0" - debug: "npm:^4.3.4" + "@typescript-eslint/scope-manager": "npm:7.9.0" + "@typescript-eslint/type-utils": "npm:7.9.0" + "@typescript-eslint/utils": "npm:7.9.0" + "@typescript-eslint/visitor-keys": "npm:7.9.0" graphemer: "npm:^1.4.0" ignore: "npm:^5.3.1" natural-compare: "npm:^1.4.0" - semver: "npm:^7.6.0" ts-api-utils: "npm:^1.3.0" peerDependencies: "@typescript-eslint/parser": ^7.0.0 @@ -1549,44 +1533,44 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10/0dc5f0933e1f1196bfc3d2545758d53981c9cd1b501f9795ebc82e471d88b008da3fa33712b60398c5ada7e0853805b3bcffe2ef8b94a25d0502b187663a0b6c + checksum: 10/91ab53a68695d326bc1b9cb9b0f1ad8e1941597051522cd7b4461b47cd2ef11b8fb16f5c10c590673e2ac80b3094bec5022a41eaf0b443fc129421b857eefab6 languageName: node linkType: hard -"@typescript-eslint/parser@npm:^7.1.1, @typescript-eslint/parser@npm:^7.8.0": - version: 7.8.0 - resolution: "@typescript-eslint/parser@npm:7.8.0" +"@typescript-eslint/parser@npm:^7.1.1, @typescript-eslint/parser@npm:^7.9.0": + version: 7.9.0 + resolution: "@typescript-eslint/parser@npm:7.9.0" dependencies: - "@typescript-eslint/scope-manager": "npm:7.8.0" - "@typescript-eslint/types": "npm:7.8.0" - "@typescript-eslint/typescript-estree": "npm:7.8.0" - "@typescript-eslint/visitor-keys": "npm:7.8.0" + "@typescript-eslint/scope-manager": "npm:7.9.0" + "@typescript-eslint/types": "npm:7.9.0" + "@typescript-eslint/typescript-estree": "npm:7.9.0" + "@typescript-eslint/visitor-keys": "npm:7.9.0" debug: "npm:^4.3.4" peerDependencies: eslint: ^8.56.0 peerDependenciesMeta: typescript: optional: true - checksum: 10/57b7918ec80484903e43e6877aabc37e7e1735fefc730c161777333b38d92cffb562fca9c91e622c0e58fe2fb0f7e47e5237bd0666189a70b3abc62e5c13eb7c + checksum: 10/6c10ceae8a9199b07ca91e75e59d5cc789a6931ed2284a698e482f2653f832c6c89201fc4399334189fd76e4d30c0d1885caca96ff3af4bf9f7cf2777d9fb91f languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:7.8.0": - version: 7.8.0 - resolution: "@typescript-eslint/scope-manager@npm:7.8.0" +"@typescript-eslint/scope-manager@npm:7.9.0": + version: 7.9.0 + resolution: "@typescript-eslint/scope-manager@npm:7.9.0" dependencies: - "@typescript-eslint/types": "npm:7.8.0" - "@typescript-eslint/visitor-keys": "npm:7.8.0" - checksum: 10/4ebb16bb2aa9b9c7c38326405b97b037849b45a241ebdd6d2b8dfdbc4dbe73b3f4ea34888b2469244303037505d2f263b8bcf260f59fa7a8527d95e8989d260e + "@typescript-eslint/types": "npm:7.9.0" + "@typescript-eslint/visitor-keys": "npm:7.9.0" + checksum: 10/5344c37f696f1d95039631b79285f4e336099b2a35caf334f90cb2bf8f93a3257a9d5091df3f58d3af9272fe00a18ab3ad4c1cce6a7dd2b8e76b08fa7e606233 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:7.8.0": - version: 7.8.0 - resolution: "@typescript-eslint/type-utils@npm:7.8.0" +"@typescript-eslint/type-utils@npm:7.9.0": + version: 7.9.0 + resolution: "@typescript-eslint/type-utils@npm:7.9.0" dependencies: - "@typescript-eslint/typescript-estree": "npm:7.8.0" - "@typescript-eslint/utils": "npm:7.8.0" + "@typescript-eslint/typescript-estree": "npm:7.9.0" + "@typescript-eslint/utils": "npm:7.9.0" debug: "npm:^4.3.4" ts-api-utils: "npm:^1.3.0" peerDependencies: @@ -1594,23 +1578,23 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10/3c2df3fda8200d04101e438d490ea8025f988774a62af4858bee2764f4bf26f676b2119a83af08a5b0b928634d489d77d783c3deebfe6c48da883f86c7260c41 + checksum: 10/b756a7655fc9f55700759919068721ce025bd062485f88811269993615f64b0bfd146549f6e74c740ce85e81dc9bc7e7f6b7a87dea307a25e2eaa07a07b16d15 languageName: node linkType: hard -"@typescript-eslint/types@npm:7.8.0": - version: 7.8.0 - resolution: "@typescript-eslint/types@npm:7.8.0" - checksum: 10/3c7100ecd251c54126c8e4cf00f353cd421a88bf23ac3dc48ff40b1b530596467b4b4fd7e1c91e61a561fe03a6f53eb11acd043fd9f30388d995f32399f43bee +"@typescript-eslint/types@npm:7.9.0": + version: 7.9.0 + resolution: "@typescript-eslint/types@npm:7.9.0" + checksum: 10/59cbd1b272132a7e1937a2bff20e2db67d566ad96d02f40541533ad1cce22b760cce3034f29a9087af423384212b8da1030660519d861c43de85e0cd56ae5f08 languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:7.8.0": - version: 7.8.0 - resolution: "@typescript-eslint/typescript-estree@npm:7.8.0" +"@typescript-eslint/typescript-estree@npm:7.9.0": + version: 7.9.0 + resolution: "@typescript-eslint/typescript-estree@npm:7.9.0" dependencies: - "@typescript-eslint/types": "npm:7.8.0" - "@typescript-eslint/visitor-keys": "npm:7.8.0" + "@typescript-eslint/types": "npm:7.9.0" + "@typescript-eslint/visitor-keys": "npm:7.9.0" debug: "npm:^4.3.4" globby: "npm:^11.1.0" is-glob: "npm:^4.0.3" @@ -1620,34 +1604,31 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10/099a0cae4f6ddf07ccfa881f4c775013f6b2ba8aa5173df6c0a7051e1aa982b82672a21b2bdedd4c35b4e62f44c7db6bac98ed3122ddb0bbe5f62134d8462842 + checksum: 10/fae2e54124308f6e9f640605119510729a401de3dc5c821cfeffd692dcdd2f5efb5ac9ac6cc18aec4895826b771d0ee2e13e8aa247d58541459677e4cb43cb0d languageName: node linkType: hard -"@typescript-eslint/utils@npm:7.8.0": - version: 7.8.0 - resolution: "@typescript-eslint/utils@npm:7.8.0" +"@typescript-eslint/utils@npm:7.9.0": + version: 7.9.0 + resolution: "@typescript-eslint/utils@npm:7.9.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" - "@types/json-schema": "npm:^7.0.15" - "@types/semver": "npm:^7.5.8" - "@typescript-eslint/scope-manager": "npm:7.8.0" - "@typescript-eslint/types": "npm:7.8.0" - "@typescript-eslint/typescript-estree": "npm:7.8.0" - semver: "npm:^7.6.0" + "@typescript-eslint/scope-manager": "npm:7.9.0" + "@typescript-eslint/types": "npm:7.9.0" + "@typescript-eslint/typescript-estree": "npm:7.9.0" peerDependencies: eslint: ^8.56.0 - checksum: 10/49b7077e22e4456d41cd8fa71126ffd37b0eb325ba49af5495a6fddf3d8529960dd3aaa8d73a7a35f0c42ee4da0849b6cbc00ebefff50f2e3cb8330bbb788d91 + checksum: 10/3895739854c48d4b8a1b33a9ab62ef44c074c007d556655908d1853e982810a04cc90217742caadf52c33be6453933aa5b23786b779ccb2bda557c762526da99 languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:7.8.0": - version: 7.8.0 - resolution: "@typescript-eslint/visitor-keys@npm:7.8.0" +"@typescript-eslint/visitor-keys@npm:7.9.0": + version: 7.9.0 + resolution: "@typescript-eslint/visitor-keys@npm:7.9.0" dependencies: - "@typescript-eslint/types": "npm:7.8.0" + "@typescript-eslint/types": "npm:7.9.0" eslint-visitor-keys: "npm:^3.4.3" - checksum: 10/1616a7d88ed91958f5fe97468b4c3d3b97119cfd8c9965dfc50140bb189d474d01b4a6dd608669db818380c05e15e4020ba55b8662ed3eda80963d74cdc70038 + checksum: 10/63cceb4c6aebc230e588c1a7b93db609cb7f3ecf4244cce49623f793f73a0f5a97d866a50758c9923162352f5dc8aa161a37be7eec5ab8aa54ca3c6642a6bd4f languageName: node linkType: hard @@ -2042,9 +2023,9 @@ __metadata: languageName: node linkType: hard -"bullmq@npm:5.7.8": - version: 5.7.8 - resolution: "bullmq@npm:5.7.8" +"bullmq@npm:5.7.9": + version: 5.7.9 + resolution: "bullmq@npm:5.7.9" dependencies: cron-parser: "npm:^4.6.0" ioredis: "npm:^5.4.1" @@ -2053,7 +2034,7 @@ __metadata: semver: "npm:^7.5.4" tslib: "npm:^2.0.0" uuid: "npm:^9.0.0" - checksum: 10/6852b0c74257e799253b772a9d7fca4455537344d27f2315759f7617225f05805bb6bf029a6f5f02787b759a4dc730b7c06cdc9dab845092320de570a2fc2d9f + checksum: 10/080f816cfc619bd75e33f1a8450e37028f932cb85d1679c095162ed131db6f61499a731b2f72059518fd9f0fecaf9618ed3b3e040a53768b5207fbbe02236852 languageName: node linkType: hard @@ -2661,13 +2642,20 @@ __metadata: languageName: node linkType: hard -"discord-api-types@npm:0.37.83, discord-api-types@npm:^0.37.73, discord-api-types@npm:^0.37.83": +"discord-api-types@npm:0.37.83": version: 0.37.83 resolution: "discord-api-types@npm:0.37.83" checksum: 10/63aee8b4634f98e24921ba7ba82eab30105917d7bf40739b7fbe327a8c93134a78408d842bd7ad7cf3f45948d86db5ec0cb670d66e0fe0f8229cb15bfda5108f languageName: node linkType: hard +"discord-api-types@npm:^0.37.73, discord-api-types@npm:^0.37.84": + version: 0.37.84 + resolution: "discord-api-types@npm:0.37.84" + checksum: 10/62d429a105c6b6e35204b070979f9129d712cf7820d05d96cf8b170586d720a35ae07ec33108f715e51b19871ce6b8922d4a7148bf6f4f5df32cda4365e4e787 + languageName: node + linkType: hard + "discord.js@npm:^14.15.2": version: 14.15.2 resolution: "discord.js@npm:14.15.2" @@ -2766,10 +2754,10 @@ __metadata: languageName: node linkType: hard -"esbuild-plugin-file-path-extensions@npm:^2.0.0": - version: 2.0.0 - resolution: "esbuild-plugin-file-path-extensions@npm:2.0.0" - checksum: 10/1555a90dd8e32c1df9c1f8897a3f40e77c799224785a2f8972c84cc5224ca8263fdef0501fda8f982bf1c9ed2ad31b8217278f5ff09bb3bed81236206605bac5 +"esbuild-plugin-file-path-extensions@npm:^2.1.0": + version: 2.1.0 + resolution: "esbuild-plugin-file-path-extensions@npm:2.1.0" + checksum: 10/c2686b97d51372631d1addce188d4c21a733625996e09f7eea1c60e95a559436973a29cf4eeaaa01588a2e4d0d9fcf84a237202381e0737713de4f95b4bec30b languageName: node linkType: hard @@ -3425,12 +3413,12 @@ __metadata: languageName: node linkType: hard -"get-tsconfig@npm:^4.7.3": - version: 4.7.3 - resolution: "get-tsconfig@npm:4.7.3" +"get-tsconfig@npm:^4.7.5": + version: 4.7.5 + resolution: "get-tsconfig@npm:4.7.5" dependencies: resolve-pkg-maps: "npm:^1.0.0" - checksum: 10/7397bb4f8aef936df4d9016555b662dcf5279f3c46428b7c7c1ff5e94ab2b87d018b3dda0f4bc1a28b154d5affd0eac5d014511172c085fd8a9cdff9ea7fe043 + checksum: 10/de7de5e4978354e8e6d9985baf40ea32f908a13560f793bc989930c229cc8d5c3f7b6b2896d8e43eb1a9b4e9e30018ef4b506752fd2a4b4d0dfee4af6841b119 languageName: node linkType: hard @@ -5592,14 +5580,14 @@ __metadata: "@sapphire/utilities": "npm:^3.15.3" "@types/node": "npm:^20.11.5" "@types/ws": "npm:^8.5.10" - "@typescript-eslint/eslint-plugin": "npm:^7.8.0" - "@typescript-eslint/parser": "npm:^7.8.0" + "@typescript-eslint/eslint-plugin": "npm:^7.9.0" + "@typescript-eslint/parser": "npm:^7.9.0" "@vitest/coverage-v8": "npm:^1.6.0" concurrently: "npm:^8.2.2" cz-conventional-changelog: "npm:^3.3.0" - discord-api-types: "npm:^0.37.83" + discord-api-types: "npm:^0.37.84" discord.js: "npm:^14.15.2" - esbuild-plugin-file-path-extensions: "npm:^2.0.0" + esbuild-plugin-file-path-extensions: "npm:^2.1.0" esbuild-plugin-version-injector: "npm:^1.2.1" eslint: "npm:^8.57.0" eslint-config-prettier: "npm:^9.1.0" @@ -5608,7 +5596,7 @@ __metadata: prettier: "npm:^3.2.5" rimraf: "npm:^5.0.7" tsup: "npm:^8.0.2" - tsx: "npm:^4.10.0" + tsx: "npm:^4.10.5" turbo: "npm:^1.13.3" typescript: "npm:^5.4.5" vite: "npm:^5.2.11" @@ -6092,21 +6080,21 @@ __metadata: languageName: node linkType: hard -"tldts-core@npm:^6.1.19": - version: 6.1.19 - resolution: "tldts-core@npm:6.1.19" - checksum: 10/e794044af8a82f906672d4a40f85c4ed8b823ca5a23b8dc12786515719ed07d9b72d1cb92688beaa1a9f281a2ccac434fec803d51e231da69c078bd445783a57 +"tldts-core@npm:^6.1.20": + version: 6.1.20 + resolution: "tldts-core@npm:6.1.20" + checksum: 10/c57e67cd640817b37e14cdba895e5a26b20d88c85ebbed952a2850f4160cf607e194794b75ef1a29b9dc176f5800230842f183fa468dec3c44342d6da60d6e63 languageName: node linkType: hard -"tldts@npm:^6.1.19": - version: 6.1.19 - resolution: "tldts@npm:6.1.19" +"tldts@npm:^6.1.20": + version: 6.1.20 + resolution: "tldts@npm:6.1.20" dependencies: - tldts-core: "npm:^6.1.19" + tldts-core: "npm:^6.1.20" bin: tldts: bin/cli.js - checksum: 10/2c5f9f5b3e347b3a9e32a30d135c282c06459aa9b72c9ae67b8550b03302337456152b6a8c831c3750dc161966dd0d496521d33b347eed482e1c2a3213e043de + checksum: 10/001dfa7aebb9565f3c2d24d39e66ceaea09eabe42ce598aad58f2116378d3837313a2dff5a52488bdcf6ff2ec4ae57a47d42e095b0929f52f5419aa17a39f8e2 languageName: node linkType: hard @@ -6229,19 +6217,19 @@ __metadata: languageName: node linkType: hard -"tsx@npm:^4.10.0": - version: 4.10.0 - resolution: "tsx@npm:4.10.0" +"tsx@npm:^4.10.5": + version: 4.10.5 + resolution: "tsx@npm:4.10.5" dependencies: esbuild: "npm:~0.20.2" fsevents: "npm:~2.3.3" - get-tsconfig: "npm:^4.7.3" + get-tsconfig: "npm:^4.7.5" dependenciesMeta: fsevents: optional: true bin: tsx: dist/cli.mjs - checksum: 10/7bc12234226acdc57933c1d87cf2cc73b521388a5c6db7cfc0ad48a4b1283106954fff48607d2cb7a3df8758b0b7e2ab370e1e4b64a8ffbf7b7be3bec99282d9 + checksum: 10/a99f758d45daf07a3e59d1cecca7556a75e1593d8feb60d658c18a76f21fc447009f39332f114bb8fcc74491696dd88cc94b6c21bb216451206af6bb65092e7e languageName: node linkType: hard @@ -6444,10 +6432,10 @@ __metadata: languageName: node linkType: hard -"undici@npm:^6.16.1": - version: 6.16.1 - resolution: "undici@npm:6.16.1" - checksum: 10/07dc67ec7a81323952effcbdb4aa674dd4f23aa872a03bdd4773d4e3b0b2aed268d116c8cfb012ecf272d2d1a0399055bf6ed134dd79b6a0920bab83ca483fcb +"undici@npm:^6.17.0": + version: 6.17.0 + resolution: "undici@npm:6.17.0" + checksum: 10/e54ae88f9ce4e923f2d1e209ad42d028e7d2b207ba81e6c1f3af9533b4aa33863120f61bc58fb5f7d4dd6a90c2bc8c96d892dbb8bf5be80e0cd422f31d15a9ef languageName: node linkType: hard