mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
chore(deps): bump twitch-auth from 4.2.6 to 4.2.7 (#566)
Bumps [twitch-auth](https://github.com/d-fischer/twitch/tree/HEAD/packages/twitch-auth) from 4.2.6 to 4.2.7. - [Release notes](https://github.com/d-fischer/twitch/releases) - [Commits](https://github.com/d-fischer/twitch/commits/v4.2.7/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
@@ -8736,20 +8736,30 @@
|
||||
}
|
||||
},
|
||||
"twitch-auth": {
|
||||
"version": "4.2.6",
|
||||
"resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.2.6.tgz",
|
||||
"integrity": "sha512-gvuYR5O5q3KQueAXqEpfaZw4Wrp28w/ElCII7zFeccDjBQd6jpQ7fTYLFY0xHhsFbCZPYg8JvgtSjFQJXBMa2g==",
|
||||
"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==",
|
||||
"requires": {
|
||||
"@d-fischer/deprecate": "^2.0.1",
|
||||
"@d-fischer/shared-utils": "^2.3.2",
|
||||
"tslib": "^2.0.0",
|
||||
"twitch-api-call": "^4.2.6"
|
||||
"twitch-api-call": "^4.2.7"
|
||||
},
|
||||
"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.2.7",
|
||||
"resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.2.7.tgz",
|
||||
"integrity": "sha512-nnDnPxDC4+mvE5ijb7T3XGm0tL/AEMgKajgn6Ick5IyyKWHg9GIu2PWhDE/ZyrJIIS5+hcTEnlUTbdN7fRBSjA==",
|
||||
"requires": {
|
||||
"@d-fischer/cross-fetch": "^4.0.1",
|
||||
"@d-fischer/qs": "^7.0.2",
|
||||
"tslib": "^2.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@
|
||||
"pushover-notifications": "^1.2.2",
|
||||
"twilio": "^3.50.0",
|
||||
"twitch": "^4.2.6",
|
||||
"twitch-auth": "^4.2.6",
|
||||
"twitch-auth": "^4.2.7",
|
||||
"twitch-chat-client": "^4.2.6",
|
||||
"twitter": "^1.7.1",
|
||||
"winston": "^3.3.3"
|
||||
|
||||
Reference in New Issue
Block a user