chore(deps): bump twitch from 4.2.6 to 4.2.7 (#582)

Bumps [twitch](https://github.com/d-fischer/twitch/tree/HEAD/packages/twitch) 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)

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 00:02:13 -04:00
committed by GitHub
parent a42418f814
commit e8b96eb649
2 changed files with 12 additions and 12 deletions
+11 -11
View File
@@ -318,9 +318,9 @@
},
"dependencies": {
"@types/node": {
"version": "12.12.67",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.67.tgz",
"integrity": "sha512-R48tgL2izApf+9rYNH+3RBMbRpPeW3N8f0I9HMhggeq4UXwBDqumJ14SDs4ctTMhG11pIOduZ4z3QWGOiMc9Vg=="
"version": "12.19.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.1.tgz",
"integrity": "sha512-/xaVmBBjOGh55WCqumLAHXU9VhjGtmyTGqJzFBXRWZzByOXI5JAJNx9xPVGEsNizrNwcec92fQMj458MWfjN1A=="
},
"tslib": {
"version": "2.0.3",
@@ -11886,9 +11886,9 @@
}
},
"twitch": {
"version": "4.2.6",
"resolved": "https://registry.npmjs.org/twitch/-/twitch-4.2.6.tgz",
"integrity": "sha512-zRDT9PtNrplPQ8IPIi476kfVpLMQKtZKZzlbRs39Bn4evAltC9KHgT6P1Orh0RiaSxn9sVZoBcyFpylOnE26VQ==",
"version": "4.2.7",
"resolved": "https://registry.npmjs.org/twitch/-/twitch-4.2.7.tgz",
"integrity": "sha512-5k9mDM4Xk3DnnJxHrC0dm1dU7pcnSfIXICt96gKOR/SLtjCFrc/+H6vASc/FB2AK0pXVbyhM7yfbEMXVLrsrUw==",
"requires": {
"@d-fischer/cache-decorators": "^2.0.0",
"@d-fischer/deprecate": "^2.0.1",
@@ -11897,8 +11897,8 @@
"@d-fischer/shared-utils": "^2.3.2",
"top-package": "^1.0.0",
"tslib": "^2.0.0",
"twitch-api-call": "^4.2.6",
"twitch-auth": "^4.2.6"
"twitch-api-call": "^4.2.7",
"twitch-auth": "^4.2.7"
},
"dependencies": {
"tslib": {
@@ -11909,9 +11909,9 @@
}
},
"twitch-api-call": {
"version": "4.2.6",
"resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.2.6.tgz",
"integrity": "sha512-2+dG8zIrxQrD9clEm3f7p57v1N9nLj9uoYxsLOOHU7/cqYLtFe4rOhIZVHWQCoWXZOtd3Liz3d5iu5AslHXKBQ==",
"version": "4.2.7",
"resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.2.7.tgz",
"integrity": "sha512-nnDnPxDC4+mvE5ijb7T3XGm0tL/AEMgKajgn6Ick5IyyKWHg9GIu2PWhDE/ZyrJIIS5+hcTEnlUTbdN7fRBSjA==",
"requires": {
"@d-fischer/cross-fetch": "^4.0.1",
"@d-fischer/qs": "^7.0.2",
+1 -1
View File
@@ -42,7 +42,7 @@
"puppeteer-extra-plugin-stealth": "^2.6.2",
"pushover-notifications": "^1.2.2",
"twilio": "^3.50.0",
"twitch": "^4.2.6",
"twitch": "^4.2.7",
"twitch-auth": "^4.2.7",
"twitch-chat-client": "^4.2.6",
"twitter": "^1.7.1",