From 20e8746748438c117e7dfc24b3523608ba476a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 16:50:41 -0500 Subject: [PATCH] chore(deps): bump twitch-auth from 4.3.0 to 4.3.1 (#908) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2465e7..292cfc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10628,9 +10628,9 @@ } }, "twitch-api-call": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.3.0.tgz", - "integrity": "sha512-fRciZkgidQ29UfVczSOUk2Va0vWsZWpyuSUF9aJ+SFq8+lbDf4tFdB8qZTkAKdvSWoo4y3jMkP2rW8bcO3AR6Q==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.3.1.tgz", + "integrity": "sha512-8t0rjzKKrl2JFzp6BBJlm/UIbKAE3GpSVojo9P9gFqCcGfFI7XSZ5hHBePPn6FAtDpxJ4mXlbtRmw1apXY4Tag==", "requires": { "@d-fischer/cross-fetch": "^4.0.2", "@d-fischer/qs": "^7.0.2", @@ -10645,14 +10645,15 @@ } }, "twitch-auth": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.3.0.tgz", - "integrity": "sha512-rT2CwAq5TxuFUUkmuBJ73IEbJHFQcBvt1kjRsaGZ1HqYLIQ4LnWO3qAXeQ0G8wbYvpPkWSrQiQiFTEIYntvM1g==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.3.1.tgz", + "integrity": "sha512-oVdhgoEF4dS1Dn4ag+9SLmQxjYArKfvLsVD/0gXxCYK4S1fStqtL7frp17LyN1E8Dy3K3zBWs7U7QTTMgdmd8w==", "requires": { "@d-fischer/deprecate": "^2.0.2", + "@d-fischer/logger": "^2.1.1", "@d-fischer/shared-utils": "^2.4.1", "tslib": "^2.0.3", - "twitch-api-call": "^4.3.0" + "twitch-api-call": "^4.3.1" }, "dependencies": { "tslib": { diff --git a/package.json b/package.json index bcfeee9..26873bc 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "pushover-notifications": "^1.2.2", "twilio": "^3.52.0", "twitch": "^4.3.1", - "twitch-auth": "^4.3.0", + "twitch-auth": "^4.3.1", "twitch-chat-client": "^4.3.0", "twitter": "^1.7.1", "winston": "^3.3.3"