chore(deps): bump twitch-chat-client from 4.3.0 to 4.3.2 (#943)

This commit is contained in:
dependabot[bot]
2020-11-28 12:10:54 -05:00
committed by GitHub
parent 7db79345a0
commit a519a79ee7
2 changed files with 4 additions and 31 deletions
+3 -30
View File
@@ -277,15 +277,6 @@
"ws": "^7.3.1" "ws": "^7.3.1"
}, },
"dependencies": { "dependencies": {
"@d-fischer/shared-utils": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/@d-fischer/shared-utils/-/shared-utils-2.4.1.tgz",
"integrity": "sha512-JFkiZ1s+Sx4uIoQ7mrMeOkxVxWBpnS4hCm6R7+UUciPmAR0qgKxNt7x079b3cUFTOSbbF0Inp6ReqNK4w/QgUQ==",
"requires": {
"@types/node": "^14.11.2",
"tslib": "^2.0.3"
}
},
"tslib": { "tslib": {
"version": "2.0.3", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
@@ -4858,15 +4849,6 @@
"tslib": "^2.0.3" "tslib": "^2.0.3"
}, },
"dependencies": { "dependencies": {
"@d-fischer/shared-utils": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/@d-fischer/shared-utils/-/shared-utils-2.4.1.tgz",
"integrity": "sha512-JFkiZ1s+Sx4uIoQ7mrMeOkxVxWBpnS4hCm6R7+UUciPmAR0qgKxNt7x079b3cUFTOSbbF0Inp6ReqNK4w/QgUQ==",
"requires": {
"@types/node": "^14.11.2",
"tslib": "^2.0.3"
}
},
"tslib": { "tslib": {
"version": "2.0.3", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
@@ -10664,9 +10646,9 @@
} }
}, },
"twitch-chat-client": { "twitch-chat-client": {
"version": "4.3.0", "version": "4.3.2",
"resolved": "https://registry.npmjs.org/twitch-chat-client/-/twitch-chat-client-4.3.0.tgz", "resolved": "https://registry.npmjs.org/twitch-chat-client/-/twitch-chat-client-4.3.2.tgz",
"integrity": "sha512-e76J/zDaXOwI29xVSqb/HX7MGhuWXinp/GcfIGhD6kBQ2CIelegtmqoQUFwR/ADYu0wV4uDCHrc8wIjC8r0MIQ==", "integrity": "sha512-jFoBBF3/oF8t+nm23A32bN47pARS2SzV1r48DWu/obCBQCVrni+xp6oEDyLyBdheg/662DKtASkzDGGgF51Y7Q==",
"requires": { "requires": {
"@d-fischer/cache-decorators": "^2.1.1", "@d-fischer/cache-decorators": "^2.1.1",
"@d-fischer/deprecate": "^2.0.2", "@d-fischer/deprecate": "^2.0.2",
@@ -10677,15 +10659,6 @@
"tslib": "^2.0.3" "tslib": "^2.0.3"
}, },
"dependencies": { "dependencies": {
"@d-fischer/shared-utils": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/@d-fischer/shared-utils/-/shared-utils-2.4.1.tgz",
"integrity": "sha512-JFkiZ1s+Sx4uIoQ7mrMeOkxVxWBpnS4hCm6R7+UUciPmAR0qgKxNt7x079b3cUFTOSbbF0Inp6ReqNK4w/QgUQ==",
"requires": {
"@types/node": "^14.11.2",
"tslib": "^2.0.3"
}
},
"tslib": { "tslib": {
"version": "2.0.3", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
+1 -1
View File
@@ -49,7 +49,7 @@
"twilio": "^3.52.0", "twilio": "^3.52.0",
"twitch": "^4.3.1", "twitch": "^4.3.1",
"twitch-auth": "^4.3.1", "twitch-auth": "^4.3.1",
"twitch-chat-client": "^4.3.0", "twitch-chat-client": "^4.3.2",
"twitter": "^1.7.1", "twitter": "^1.7.1",
"winston": "^3.3.3" "winston": "^3.3.3"
}, },