chore(deps): bump twitch from 4.4.6 to 4.4.7 (#1858)

Bumps [twitch](https://github.com/d-fischer/twitch/tree/HEAD/packages/twitch) from 4.4.6 to 4.4.7.
- [Release notes](https://github.com/d-fischer/twitch/releases)
- [Commits](https://github.com/d-fischer/twitch/commits/v4.4.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]
2021-02-02 15:23:17 -05:00
committed by GitHub
parent 8df4339bdb
commit b6d03317ba
2 changed files with 19 additions and 19 deletions
+18 -18
View File
@@ -8662,9 +8662,9 @@
}
},
"twitch": {
"version": "4.4.6",
"resolved": "https://registry.npmjs.org/twitch/-/twitch-4.4.6.tgz",
"integrity": "sha512-Z52lfTTasjvBORRzm8donC5OKiF7h+bgXRpn2QgjRWHnPrjsWWWZAvtdd590SvMnZpHzcmAS7iut8ie5pgs4kA==",
"version": "4.4.7",
"resolved": "https://registry.npmjs.org/twitch/-/twitch-4.4.7.tgz",
"integrity": "sha512-w127rw793X91MXjE8DRTPXYeGyHzhZiaHIinL73lKir5vJfXNmNAZxCmy94jAYS5xZ4unmURWVodi1nymnNRjg==",
"requires": {
"@d-fischer/cache-decorators": "^2.1.1",
"@d-fischer/deprecate": "^2.0.2",
@@ -8673,41 +8673,41 @@
"@d-fischer/shared-utils": "^3.0.1",
"top-package": "^1.0.0",
"tslib": "^2.0.3",
"twitch-api-call": "^4.4.6",
"twitch-auth": "^4.4.6",
"twitch-common": "^4.4.6"
"twitch-api-call": "^4.4.7",
"twitch-auth": "^4.4.7",
"twitch-common": "^4.4.7"
},
"dependencies": {
"twitch-api-call": {
"version": "4.4.6",
"resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.4.6.tgz",
"integrity": "sha512-IBRVgZn6p2wVyo+nKU71cw1YCfUHVbvln4j2JMYhYVHFy9WcWvqc4RZXU66V981fMiSPjStI09LNEo+04rJZEg==",
"version": "4.4.7",
"resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.4.7.tgz",
"integrity": "sha512-/+RvwCHCWNoFfu6iNG39psPeEi+0bCkTDG6ey4D+5kU6rynLa7I0GeR5FlufKIwQakK/gOcdbb9lpNAB/ZBXJQ==",
"requires": {
"@d-fischer/cross-fetch": "^4.0.2",
"@d-fischer/qs": "^7.0.2",
"@types/node-fetch": "^2.5.7",
"node-fetch": "^2.6.1",
"tslib": "^2.0.3",
"twitch-common": "^4.4.6"
"twitch-common": "^4.4.7"
}
},
"twitch-auth": {
"version": "4.4.6",
"resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.4.6.tgz",
"integrity": "sha512-bNL72AqKlginINPggMwig2l/ptVjyOHw7Z8uNttaaJ3Ezza4hPH/ipXvN479nS5cHBylowx3gR8vNOauBLm4qg==",
"version": "4.4.7",
"resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.4.7.tgz",
"integrity": "sha512-nrAQ78pMS7M0sBiM9fQeCOHchple4KChWV+UwarGNXHhH3F9WZhgAuEBdsY5VlJqMAIcfRwWw+A9LX/C+Qaweg==",
"requires": {
"@d-fischer/deprecate": "^2.0.2",
"@d-fischer/logger": "^3.1.0",
"@d-fischer/shared-utils": "^3.0.1",
"tslib": "^2.0.3",
"twitch-api-call": "^4.4.6",
"twitch-common": "^4.4.6"
"twitch-api-call": "^4.4.7",
"twitch-common": "^4.4.7"
}
},
"twitch-common": {
"version": "4.4.6",
"resolved": "https://registry.npmjs.org/twitch-common/-/twitch-common-4.4.6.tgz",
"integrity": "sha512-hi5Tya11I9JD+tuEbq1FVqTCuLeOgitTVrBWe23HBvivESW0NoPzTlL7LkQGBga6kLHifl8SwVbmziLVElTskQ==",
"version": "4.4.7",
"resolved": "https://registry.npmjs.org/twitch-common/-/twitch-common-4.4.7.tgz",
"integrity": "sha512-avf1YI+mA5YNlcI3dg0aGcUomSsLOX0XP0xSyYPCOBRsRS563rVH+Z3SBp7LUe5IyzrWD8nOoW5vkt3shnLlPQ==",
"requires": {
"@d-fischer/logger": "^3.1.0",
"@d-fischer/shared-utils": "^3.0.1",
+1 -1
View File
@@ -58,7 +58,7 @@
"redis": "^3.0.2",
"top-user-agents": "^1.0.19",
"twilio": "^3.55.1",
"twitch": "^4.4.6",
"twitch": "^4.4.7",
"twitch-auth": "^4.4.5",
"twitch-chat-client": "^4.4.5",
"twitter": "^1.7.1",