chore(deps): bump twitch-auth from 4.3.0 to 4.3.1 (#908)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-11-24 16:50:41 -05:00
committed by GitHub
parent d0839beffe
commit 20e8746748
2 changed files with 9 additions and 8 deletions
+8 -7
View File
@@ -10628,9 +10628,9 @@
} }
}, },
"twitch-api-call": { "twitch-api-call": {
"version": "4.3.0", "version": "4.3.1",
"resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.3.0.tgz", "resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.3.1.tgz",
"integrity": "sha512-fRciZkgidQ29UfVczSOUk2Va0vWsZWpyuSUF9aJ+SFq8+lbDf4tFdB8qZTkAKdvSWoo4y3jMkP2rW8bcO3AR6Q==", "integrity": "sha512-8t0rjzKKrl2JFzp6BBJlm/UIbKAE3GpSVojo9P9gFqCcGfFI7XSZ5hHBePPn6FAtDpxJ4mXlbtRmw1apXY4Tag==",
"requires": { "requires": {
"@d-fischer/cross-fetch": "^4.0.2", "@d-fischer/cross-fetch": "^4.0.2",
"@d-fischer/qs": "^7.0.2", "@d-fischer/qs": "^7.0.2",
@@ -10645,14 +10645,15 @@
} }
}, },
"twitch-auth": { "twitch-auth": {
"version": "4.3.0", "version": "4.3.1",
"resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.3.0.tgz", "resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.3.1.tgz",
"integrity": "sha512-rT2CwAq5TxuFUUkmuBJ73IEbJHFQcBvt1kjRsaGZ1HqYLIQ4LnWO3qAXeQ0G8wbYvpPkWSrQiQiFTEIYntvM1g==", "integrity": "sha512-oVdhgoEF4dS1Dn4ag+9SLmQxjYArKfvLsVD/0gXxCYK4S1fStqtL7frp17LyN1E8Dy3K3zBWs7U7QTTMgdmd8w==",
"requires": { "requires": {
"@d-fischer/deprecate": "^2.0.2", "@d-fischer/deprecate": "^2.0.2",
"@d-fischer/logger": "^2.1.1",
"@d-fischer/shared-utils": "^2.4.1", "@d-fischer/shared-utils": "^2.4.1",
"tslib": "^2.0.3", "tslib": "^2.0.3",
"twitch-api-call": "^4.3.0" "twitch-api-call": "^4.3.1"
}, },
"dependencies": { "dependencies": {
"tslib": { "tslib": {
+1 -1
View File
@@ -48,7 +48,7 @@
"pushover-notifications": "^1.2.2", "pushover-notifications": "^1.2.2",
"twilio": "^3.52.0", "twilio": "^3.52.0",
"twitch": "^4.3.1", "twitch": "^4.3.1",
"twitch-auth": "^4.3.0", "twitch-auth": "^4.3.1",
"twitch-chat-client": "^4.3.0", "twitch-chat-client": "^4.3.0",
"twitter": "^1.7.1", "twitter": "^1.7.1",
"winston": "^3.3.3" "winston": "^3.3.3"