From 233c4496e2e763498c414130d00285feebf958a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Feb 2021 10:53:36 -0500 Subject: [PATCH] chore(deps): bump twitch-auth from 4.4.5 to 4.4.7 (#1855) Bumps [twitch-auth](https://github.com/d-fischer/twitch/tree/HEAD/packages/twitch-auth) from 4.4.5 to 4.4.7. - [Release notes](https://github.com/d-fischer/twitch/releases) - [Commits](https://github.com/d-fischer/twitch/commits/v4.4.7/packages/twitch-auth) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 492ce7d..e89150c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8717,22 +8717,22 @@ } }, "twitch-api-call": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.4.5.tgz", - "integrity": "sha512-wZ/RYzdZJPRxOMewVCM4JQNv4bJLQesjJelz3y0X4hyD6VGOhD/akVnBMlyA5WyNaxPAi6ko0ZYN3h4LA4SQcA==", + "version": "4.4.7", + "resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.4.7.tgz", + "integrity": "sha512-/+RvwCHCWNoFfu6iNG39psPeEi+0bCkTDG6ey4D+5kU6rynLa7I0GeR5FlufKIwQakK/gOcdbb9lpNAB/ZBXJQ==", "requires": { "@d-fischer/cross-fetch": "^4.0.2", "@d-fischer/qs": "^7.0.2", "@types/node-fetch": "^2.5.7", "node-fetch": "^2.6.1", "tslib": "^2.0.3", - "twitch-common": "^4.4.5" + "twitch-common": "^4.4.7" }, "dependencies": { "twitch-common": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/twitch-common/-/twitch-common-4.4.5.tgz", - "integrity": "sha512-4rGl/ZJRKnCRdrcDBPNMjJf/v7MR0ddNL/jqXMY1BXsrxp79/d16VCmglJkvkvElA5AqjnHa7qbm4+AMtBOBUQ==", + "version": "4.4.7", + "resolved": "https://registry.npmjs.org/twitch-common/-/twitch-common-4.4.7.tgz", + "integrity": "sha512-avf1YI+mA5YNlcI3dg0aGcUomSsLOX0XP0xSyYPCOBRsRS563rVH+Z3SBp7LUe5IyzrWD8nOoW5vkt3shnLlPQ==", "requires": { "@d-fischer/logger": "^3.1.0", "@d-fischer/shared-utils": "^3.0.1", @@ -8742,22 +8742,22 @@ } }, "twitch-auth": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.4.5.tgz", - "integrity": "sha512-lHVQ2amdUxHGOuKFGEewLlCbh0YzEvHTRXuC5q5SPOAmbK392OiFbX/wlEqLWHU7yk8xFeIu6P4bIWAV+2LiJw==", + "version": "4.4.7", + "resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.4.7.tgz", + "integrity": "sha512-nrAQ78pMS7M0sBiM9fQeCOHchple4KChWV+UwarGNXHhH3F9WZhgAuEBdsY5VlJqMAIcfRwWw+A9LX/C+Qaweg==", "requires": { "@d-fischer/deprecate": "^2.0.2", "@d-fischer/logger": "^3.1.0", "@d-fischer/shared-utils": "^3.0.1", "tslib": "^2.0.3", - "twitch-api-call": "^4.4.5", - "twitch-common": "^4.4.5" + "twitch-api-call": "^4.4.7", + "twitch-common": "^4.4.7" }, "dependencies": { "twitch-common": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/twitch-common/-/twitch-common-4.4.5.tgz", - "integrity": "sha512-4rGl/ZJRKnCRdrcDBPNMjJf/v7MR0ddNL/jqXMY1BXsrxp79/d16VCmglJkvkvElA5AqjnHa7qbm4+AMtBOBUQ==", + "version": "4.4.7", + "resolved": "https://registry.npmjs.org/twitch-common/-/twitch-common-4.4.7.tgz", + "integrity": "sha512-avf1YI+mA5YNlcI3dg0aGcUomSsLOX0XP0xSyYPCOBRsRS563rVH+Z3SBp7LUe5IyzrWD8nOoW5vkt3shnLlPQ==", "requires": { "@d-fischer/logger": "^3.1.0", "@d-fischer/shared-utils": "^3.0.1", diff --git a/package.json b/package.json index dfed077..347b4b6 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "top-user-agents": "^1.0.19", "twilio": "^3.55.1", "twitch": "^4.4.7", - "twitch-auth": "^4.4.5", + "twitch-auth": "^4.4.7", "twitch-chat-client": "^4.4.5", "twitter": "^1.7.1", "winston": "^3.3.3"