Bump pusher-js from 4.2.2 to 4.3.0 (#582)
Bumps [pusher-js](https://github.com/pusher/pusher-js) from 4.2.2 to 4.3.0. - [Release notes](https://github.com/pusher/pusher-js/releases) - [Changelog](https://github.com/pusher/pusher-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/pusher/pusher-js/compare/v4.2.2...v4.3.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
dcb73a7009
commit
3fce22bfa3
2 changed files with 14 additions and 4 deletions
|
|
@ -95,7 +95,7 @@
|
|||
"preact": "^8.2.5",
|
||||
"preact-textarea-autosize": "^4.0.7",
|
||||
"prop-types": "^15.6.2",
|
||||
"pusher-js": "^4.2.2",
|
||||
"pusher-js": "^4.3.0",
|
||||
"twilio-video": "^1.10.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
16
yarn.lock
16
yarn.lock
|
|
@ -8002,11 +8002,13 @@ punycode@^2.1.0:
|
|||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.0.tgz#5f863edc89b96db09074bad7947bf09056ca4e7d"
|
||||
|
||||
pusher-js@^4.2.2:
|
||||
version "4.2.2"
|
||||
resolved "https://registry.yarnpkg.com/pusher-js/-/pusher-js-4.2.2.tgz#de391bfb14d221ef96f462304f8a73b95ce9acc5"
|
||||
pusher-js@^4.3.0:
|
||||
version "4.3.0"
|
||||
resolved "https://registry.yarnpkg.com/pusher-js/-/pusher-js-4.3.0.tgz#b24319a5b0b784dc49498515274994488eff2f10"
|
||||
dependencies:
|
||||
faye-websocket "0.9.4"
|
||||
tweetnacl "^1.0.0"
|
||||
tweetnacl-util "^0.15.0"
|
||||
xmlhttprequest "^1.8.0"
|
||||
|
||||
q@^1.1.2:
|
||||
|
|
@ -9663,10 +9665,18 @@ tunnel-agent@^0.6.0:
|
|||
dependencies:
|
||||
safe-buffer "^5.0.1"
|
||||
|
||||
tweetnacl-util@^0.15.0:
|
||||
version "0.15.0"
|
||||
resolved "https://registry.yarnpkg.com/tweetnacl-util/-/tweetnacl-util-0.15.0.tgz#4576c1cee5e2d63d207fee52f1ba02819480bc75"
|
||||
|
||||
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
|
||||
version "0.14.5"
|
||||
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
|
||||
|
||||
tweetnacl@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-1.0.0.tgz#713d8b818da42068740bf68386d0479e66fc8a7b"
|
||||
|
||||
twilio-video@^1.10.0:
|
||||
version "1.10.0"
|
||||
resolved "https://registry.yarnpkg.com/twilio-video/-/twilio-video-1.10.0.tgz#5345f7b664a815a0fc35b99820cdfe19984ae56f"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue