mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 01:47:39 +00:00
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:
Generated
+14
-4
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@
|
||||
"top-user-agents": "^1.0.19",
|
||||
"twilio": "^3.54.1",
|
||||
"twitch": "^4.3.6",
|
||||
"twitch-auth": "^4.3.6",
|
||||
"twitch-auth": "^4.3.8",
|
||||
"twitch-chat-client": "^4.3.6",
|
||||
"twitter": "^1.7.1",
|
||||
"winston": "^3.3.3"
|
||||
|
||||
Reference in New Issue
Block a user