chore(deps): bump twitch-auth from 4.2.6 to 4.2.7 (#566)

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

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-22 09:12:11 -04:00
committed by GitHub
parent 6203a1c18b
commit 9de2307c64
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -8736,20 +8736,30 @@
}
},
"twitch-auth": {
"version": "4.2.6",
"resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.2.6.tgz",
"integrity": "sha512-gvuYR5O5q3KQueAXqEpfaZw4Wrp28w/ElCII7zFeccDjBQd6jpQ7fTYLFY0xHhsFbCZPYg8JvgtSjFQJXBMa2g==",
"version": "4.2.7",
"resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.2.7.tgz",
"integrity": "sha512-B/hAPZFnrdt+qB/tPRYPvdkMpNy5BVDUBf7nJMCodApXehHwbAYHmP5boS/B3+WYQ64vu3O2ArVpLjlXO5Ajxw==",
"requires": {
"@d-fischer/deprecate": "^2.0.1",
"@d-fischer/shared-utils": "^2.3.2",
"tslib": "^2.0.0",
"twitch-api-call": "^4.2.6"
"twitch-api-call": "^4.2.7"
},
"dependencies": {
"tslib": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
"integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ=="
},
"twitch-api-call": {
"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",
"tslib": "^2.0.0"
}
}
}
},