From 9de2307c64d42e3013991b4fb3dd344830587d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Oct 2020 09:12:11 -0400 Subject: [PATCH] chore(deps): bump twitch-auth from 4.2.6 to 4.2.7 (#566) Bumps [twitch-auth](https://github.com/d-fischer/twitch/tree/HEAD/packages/twitch-auth) from 4.2.6 to 4.2.7. - [Release notes](https://github.com/d-fischer/twitch/releases) - [Commits](https://github.com/d-fischer/twitch/commits/v4.2.7/packages/twitch-auth) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49b7506..2a96204 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8736,20 +8736,30 @@ } }, "twitch-auth": { - "version": "4.2.6", - "resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.2.6.tgz", - "integrity": "sha512-gvuYR5O5q3KQueAXqEpfaZw4Wrp28w/ElCII7zFeccDjBQd6jpQ7fTYLFY0xHhsFbCZPYg8JvgtSjFQJXBMa2g==", + "version": "4.2.7", + "resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.2.7.tgz", + "integrity": "sha512-B/hAPZFnrdt+qB/tPRYPvdkMpNy5BVDUBf7nJMCodApXehHwbAYHmP5boS/B3+WYQ64vu3O2ArVpLjlXO5Ajxw==", "requires": { "@d-fischer/deprecate": "^2.0.1", "@d-fischer/shared-utils": "^2.3.2", "tslib": "^2.0.0", - "twitch-api-call": "^4.2.6" + "twitch-api-call": "^4.2.7" }, "dependencies": { "tslib": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" + }, + "twitch-api-call": { + "version": "4.2.7", + "resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.2.7.tgz", + "integrity": "sha512-nnDnPxDC4+mvE5ijb7T3XGm0tL/AEMgKajgn6Ick5IyyKWHg9GIu2PWhDE/ZyrJIIS5+hcTEnlUTbdN7fRBSjA==", + "requires": { + "@d-fischer/cross-fetch": "^4.0.1", + "@d-fischer/qs": "^7.0.2", + "tslib": "^2.0.0" + } } } }, diff --git a/package.json b/package.json index fb72aa9..4aff86c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "pushover-notifications": "^1.2.2", "twilio": "^3.50.0", "twitch": "^4.2.6", - "twitch-auth": "^4.2.6", + "twitch-auth": "^4.2.7", "twitch-chat-client": "^4.2.6", "twitter": "^1.7.1", "winston": "^3.3.3"