chore(deps): bump twitch-chat-client from 4.2.6 to 4.2.7 (#581)

Bumps [twitch-chat-client](https://github.com/d-fischer/twitch/tree/HEAD/packages/twitch-chat-client) 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-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]
2020-10-25 09:37:22 -04:00
committed by GitHub
parent 0b53cb5e51
commit 0a633ddcfb
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -4824,9 +4824,9 @@
"dev": true
},
"ircv3": {
"version": "0.26.3",
"resolved": "https://registry.npmjs.org/ircv3/-/ircv3-0.26.3.tgz",
"integrity": "sha512-W4P+vqFVHUUBSCX7lY9HnH1Rag0OLqlpLSFE69z3qKx3Fpx4EpLVJVQXRF/LVSC+Fo1efvj9hXnH+A4m9yJwVQ==",
"version": "0.26.4",
"resolved": "https://registry.npmjs.org/ircv3/-/ircv3-0.26.4.tgz",
"integrity": "sha512-7exmf76YORH9OSEn0zy4u6zuyrK0WSex2usP9GKjaMDDUnbwkjT2eyslJ5wE0A5s5F87MPI7cTC21T80UpSVdg==",
"requires": {
"@d-fischer/connection": "^6.2.0",
"@d-fischer/escape-string-regexp": "^5.0.0",
@@ -11954,16 +11954,16 @@
}
},
"twitch-chat-client": {
"version": "4.2.6",
"resolved": "https://registry.npmjs.org/twitch-chat-client/-/twitch-chat-client-4.2.6.tgz",
"integrity": "sha512-p1zj8L2aVxJjSq572rgHpwVqzszuo7mwnyO49QMS8XMR3kogaBpa0O/ilN3Hv2xd35FTlCi8FXya1HvxYBfLAg==",
"version": "4.2.7",
"resolved": "https://registry.npmjs.org/twitch-chat-client/-/twitch-chat-client-4.2.7.tgz",
"integrity": "sha512-n3KTPjiC7kC8eoJIQrWmmJAf+tV5YURwItMsNJ/NyJzZqSNERt7FuitoBeM/ZU6HgyXD+/r1vP1FYiDz1cdFBw==",
"requires": {
"@d-fischer/cache-decorators": "^2.0.0",
"@d-fischer/deprecate": "^2.0.1",
"@d-fischer/logger": "^2.0.0",
"@d-fischer/shared-utils": "^2.3.2",
"@d-fischer/typed-event-emitter": "^3.0.2",
"ircv3": "^0.26.0",
"ircv3": "^0.26.4",
"tslib": "^2.0.0"
},
"dependencies": {
+1 -1
View File
@@ -44,7 +44,7 @@
"twilio": "^3.50.0",
"twitch": "^4.2.7",
"twitch-auth": "^4.2.7",
"twitch-chat-client": "^4.2.6",
"twitch-chat-client": "^4.2.7",
"twitter": "^1.7.1",
"winston": "^3.3.3"
},