From 653e6070dd5cb9ddd6684db2047bb24f2743fed1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Jan 2021 00:30:00 +0000 Subject: [PATCH] fix: upgrade twitch from 4.3.7 to 4.3.8 Snyk has created this PR to upgrade twitch from 4.3.7 to 4.3.8. See this package in npm: https://www.npmjs.com/package/twitch See this project in Snyk: https://app.snyk.io/org/tobitenno/project/24182a0b-1038-4b1e-b19f-3a04c511bdc9?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c0677e65..7a182a8cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2938,9 +2938,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", @@ -2949,8 +2949,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 365b9d1e9..b56fbc50c 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.7", "url-exists": "^1.0.3", "utf-8-validate": "^5.0.3",