From 17d512df15b9fb4fd52ce1f8297c526a88b62e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 01:45:22 +0000 Subject: [PATCH] chore(deps): bump @twurple/auth, @twurple/api, @twurple/chat and @twurple/pubsub Bumps [@twurple/auth](https://github.com/twurple/twurple/tree/HEAD/packages/auth), [@twurple/api](https://github.com/twurple/twurple/tree/HEAD/packages/api), [@twurple/chat](https://github.com/twurple/twurple/tree/HEAD/packages/chat) and [@twurple/pubsub](https://github.com/twurple/twurple/tree/HEAD/packages/pubsub). These dependencies needed to be updated together. Updates `@twurple/auth` from 5.3.4 to 7.1.0 - [Release notes](https://github.com/twurple/twurple/releases) - [Commits](https://github.com/twurple/twurple/commits/v7.1.0/packages/auth) Updates `@twurple/api` from 5.3.4 to 7.1.0 - [Release notes](https://github.com/twurple/twurple/releases) - [Commits](https://github.com/twurple/twurple/commits/v7.1.0/packages/api) Updates `@twurple/chat` from 5.3.4 to 7.1.0 - [Release notes](https://github.com/twurple/twurple/releases) - [Commits](https://github.com/twurple/twurple/commits/v7.1.0/packages/chat) Updates `@twurple/pubsub` from 5.3.4 to 7.1.0 - [Release notes](https://github.com/twurple/twurple/releases) - [Commits](https://github.com/twurple/twurple/commits/v7.1.0/packages/pubsub) --- updated-dependencies: - dependency-name: "@twurple/auth" dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@twurple/api" dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@twurple/chat" dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@twurple/pubsub" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 304 ++++++------------ services/nodecg-io-twitch-api/package.json | 2 +- services/nodecg-io-twitch-chat/package.json | 2 +- services/nodecg-io-twitch-pubsub/package.json | 4 +- utils/nodecg-io-twitch-auth/package.json | 2 +- 5 files changed, 101 insertions(+), 213 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55c81dced..5790ffe5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -802,23 +802,24 @@ } }, "node_modules/@d-fischer/cache-decorators": { - "version": "3.0.3", - "license": "MIT", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@d-fischer/cache-decorators/-/cache-decorators-4.0.1.tgz", + "integrity": "sha512-HNYLBLWs/t28GFZZeqdIBqq8f37mqDIFO6xNPof94VjpKvuP6ROqCZGafx88dk5zZUlBfViV9jD8iNNlXfc4CA==", "dependencies": { - "@d-fischer/shared-utils": "^3.0.1", - "tslib": "^2.1.0" + "@d-fischer/shared-utils": "^3.6.3", + "tslib": "^2.6.2" } }, "node_modules/@d-fischer/connection": { - "version": "7.0.1", - "license": "MIT", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@d-fischer/connection/-/connection-9.0.0.tgz", + "integrity": "sha512-Mljp/EbaE+eYWfsFXUOk+RfpbHgrWGL/60JkAvjYixw6KREfi5r17XdUiXe54ByAQox6jwgdN2vebdmW1BT+nQ==", "dependencies": { "@d-fischer/isomorphic-ws": "^7.0.0", - "@d-fischer/logger": "^4.2.0", - "@d-fischer/shared-utils": "^3.3.0", + "@d-fischer/logger": "^4.2.1", + "@d-fischer/shared-utils": "^3.5.0", "@d-fischer/typed-event-emitter": "^3.3.0", - "@types/node": "^16.7.10", - "@types/ws": "^8.5.3", + "@types/ws": "^8.5.4", "tslib": "^2.4.1", "ws": "^8.11.0" }, @@ -826,15 +827,12 @@ "url": "https://github.com/sponsors/d-fischer" } }, - "node_modules/@d-fischer/connection/node_modules/@types/node": { - "version": "16.18.38", - "license": "MIT" - }, "node_modules/@d-fischer/cross-fetch": { - "version": "4.2.1", - "license": "MIT", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@d-fischer/cross-fetch/-/cross-fetch-5.0.5.tgz", + "integrity": "sha512-symjDUPInTrkfIsZc2n2mo9hiAJLcTJsZkNICjZajEWnWpJ3s3zn50/FY8xpNUAf5w3eFuQii2wxztTGpvG1Xg==", "dependencies": { - "node-fetch": "^2.6.11" + "node-fetch": "^2.6.12" } }, "node_modules/@d-fischer/deprecate": { @@ -847,14 +845,16 @@ }, "node_modules/@d-fischer/escape-string-regexp": { "version": "5.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@d-fischer/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-7eoxnxcto5eVPW5h1T+ePnVFukmI9f/ZR9nlBLh1t3kyzJDUNor2C+YW9H/Terw3YnbZSDgDYrpCJCHtOtAQHw==", "engines": { "node": ">=10" } }, "node_modules/@d-fischer/isomorphic-ws": { - "version": "7.0.0", - "license": "MIT", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@d-fischer/isomorphic-ws/-/isomorphic-ws-7.0.2.tgz", + "integrity": "sha512-xK+qIJUF0ne3dsjq5Y3BviQ4M+gx9dzkN+dPP7abBMje4YRfow+X9jBgeEoTe5e+Q6+8hI9R0b37Okkk8Vf0hQ==", "peerDependencies": { "ws": "^8.2.0" } @@ -871,27 +871,10 @@ "url": "https://github.com/sponsors/d-fischer" } }, - "node_modules/@d-fischer/promise.allsettled": { - "version": "2.0.2", - "license": "MIT", - "dependencies": { - "array.prototype.map": "^1.0.3", - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.0.2", - "iterate-value": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/d-fischer" - } - }, "node_modules/@d-fischer/qs": { "version": "7.0.2", - "license": "BSD-3-Clause", + "resolved": "https://registry.npmjs.org/@d-fischer/qs/-/qs-7.0.2.tgz", + "integrity": "sha512-yAu3xDooiL+ef84Jo8nLjDjWBRk7RXk163Y6aTvRB7FauYd3spQD/dWvgT7R4CrN54Juhrrc3dMY7mc+jZGurQ==", "engines": { "node": ">=0.6" }, @@ -900,20 +883,18 @@ } }, "node_modules/@d-fischer/rate-limiter": { - "version": "0.6.2", - "license": "MIT", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@d-fischer/rate-limiter/-/rate-limiter-1.0.1.tgz", + "integrity": "sha512-Mq+0pAJsx92hP83cjmsrXQZVQJ+/+u1JFT6fjH8pj3yfUrbT3eDBsA+6J63eat+QaC+Mci78HdiBfpsdBkdwog==", "dependencies": { - "@d-fischer/logger": "^4.0.0", - "@d-fischer/promise.allsettled": "^2.0.2", - "@d-fischer/shared-utils": "^3.2.0", - "@types/node": "^12.12.5", - "tslib": "^2.0.3" + "@d-fischer/logger": "^4.2.3", + "@d-fischer/shared-utils": "^3.6.3", + "tslib": "^2.6.2" + }, + "funding": { + "url": "https://github.com/sponsors/d-fischer" } }, - "node_modules/@d-fischer/rate-limiter/node_modules/@types/node": { - "version": "12.20.55", - "license": "MIT" - }, "node_modules/@d-fischer/shared-utils": { "version": "3.6.3", "license": "MIT", @@ -2807,34 +2788,38 @@ "license": "MIT" }, "node_modules/@twurple/api": { - "version": "5.3.4", - "license": "MIT", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@twurple/api/-/api-7.1.0.tgz", + "integrity": "sha512-cDVVY+vecMFNEOyp7UobQn4ARydIDf04NZy1YCKIKpJHBuOV/pkTjNGluRZ0nR9/t9hBFfOyHAH4JswRZpZbnw==", "dependencies": { - "@d-fischer/cache-decorators": "^3.0.0", + "@d-fischer/cache-decorators": "^4.0.0", + "@d-fischer/cross-fetch": "^5.0.1", "@d-fischer/detect-node": "^3.0.1", - "@d-fischer/logger": "^4.0.0", - "@d-fischer/rate-limiter": "^0.6.1", - "@d-fischer/shared-utils": "^3.4.0", - "@twurple/api-call": "5.3.4", - "@twurple/common": "5.3.4", + "@d-fischer/logger": "^4.2.1", + "@d-fischer/rate-limiter": "^1.0.0", + "@d-fischer/shared-utils": "^3.6.1", + "@d-fischer/typed-event-emitter": "^3.3.1", + "@twurple/api-call": "7.1.0", + "@twurple/common": "7.1.0", + "retry": "^0.13.1", "tslib": "^2.0.3" }, "funding": { "url": "https://github.com/sponsors/d-fischer" }, "peerDependencies": { - "@twurple/auth": "5.3.4" + "@twurple/auth": "7.1.0" } }, "node_modules/@twurple/api-call": { - "version": "5.3.4", - "license": "MIT", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@twurple/api-call/-/api-call-7.1.0.tgz", + "integrity": "sha512-aiyV492StnILyFzU/Eqgn+BA8fz125sB/0QJVlCJotMolrZxBkA4NsFEGDOcR3rOJLL7zOKPYMhWI8zY0gfzPA==", "dependencies": { - "@d-fischer/cross-fetch": "^4.0.2", + "@d-fischer/cross-fetch": "^5.0.1", "@d-fischer/qs": "^7.0.2", - "@d-fischer/shared-utils": "^3.4.0", - "@twurple/common": "5.3.4", - "@types/node-fetch": "^2.5.7", + "@d-fischer/shared-utils": "^3.6.1", + "@twurple/common": "7.1.0", "tslib": "^2.0.3" }, "funding": { @@ -2842,13 +2827,15 @@ } }, "node_modules/@twurple/auth": { - "version": "5.3.4", - "license": "MIT", - "dependencies": { - "@d-fischer/logger": "^4.0.0", - "@d-fischer/shared-utils": "^3.4.0", - "@twurple/api-call": "5.3.4", - "@twurple/common": "5.3.4", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@twurple/auth/-/auth-7.1.0.tgz", + "integrity": "sha512-OT7XtoXeYA8yLvCKdIZ76x71D/RfxPZQqufpimy5ZSL4+TpxY1CJNFp8YWstC1KEfyGVwyr7ZoV49u95k0JJmw==", + "dependencies": { + "@d-fischer/logger": "^4.2.1", + "@d-fischer/shared-utils": "^3.6.1", + "@d-fischer/typed-event-emitter": "^3.3.1", + "@twurple/api-call": "7.1.0", + "@twurple/common": "7.1.0", "tslib": "^2.0.3" }, "funding": { @@ -2856,31 +2843,33 @@ } }, "node_modules/@twurple/chat": { - "version": "5.3.4", - "license": "MIT", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@twurple/chat/-/chat-7.1.0.tgz", + "integrity": "sha512-AzLtq+xqbyYpqPZau5jvX3Dov+C7MW1YTunYZZ5TqyQlEb/leUD6LdwdhXhsVxQUfpVD1FhU1NSlNd7VEhv0Rg==", "dependencies": { - "@d-fischer/cache-decorators": "^3.0.0", + "@d-fischer/cache-decorators": "^4.0.0", "@d-fischer/deprecate": "^2.0.2", - "@d-fischer/logger": "^4.0.0", - "@d-fischer/rate-limiter": "^0.6.1", - "@d-fischer/shared-utils": "^3.4.0", + "@d-fischer/logger": "^4.2.1", + "@d-fischer/rate-limiter": "^1.0.0", + "@d-fischer/shared-utils": "^3.6.1", "@d-fischer/typed-event-emitter": "^3.3.0", - "@twurple/common": "5.3.4", - "ircv3": "^0.29.8", + "@twurple/common": "7.1.0", + "ircv3": "^0.33.0", "tslib": "^2.0.3" }, "funding": { "url": "https://github.com/sponsors/d-fischer" }, "peerDependencies": { - "@twurple/auth": "5.3.4" + "@twurple/auth": "7.1.0" } }, "node_modules/@twurple/common": { - "version": "5.3.4", - "license": "MIT", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@twurple/common/-/common-7.1.0.tgz", + "integrity": "sha512-kz3J9J116+aOdyhCzRQwaxFC5eAewwQ9Iv2UmPHXYqRfbgKay6TsL27vk+Q2HygBCvx/8OWpX3pdSo3V/VPmoA==", "dependencies": { - "@d-fischer/shared-utils": "^3.4.0", + "@d-fischer/shared-utils": "^3.6.1", "klona": "^2.0.4", "tslib": "^2.0.3" }, @@ -2889,21 +2878,22 @@ } }, "node_modules/@twurple/pubsub": { - "version": "5.3.4", - "license": "MIT", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@twurple/pubsub/-/pubsub-7.1.0.tgz", + "integrity": "sha512-2YMiktQbHPiPqCNzdlQ2OOMLVHNiy5tjRImkVBHNjw0tqCsbrCUhmFwgKjiIiDQUTTzOcNdFhDNhlcgy5Mz65A==", "dependencies": { - "@d-fischer/connection": "^7.0.0", - "@d-fischer/logger": "^4.0.0", - "@d-fischer/shared-utils": "^3.4.0", + "@d-fischer/connection": "^9.0.0", + "@d-fischer/logger": "^4.2.1", + "@d-fischer/shared-utils": "^3.6.1", "@d-fischer/typed-event-emitter": "^3.3.0", - "@twurple/common": "5.3.4", + "@twurple/common": "7.1.0", "tslib": "^2.0.3" }, "funding": { "url": "https://github.com/sponsors/d-fischer" }, "peerDependencies": { - "@twurple/auth": "5.3.4" + "@twurple/auth": "7.1.0" } }, "node_modules/@types/babel__core": { @@ -3939,23 +3929,6 @@ "es-shim-unscopables": "^1.0.0" } }, - "node_modules/array.prototype.map": { - "version": "1.0.5", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/arraybuffer.slice": { "version": "0.0.7", "license": "MIT" @@ -5530,32 +5503,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/es-array-method-boxes-properly": { - "version": "1.0.0", - "license": "MIT" - }, - "node_modules/es-get-iterator": { - "version": "1.1.3", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.3", - "has-symbols": "^1.0.3", - "is-arguments": "^1.1.1", - "is-map": "^2.0.2", - "is-set": "^2.0.2", - "is-string": "^1.0.7", - "isarray": "^2.0.5", - "stop-iteration-iterator": "^1.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-get-iterator/node_modules/isarray": { - "version": "2.0.5", - "license": "MIT" - }, "node_modules/es-set-tostringtag": { "version": "2.0.1", "license": "MIT", @@ -7080,40 +7027,22 @@ } }, "node_modules/ircv3": { - "version": "0.29.10", - "license": "MIT", + "version": "0.33.0", + "resolved": "https://registry.npmjs.org/ircv3/-/ircv3-0.33.0.tgz", + "integrity": "sha512-7rK1Aial3LBiFycE8w3MHiBBFb41/2GG2Ll/fR2IJj1vx0pLpn1s+78K+z/I4PZTqCCSp/Sb4QgKMh3NMhx0Kg==", "dependencies": { - "@d-fischer/connection": "^7.0.0", + "@d-fischer/connection": "^9.0.0", "@d-fischer/escape-string-regexp": "^5.0.0", - "@d-fischer/logger": "^4.0.0", - "@d-fischer/shared-utils": "^3.0.1", + "@d-fischer/logger": "^4.2.1", + "@d-fischer/shared-utils": "^3.5.0", "@d-fischer/typed-event-emitter": "^3.3.0", - "@types/node": "^14.14.19", - "klona": "^2.0.4", - "tslib": "^2.0.3" + "klona": "^2.0.5", + "tslib": "^2.4.1" }, "funding": { "url": "https://github.com/sponsors/d-fischer" } }, - "node_modules/ircv3/node_modules/@types/node": { - "version": "14.18.53", - "license": "MIT" - }, - "node_modules/is-arguments": { - "version": "1.1.1", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/is-array-buffer": { "version": "3.0.2", "license": "MIT", @@ -7260,13 +7189,6 @@ "node": ">=8" } }, - "node_modules/is-map": { - "version": "2.0.2", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/is-negative-zero": { "version": "2.0.2", "license": "MIT", @@ -7331,13 +7253,6 @@ "version": "2.1.0", "license": "BSD" }, - "node_modules/is-set": { - "version": "2.0.2", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/is-shared-array-buffer": { "version": "1.0.2", "license": "MIT", @@ -7545,24 +7460,6 @@ "node": ">=8" } }, - "node_modules/iterate-iterator": { - "version": "1.0.2", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/iterate-value": { - "version": "1.0.2", - "license": "MIT", - "dependencies": { - "es-get-iterator": "^1.0.2", - "iterate-iterator": "^1.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/jest": { "version": "28.1.3", "dev": true, @@ -8214,7 +8111,8 @@ }, "node_modules/klona": { "version": "2.0.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", + "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", "engines": { "node": ">= 8" } @@ -11456,16 +11354,6 @@ "node": ">=0.10.0" } }, - "node_modules/stop-iteration-iterator": { - "version": "1.0.0", - "license": "MIT", - "dependencies": { - "internal-slot": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - } - }, "node_modules/stream-combiner": { "version": "0.0.4", "license": "MIT", @@ -13976,7 +13864,7 @@ "version": "0.3.0", "license": "MIT", "dependencies": { - "@twurple/api": "^5.3.4", + "@twurple/api": "^7.1.0", "nodecg-io-core": "^0.3.0", "nodecg-io-twitch-auth": "^0.3.0" }, @@ -13991,7 +13879,7 @@ "version": "0.3.0", "license": "MIT", "dependencies": { - "@twurple/chat": "^5.3.4", + "@twurple/chat": "^7.1.0", "nodecg-io-core": "^0.3.0", "nodecg-io-twitch-auth": "^0.3.0" }, @@ -14006,8 +13894,8 @@ "version": "0.3.0", "license": "MIT", "dependencies": { - "@twurple/api": "^5.3.4", - "@twurple/pubsub": "^5.3.4", + "@twurple/api": "^7.1.0", + "@twurple/pubsub": "^7.1.0", "nodecg-io-core": "^0.3.0", "nodecg-io-twitch-auth": "^0.3.0" }, @@ -14140,7 +14028,7 @@ "version": "0.3.0", "license": "MIT", "dependencies": { - "@twurple/auth": "^5.3.4" + "@twurple/auth": "^7.1.0" }, "devDependencies": { "@types/node": "^20.12.2", diff --git a/services/nodecg-io-twitch-api/package.json b/services/nodecg-io-twitch-api/package.json index dae85f65c..a0835edbe 100644 --- a/services/nodecg-io-twitch-api/package.json +++ b/services/nodecg-io-twitch-api/package.json @@ -39,6 +39,6 @@ "dependencies": { "nodecg-io-core": "^0.3.0", "nodecg-io-twitch-auth": "^0.3.0", - "@twurple/api": "^5.3.4" + "@twurple/api": "^7.1.0" } } diff --git a/services/nodecg-io-twitch-chat/package.json b/services/nodecg-io-twitch-chat/package.json index 8dcb252b3..13707ca09 100644 --- a/services/nodecg-io-twitch-chat/package.json +++ b/services/nodecg-io-twitch-chat/package.json @@ -39,6 +39,6 @@ "dependencies": { "nodecg-io-core": "^0.3.0", "nodecg-io-twitch-auth": "^0.3.0", - "@twurple/chat": "^5.3.4" + "@twurple/chat": "^7.1.0" } } diff --git a/services/nodecg-io-twitch-pubsub/package.json b/services/nodecg-io-twitch-pubsub/package.json index b44a4973a..1c2b966ed 100644 --- a/services/nodecg-io-twitch-pubsub/package.json +++ b/services/nodecg-io-twitch-pubsub/package.json @@ -39,7 +39,7 @@ "dependencies": { "nodecg-io-core": "^0.3.0", "nodecg-io-twitch-auth": "^0.3.0", - "@twurple/api": "^5.3.4", - "@twurple/pubsub": "^5.3.4" + "@twurple/api": "^7.1.0", + "@twurple/pubsub": "^7.1.0" } } diff --git a/utils/nodecg-io-twitch-auth/package.json b/utils/nodecg-io-twitch-auth/package.json index 475b73018..23a285db7 100644 --- a/utils/nodecg-io-twitch-auth/package.json +++ b/utils/nodecg-io-twitch-auth/package.json @@ -21,6 +21,6 @@ "typescript": "^5.4.3" }, "dependencies": { - "@twurple/auth": "^5.3.4" + "@twurple/auth": "^7.1.0" } }