mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
chore(deps): bump twitch-chat-client from 4.3.6 to 4.3.8 (#1534)
Bumps [twitch-chat-client](https://github.com/d-fischer/twitch/tree/HEAD/packages/twitch-chat-client) 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-chat-client) 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
+39
-20
@@ -254,20 +254,29 @@
|
||||
}
|
||||
},
|
||||
"@d-fischer/connection": {
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@d-fischer/connection/-/connection-6.3.1.tgz",
|
||||
"integrity": "sha512-Lkf0cvLaeSN6lbDSUjUeBBV5dDmtc8VZflH8a0UZLn5kDpBAa0c+bO4pksrIOubR/HaTtBs6kCu5EimGLIGYXA==",
|
||||
"version": "6.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@d-fischer/connection/-/connection-6.4.0.tgz",
|
||||
"integrity": "sha512-vlUltrbbUBRL7l7QGPb++/jG3lypZmtsOldxaqPEvBht/1NDxU/z6Oz1i+LNin+nDofE0SV8oD6CRNTwDx+baQ==",
|
||||
"requires": {
|
||||
"@d-fischer/isomorphic-ws": "^5.0.2",
|
||||
"@d-fischer/logger": "^2.1.1",
|
||||
"@d-fischer/shared-utils": "^2.4.1",
|
||||
"@d-fischer/typed-event-emitter": "^3.1.1",
|
||||
"@types/node": "^14.11.2",
|
||||
"@d-fischer/shared-utils": "^3.0.1",
|
||||
"@d-fischer/typed-event-emitter": "^3.2.2",
|
||||
"@types/node": "^14.14.16",
|
||||
"@types/ws": "^7.2.7",
|
||||
"tslib": "^2.0.3",
|
||||
"ws": "^7.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@d-fischer/shared-utils": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@d-fischer/shared-utils/-/shared-utils-3.0.1.tgz",
|
||||
"integrity": "sha512-q+ipJ0HN1SeC9MXYLpZvtNjNwaEhqmVK0pquaEjWWAZGntEzTQ1KugBUHeYo04dPdOCh7Eovn/hp1mvobc0rgg==",
|
||||
"requires": {
|
||||
"@types/node": "^14.11.2",
|
||||
"tslib": "^2.0.3"
|
||||
}
|
||||
},
|
||||
"tslib": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
|
||||
@@ -370,9 +379,9 @@
|
||||
}
|
||||
},
|
||||
"@d-fischer/typed-event-emitter": {
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@d-fischer/typed-event-emitter/-/typed-event-emitter-3.1.1.tgz",
|
||||
"integrity": "sha512-Tfk0ACUOzf292YwR7hFkLZWhgEAfFi9cqmc5zFHYQVNH/Vt5SLsrZrI4ZZaPGJGYpbtQl3726zNMg9Mqof7Ciw==",
|
||||
"version": "3.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@d-fischer/typed-event-emitter/-/typed-event-emitter-3.2.2.tgz",
|
||||
"integrity": "sha512-qT53HcoEM644EiDYMG1mz478qcys7p/mya+7d7annFlXmHCJlZ3tfKJWonDf/itKOBdjaaiRqV2goS+85dsWVA==",
|
||||
"requires": {
|
||||
"@types/node": "^14.11.2",
|
||||
"tslib": "^2.0.3"
|
||||
@@ -5299,20 +5308,29 @@
|
||||
"integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk="
|
||||
},
|
||||
"ircv3": {
|
||||
"version": "0.26.7",
|
||||
"resolved": "https://registry.npmjs.org/ircv3/-/ircv3-0.26.7.tgz",
|
||||
"integrity": "sha512-DGukT379szK0+7LomB2cwLuyL6KGZ9JZG22yj9K44ShSph7AUIlXlGDhBeoU61LCJMxUVqjy+GyXdlLfOUBK/g==",
|
||||
"version": "0.26.9",
|
||||
"resolved": "https://registry.npmjs.org/ircv3/-/ircv3-0.26.9.tgz",
|
||||
"integrity": "sha512-JDhwHES6G2yQQF1ktKQZrxoXzcEFICMp1hxHPBUShtDW8tEGeyH2ASURpsqwxLlm2OGKq9oXc7nXa3/HgVckmg==",
|
||||
"requires": {
|
||||
"@d-fischer/connection": "^6.3.1",
|
||||
"@d-fischer/connection": "^6.4.0",
|
||||
"@d-fischer/escape-string-regexp": "^5.0.0",
|
||||
"@d-fischer/logger": "^2.1.1",
|
||||
"@d-fischer/shared-utils": "^2.4.1",
|
||||
"@d-fischer/typed-event-emitter": "^3.1.1",
|
||||
"@types/node": "^14.11.2",
|
||||
"@d-fischer/shared-utils": "^3.0.1",
|
||||
"@d-fischer/typed-event-emitter": "^3.2.2",
|
||||
"@types/node": "^14.14.16",
|
||||
"klona": "^2.0.4",
|
||||
"tslib": "^2.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@d-fischer/shared-utils": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@d-fischer/shared-utils/-/shared-utils-3.0.1.tgz",
|
||||
"integrity": "sha512-q+ipJ0HN1SeC9MXYLpZvtNjNwaEhqmVK0pquaEjWWAZGntEzTQ1KugBUHeYo04dPdOCh7Eovn/hp1mvobc0rgg==",
|
||||
"requires": {
|
||||
"@types/node": "^14.11.2",
|
||||
"tslib": "^2.0.3"
|
||||
}
|
||||
},
|
||||
"tslib": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
|
||||
@@ -11377,9 +11395,9 @@
|
||||
}
|
||||
},
|
||||
"twitch-chat-client": {
|
||||
"version": "4.3.6",
|
||||
"resolved": "https://registry.npmjs.org/twitch-chat-client/-/twitch-chat-client-4.3.6.tgz",
|
||||
"integrity": "sha512-Sd2753X+bhyswb5ykFk9MmoRZ3mqwvPbhh4M/EpZfdIOU0/G9OylAu/IBqK7G0nfLzZgtDb4H5stK0klrX8qbw==",
|
||||
"version": "4.3.8",
|
||||
"resolved": "https://registry.npmjs.org/twitch-chat-client/-/twitch-chat-client-4.3.8.tgz",
|
||||
"integrity": "sha512-rOkwJEkrnEnbbB85H5NtP39FF9sbXujz5bZZ/9PKeyafBbxzH8Z2BnrW9czUvMdv+I6Id6Hff43hGzmV9IPoJw==",
|
||||
"requires": {
|
||||
"@d-fischer/cache-decorators": "^2.1.1",
|
||||
"@d-fischer/deprecate": "^2.0.2",
|
||||
@@ -11387,7 +11405,8 @@
|
||||
"@d-fischer/shared-utils": "^2.4.1",
|
||||
"@d-fischer/typed-event-emitter": "^3.1.1",
|
||||
"ircv3": "^0.26.5",
|
||||
"tslib": "^2.0.3"
|
||||
"tslib": "^2.0.3",
|
||||
"twitch-auth": "^4.3.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": {
|
||||
|
||||
+1
-1
@@ -54,7 +54,7 @@
|
||||
"twilio": "^3.54.1",
|
||||
"twitch": "^4.3.6",
|
||||
"twitch-auth": "^4.3.8",
|
||||
"twitch-chat-client": "^4.3.6",
|
||||
"twitch-chat-client": "^4.3.8",
|
||||
"twitter": "^1.7.1",
|
||||
"winston": "^3.3.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user