chore(deps): bump twitch-auth from 4.2.7 to 4.3.0 (#853)

Bumps [twitch-auth](https://github.com/d-fischer/twitch/tree/HEAD/packages/twitch-auth) from 4.2.7 to 4.3.0.
- [Release notes](https://github.com/d-fischer/twitch/releases)
- [Commits](https://github.com/d-fischer/twitch/commits/v4.3.0/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-11-21 10:37:24 -05:00
committed by GitHub
parent 28c965d653
commit f6f5c6bfe7
2 changed files with 17 additions and 17 deletions
+16 -16
View File
@@ -381,12 +381,12 @@
}
},
"@d-fischer/shared-utils": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/@d-fischer/shared-utils/-/shared-utils-2.4.0.tgz",
"integrity": "sha512-HqS4PAyzJXzs+CtomhsqcvAl34UmDHoiP8BqOkTdMZCkcqW+SMoGekBAxDyX23p7q8E39zRy0S3uyIHD/GPmuA==",
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/@d-fischer/shared-utils/-/shared-utils-2.4.1.tgz",
"integrity": "sha512-JFkiZ1s+Sx4uIoQ7mrMeOkxVxWBpnS4hCm6R7+UUciPmAR0qgKxNt7x079b3cUFTOSbbF0Inp6ReqNK4w/QgUQ==",
"requires": {
"@types/node": "^14.11.2",
"tslib": "^2.0.1"
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
@@ -10562,13 +10562,13 @@
}
},
"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==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.3.0.tgz",
"integrity": "sha512-fRciZkgidQ29UfVczSOUk2Va0vWsZWpyuSUF9aJ+SFq8+lbDf4tFdB8qZTkAKdvSWoo4y3jMkP2rW8bcO3AR6Q==",
"requires": {
"@d-fischer/cross-fetch": "^4.0.1",
"@d-fischer/cross-fetch": "^4.0.2",
"@d-fischer/qs": "^7.0.2",
"tslib": "^2.0.0"
"tslib": "^2.0.3"
},
"dependencies": {
"tslib": {
@@ -10579,14 +10579,14 @@
}
},
"twitch-auth": {
"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==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.3.0.tgz",
"integrity": "sha512-rT2CwAq5TxuFUUkmuBJ73IEbJHFQcBvt1kjRsaGZ1HqYLIQ4LnWO3qAXeQ0G8wbYvpPkWSrQiQiFTEIYntvM1g==",
"requires": {
"@d-fischer/deprecate": "^2.0.1",
"@d-fischer/shared-utils": "^2.3.2",
"tslib": "^2.0.0",
"twitch-api-call": "^4.2.7"
"@d-fischer/deprecate": "^2.0.2",
"@d-fischer/shared-utils": "^2.4.1",
"tslib": "^2.0.3",
"twitch-api-call": "^4.3.0"
},
"dependencies": {
"tslib": {
+1 -1
View File
@@ -48,7 +48,7 @@
"pushover-notifications": "^1.2.2",
"twilio": "^3.51.0",
"twitch": "^4.3.0",
"twitch-auth": "^4.2.7",
"twitch-auth": "^4.3.0",
"twitch-chat-client": "^4.3.0",
"twitter": "^1.7.1",
"winston": "^3.3.3"