chore(deps): bump twitch from 4.3.6 to 4.3.8 (#1533)

Bumps [twitch](https://github.com/d-fischer/twitch/tree/HEAD/packages/twitch) from 4.3.6 to 4.3.8.
- [Release notes](https://github.com/d-fischer/twitch/releases)
- [Commits](https://github.com/d-fischer/twitch/commits/v4.3.8/packages/twitch)

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-04 18:13:23 -05:00
committed by GitHub
parent a74980b728
commit 13d4ee6a71
2 changed files with 12 additions and 12 deletions
+11 -11
View File
@@ -351,9 +351,9 @@
},
"dependencies": {
"@types/node": {
"version": "12.19.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.9.tgz",
"integrity": "sha512-yj0DOaQeUrk3nJ0bd3Y5PeDRJ6W0r+kilosLA+dzF3dola/o9hxhMSg2sFvVcA2UHS5JSOsZp4S0c1OEXc4m1Q=="
"version": "12.19.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.11.tgz",
"integrity": "sha512-bwVfNTFZOrGXyiQ6t4B9sZerMSShWNsGRw8tC5DY1qImUNczS9SjT4G6PnzjCnxsu5Ubj6xjL2lgwddkxtQl5w=="
},
"tslib": {
"version": "2.0.3",
@@ -11326,9 +11326,9 @@
}
},
"twitch": {
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/twitch/-/twitch-4.3.6.tgz",
"integrity": "sha512-rTqNo8h27e2lWhxZ3qvoZ/s6Ug6gNKNh9nf4+26YTsfOnhylHngvxir+0WPMOR5/6iSoqwDUzYmVheYt7GIdOA==",
"version": "4.3.8",
"resolved": "https://registry.npmjs.org/twitch/-/twitch-4.3.8.tgz",
"integrity": "sha512-t3A6ZZiH7x/CuLmDo7tGBFc0WMFO76givU/LVNAk6L0GZkT8eo/gQxZolJMFK9cCtxRgqMzpoIg9vWwXIHu2Tg==",
"requires": {
"@d-fischer/cache-decorators": "^2.1.1",
"@d-fischer/deprecate": "^2.0.2",
@@ -11337,8 +11337,8 @@
"@d-fischer/shared-utils": "^2.4.1",
"top-package": "^1.0.0",
"tslib": "^2.0.3",
"twitch-api-call": "^4.3.6",
"twitch-auth": "^4.3.6"
"twitch-api-call": "^4.3.8",
"twitch-auth": "^4.3.8"
},
"dependencies": {
"tslib": {
@@ -11349,9 +11349,9 @@
}
},
"twitch-api-call": {
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.3.6.tgz",
"integrity": "sha512-7V4w0FS723IQE0QKuctM9eUZwFWST+9CASlJTEhls+eBm/xewEeq+ixHbGZ9JklTbmrRFc9/VEulePUcd97p7A==",
"version": "4.3.8",
"resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.3.8.tgz",
"integrity": "sha512-qNFUuTaDPVmAbDUMJjkhNTomfRwPROoenx/lRhxRmb6EN4mps0tQYYLcbVBXqd27yhNZd3h3j5wgp0MfcOMx4A==",
"requires": {
"@d-fischer/cross-fetch": "^4.0.2",
"@d-fischer/qs": "^7.0.2",
+1 -1
View File
@@ -52,7 +52,7 @@
"redis": "^3.0.2",
"top-user-agents": "^1.0.19",
"twilio": "^3.54.1",
"twitch": "^4.3.6",
"twitch": "^4.3.8",
"twitch-auth": "^4.3.8",
"twitch-chat-client": "^4.3.8",
"twitter": "^1.7.1",