chore(deps): bump twitch-auth from 4.3.6 to 4.3.8 (#1532)

Bumps [twitch-auth](https://github.com/d-fischer/twitch/tree/HEAD/packages/twitch-auth) 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-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]
2021-01-03 02:02:05 -05:00
committed by GitHub
parent ca1564e8fa
commit de69f7ae8a
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -11348,21 +11348,31 @@
}
},
"twitch-auth": {
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.3.6.tgz",
"integrity": "sha512-UhevBf2zUo3yrP6x0IUSxFYb9XDcuN+qwVTTiTXWLvnazL8biGxVYjKMGcI/3XLZqDv5+SV4jB3GaxWIgP3Klg==",
"version": "4.3.8",
"resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.3.8.tgz",
"integrity": "sha512-TJKjhDaTFa8luojeltmM7D+s47VkuKkBSuJklKjPra3uhjfNkVwiwdyO219tatSvAcrZ77ajOCTu7cO0BcuS0Q==",
"requires": {
"@d-fischer/deprecate": "^2.0.2",
"@d-fischer/logger": "^2.1.1",
"@d-fischer/shared-utils": "^2.4.1",
"tslib": "^2.0.3",
"twitch-api-call": "^4.3.6"
"twitch-api-call": "^4.3.8"
},
"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.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",
"tslib": "^2.0.3"
}
}
}
},