From 37962f00e5a88f5f185b79c34902d6cf4ecec936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 02:06:54 -0500 Subject: [PATCH] chore(deps): bump twitch-chat-client from 4.3.5 to 4.3.6 (#1308) Bumps [twitch-chat-client](https://github.com/d-fischer/twitch/tree/HEAD/packages/twitch-chat-client) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/d-fischer/twitch/releases) - [Commits](https://github.com/d-fischer/twitch/commits/v4.3.6/packages/twitch-chat-client) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index aaadb9a..65a7c3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10917,9 +10917,9 @@ } }, "twitch-chat-client": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/twitch-chat-client/-/twitch-chat-client-4.3.5.tgz", - "integrity": "sha512-dEb9YzCjZ1IT/MK4uZNJul4vE0pBnTwuUGlF6qMVkd1BzTXKNuZeFC+G3hCqkkygfyrzdb+EIa0YDwFgwLcFzw==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/twitch-chat-client/-/twitch-chat-client-4.3.6.tgz", + "integrity": "sha512-Sd2753X+bhyswb5ykFk9MmoRZ3mqwvPbhh4M/EpZfdIOU0/G9OylAu/IBqK7G0nfLzZgtDb4H5stK0klrX8qbw==", "requires": { "@d-fischer/cache-decorators": "^2.1.1", "@d-fischer/deprecate": "^2.0.2", diff --git a/package.json b/package.json index e0c3c81..44c6456 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "twilio": "^3.53.0", "twitch": "^4.3.5", "twitch-auth": "^4.3.5", - "twitch-chat-client": "^4.3.5", + "twitch-chat-client": "^4.3.6", "twitter": "^1.7.1", "winston": "^3.3.3" },