From 8c383235af265758b5a1fed2868113b42d7d3fad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 07:19:51 -0500 Subject: [PATCH] chore(deps): bump twitch-chat-client from 4.4.0 to 4.4.5 (#1784) Bumps [twitch-chat-client](https://github.com/d-fischer/twitch/tree/HEAD/packages/twitch-chat-client) from 4.4.0 to 4.4.5. - [Release notes](https://github.com/d-fischer/twitch/releases) - [Commits](https://github.com/d-fischer/twitch/commits/v4.4.5/packages/twitch-chat-client) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 25 +++++++++++++------------ package.json | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index d305a12..0711832 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3562,9 +3562,9 @@ "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=" }, "ircv3": { - "version": "0.26.11", - "resolved": "https://registry.npmjs.org/ircv3/-/ircv3-0.26.11.tgz", - "integrity": "sha512-FG8t226WkpGhaiM4umpnEiqNMfsIiNz2wQ3iokvEa7/ZgXUVWtlUmdZ1GOc/pFmVeJ8Q8B2Ji8jgrT4EXpUNEA==", + "version": "0.26.12", + "resolved": "https://registry.npmjs.org/ircv3/-/ircv3-0.26.12.tgz", + "integrity": "sha512-lPshVcxYHLboS+EgsFZQE3i4J/yTsCTj/m2wTyJ7TFZz+AQGDBnmD+7UA/94q6exe3Ql4XOLWfRkBC7rdFc2cg==", "requires": { "@d-fischer/connection": "^6.4.1", "@d-fischer/escape-string-regexp": "^5.0.0", @@ -8767,9 +8767,9 @@ } }, "twitch-chat-client": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/twitch-chat-client/-/twitch-chat-client-4.4.0.tgz", - "integrity": "sha512-I6uqQCNtV+AnTcBnmtlerNK5rBQpZPIuZVV4FW7HF7TJpNAT8mCQWaQudhbwAnHQlK1XLhyUaNvrpHryz832bg==", + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/twitch-chat-client/-/twitch-chat-client-4.4.5.tgz", + "integrity": "sha512-RTZpy5Uqet5swltT2Uj4g5d32iGABXcmPGLkBflKjnO1e2R2P4maHmUKdGqQKHIrP651btcbzPG7QHXouyjeLw==", "requires": { "@d-fischer/cache-decorators": "^2.1.1", "@d-fischer/deprecate": "^2.0.2", @@ -8777,18 +8777,19 @@ "@d-fischer/rate-limiter": "^0.4.2", "@d-fischer/shared-utils": "^3.0.1", "@d-fischer/typed-event-emitter": "^3.2.2", - "ircv3": "^0.26.11", + "ircv3": "^0.26.12", "tslib": "^2.0.3", - "twitch-auth": "^4.4.0", - "twitch-common": "^4.4.0" + "twitch-auth": "^4.4.5", + "twitch-common": "^4.4.5" } }, "twitch-common": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/twitch-common/-/twitch-common-4.4.0.tgz", - "integrity": "sha512-HpAZDBpMK2wk7UMg56jswSnfXBT0tIx9ekyXUZBiFNH3vCbFgWCcncXQk9MYHpuNd4HJc1McJCkZJtnHgrDaPw==", + "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==", "requires": { "@d-fischer/logger": "^3.1.0", + "@d-fischer/shared-utils": "^3.0.1", "tslib": "^2.0.3" } }, diff --git a/package.json b/package.json index 7f396a3..f5f5e10 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "twilio": "^3.55.0", "twitch": "^4.4.5", "twitch-auth": "^4.4.5", - "twitch-chat-client": "^4.4.0", + "twitch-chat-client": "^4.4.5", "twitter": "^1.7.1", "winston": "^3.3.3" },