diff --git a/package-lock.json b/package-lock.json index 82ce7e102..dba4ed3a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2881,9 +2881,9 @@ "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==" }, "twitch": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/twitch/-/twitch-4.2.0.tgz", - "integrity": "sha512-DprwBMHlVTteh0N8op+whgS7RBuvaKY3EE/Reu6HsWQwhJCPvzuenlu0JmyI2siZYlJrpwHle7f7xFnTjDOlEg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/twitch/-/twitch-4.2.1.tgz", + "integrity": "sha512-TLNTvYibV/7y4I3NR5ntwIwHjnmowiQ/TZoveSF4XG8PfZcOFqGizxrcGzoDD3950zElXS8yfW72KsTWIBNzGg==", "requires": { "@d-fischer/cache-decorators": "^2.0.0", "@d-fischer/deprecate": "^2.0.1", @@ -2892,8 +2892,8 @@ "@d-fischer/shared-utils": "^2.3.1", "top-package": "^1.0.0", "tslib": "^2.0.0", - "twitch-api-call": "^4.2.0", - "twitch-auth": "^4.2.0" + "twitch-api-call": "^4.2.1", + "twitch-auth": "^4.2.1" }, "dependencies": { "@d-fischer/logger": { diff --git a/package.json b/package.json index 738f94abf..458ad0de7 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "ping": "^0.2.3", "rss-feed-emitter": "^3.2.2", "sql-template-strings": "^2.2.2", - "twitch": "^4.2.0", + "twitch": "^4.2.1", "twitch-webhooks": "^4.2.1", "url-exists": "^1.0.3", "utf-8-validate": "^5.0.2",