diff --git a/package-lock.json b/package-lock.json index 3eeee0aa8..da9f2bc20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2936,9 +2936,9 @@ "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==" }, "twitch": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/twitch/-/twitch-4.3.7.tgz", - "integrity": "sha512-FkQoHpfP47mvr4KCUG8TK9st30B5nKTqb/X5TjaDqrvaAC4tb1ZKNPfN0qOnqUCGM4QexV8V0w4kLbDmJa7NNw==", + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/twitch/-/twitch-4.3.8.tgz", + "integrity": "sha512-t3A6ZZiH7x/CuLmDo7tGBFc0WMFO76givU/LVNAk6L0GZkT8eo/gQxZolJMFK9cCtxRgqMzpoIg9vWwXIHu2Tg==", "requires": { "@d-fischer/cache-decorators": "^2.1.1", "@d-fischer/deprecate": "^2.0.2", @@ -2947,8 +2947,8 @@ "@d-fischer/shared-utils": "^2.4.1", "top-package": "^1.0.0", "tslib": "^2.0.3", - "twitch-api-call": "^4.3.7", - "twitch-auth": "^4.3.7" + "twitch-api-call": "^4.3.8", + "twitch-auth": "^4.3.8" }, "dependencies": { "tslib": { diff --git a/package.json b/package.json index 1579fcd67..90b9e4812 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "ping": "^0.4.0", "rss-feed-emitter": "^3.2.2", "sql-template-strings": "^2.2.2", - "twitch": "^4.3.7", + "twitch": "^4.3.8", "twitch-webhooks": "^4.3.8", "url-exists": "^1.0.3", "utf-8-validate": "^5.0.3",