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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-01-26 07:19:51 -05:00
committed by GitHub
parent ecb27ebf0a
commit 8c383235af
2 changed files with 14 additions and 13 deletions
+13 -12
View File
@@ -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"
}
},
+1 -1
View File
@@ -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"
},