mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
chore(deps): bump twitch-auth from 4.4.0 to 4.4.5 (#1782)
Bumps [twitch-auth](https://github.com/d-fischer/twitch/tree/HEAD/packages/twitch-auth) from 4.4.0 to 4.4.5. - [Release notes](https://github.com/d-fischer/twitch/releases) - [Commits](https://github.com/d-fischer/twitch/commits/v4.4.5/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
+33
-9
@@ -8717,29 +8717,53 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"twitch-api-call": {
|
"twitch-api-call": {
|
||||||
"version": "4.4.0",
|
"version": "4.4.5",
|
||||||
"resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.4.5.tgz",
|
||||||
"integrity": "sha512-1fMviCTbEjzUHdKssMpQAAcSuYec3UqI2c/VBt0zpXzgbZoywgxlzTJIUWGZGyTFdRSIWskWrlI/zEqdX87Srg==",
|
"integrity": "sha512-wZ/RYzdZJPRxOMewVCM4JQNv4bJLQesjJelz3y0X4hyD6VGOhD/akVnBMlyA5WyNaxPAi6ko0ZYN3h4LA4SQcA==",
|
||||||
"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",
|
||||||
"@types/node-fetch": "^2.5.7",
|
"@types/node-fetch": "^2.5.7",
|
||||||
"node-fetch": "^2.6.1",
|
"node-fetch": "^2.6.1",
|
||||||
"tslib": "^2.0.3",
|
"tslib": "^2.0.3",
|
||||||
"twitch-common": "^4.4.0"
|
"twitch-common": "^4.4.5"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"twitch-common": {
|
||||||
|
"version": "4.4.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/twitch-common/-/twitch-common-4.4.5.tgz",
|
||||||
|
"integrity": "sha512-4rGl/ZJRKnCRdrcDBPNMjJf/v7MR0ddNL/jqXMY1BXsrxp79/d16VCmglJkvkvElA5AqjnHa7qbm4+AMtBOBUQ==",
|
||||||
|
"requires": {
|
||||||
|
"@d-fischer/logger": "^3.1.0",
|
||||||
|
"@d-fischer/shared-utils": "^3.0.1",
|
||||||
|
"tslib": "^2.0.3"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"twitch-auth": {
|
"twitch-auth": {
|
||||||
"version": "4.4.0",
|
"version": "4.4.5",
|
||||||
"resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.4.5.tgz",
|
||||||
"integrity": "sha512-dHOfSCNMx1unzFVrzIfSuy0TyxknGQV56mg1hJuUOBzQRLMuZ+TmoycFXQvkAS1kMfMR+lAVSP/aR+qny18KSQ==",
|
"integrity": "sha512-lHVQ2amdUxHGOuKFGEewLlCbh0YzEvHTRXuC5q5SPOAmbK392OiFbX/wlEqLWHU7yk8xFeIu6P4bIWAV+2LiJw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@d-fischer/deprecate": "^2.0.2",
|
"@d-fischer/deprecate": "^2.0.2",
|
||||||
"@d-fischer/logger": "^3.1.0",
|
"@d-fischer/logger": "^3.1.0",
|
||||||
"@d-fischer/shared-utils": "^3.0.1",
|
"@d-fischer/shared-utils": "^3.0.1",
|
||||||
"tslib": "^2.0.3",
|
"tslib": "^2.0.3",
|
||||||
"twitch-api-call": "^4.4.0",
|
"twitch-api-call": "^4.4.5",
|
||||||
"twitch-common": "^4.4.0"
|
"twitch-common": "^4.4.5"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"twitch-common": {
|
||||||
|
"version": "4.4.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/twitch-common/-/twitch-common-4.4.5.tgz",
|
||||||
|
"integrity": "sha512-4rGl/ZJRKnCRdrcDBPNMjJf/v7MR0ddNL/jqXMY1BXsrxp79/d16VCmglJkvkvElA5AqjnHa7qbm4+AMtBOBUQ==",
|
||||||
|
"requires": {
|
||||||
|
"@d-fischer/logger": "^3.1.0",
|
||||||
|
"@d-fischer/shared-utils": "^3.0.1",
|
||||||
|
"tslib": "^2.0.3"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"twitch-chat-client": {
|
"twitch-chat-client": {
|
||||||
|
|||||||
+1
-1
@@ -59,7 +59,7 @@
|
|||||||
"top-user-agents": "^1.0.19",
|
"top-user-agents": "^1.0.19",
|
||||||
"twilio": "^3.55.0",
|
"twilio": "^3.55.0",
|
||||||
"twitch": "^4.4.5",
|
"twitch": "^4.4.5",
|
||||||
"twitch-auth": "^4.4.0",
|
"twitch-auth": "^4.4.5",
|
||||||
"twitch-chat-client": "^4.4.0",
|
"twitch-chat-client": "^4.4.0",
|
||||||
"twitter": "^1.7.1",
|
"twitter": "^1.7.1",
|
||||||
"winston": "^3.3.3"
|
"winston": "^3.3.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user