Bump twilio-video from 2.1.0 to 2.2.0 (#6272)

This commit is contained in:
dependabot-preview[bot] 2020-02-24 18:14:13 -05:00 committed by GitHub
parent e9a0efbbf2
commit 40290a633c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 10 deletions

View file

@ -112,7 +112,7 @@
"pusher-js": "^5.1.1",
"rails-erb-loader": "^5.5.2",
"stimulus": "^1.1.1",
"twilio-video": "^2.1.0",
"twilio-video": "^2.2.0",
"web-share-wrapper": "^0.2.1"
},
"jest": {

View file

@ -450,10 +450,10 @@
react-split-pane "^0.1.77"
react-treebeard "^2.1.0"
"@twilio/webrtc@4.1.3":
version "4.1.3"
resolved "https://registry.yarnpkg.com/@twilio/webrtc/-/webrtc-4.1.3.tgz#38f72ff1772408f179409e0ac21a33f043140145"
integrity sha512-0KjCrrpczoWQTO5RSBg+ZCDvrlgjBLhjPYN9SKstlIsOnEgtg6H1EsUt6CP7FFWLh9J3iQNuclC1gVib1PQpKw==
"@twilio/webrtc@4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@twilio/webrtc/-/webrtc-4.2.0.tgz#f4978ca807116536b5ffcb5e56b5ff076cb5eebb"
integrity sha512-MmxRVuQtKSKqSsspe9cGuhIH+p7EuEhainHXvdys8QdFbBpnRkGuQKNwwiNzwf+9DcTvlw1B32q3TDgyfqopKw==
"@types/color-name@^1.1.1":
version "1.1.1"
@ -2072,6 +2072,13 @@ babylon@^6.18.0:
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
backoff@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/backoff/-/backoff-2.5.0.tgz#f616eda9d3e4b66b8ca7fca79f695722c5f8e26f"
integrity sha1-9hbtqdPktmuMp/ynn2lXIsX44m8=
dependencies:
precond "0.2"
balanced-match@0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.1.0.tgz#b504bd05869b39259dd0c5efc35d843176dccc4a"
@ -9854,6 +9861,11 @@ preact@^8.5.3:
resolved "https://registry.yarnpkg.com/preact/-/preact-8.5.3.tgz#78c2a5562fcecb1fed1d0055fa4ac1e27bde17c1"
integrity sha512-O3kKP+1YdgqHOFsZF2a9JVdtqD+RPzCQc3rP+Ualf7V6rmRDchZ9MJbiGTT7LuyqFKZqlHSOyO/oMFmI2lVTsw==
precond@0.2:
version "0.2.3"
resolved "https://registry.yarnpkg.com/precond/-/precond-0.2.3.tgz#aa9591bcaa24923f1e0f4849d240f47efc1075ac"
integrity sha1-qpWRvKokkj8eD0hJ0kD0fvwQdaw=
prelude-ls@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
@ -12196,12 +12208,13 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
twilio-video@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/twilio-video/-/twilio-video-2.1.0.tgz#c2ed4084b86a4c58baab404c4fd7d562edcc8d42"
integrity sha512-Zc2gCn7VVRhd50HyuGAPO32C+QcjoRmich3A4ABPor5qRn7qONp7U6n/nbH5yAgxYaJ1NtbcCeMCJQPYpP1xHg==
twilio-video@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/twilio-video/-/twilio-video-2.2.0.tgz#77a2a74ae4f78c88fcd6f83cec7f7e750d84abe5"
integrity sha512-Tb5o/ZtuX6OyyXOdt1B5Fx1YXRLdnNvnN6AULjm/SU3ZN+oXtpK5l58KL13qegZvbUrXJE6JXRgHUaFWuf2ykQ==
dependencies:
"@twilio/webrtc" "4.1.3"
"@twilio/webrtc" "4.2.0"
backoff "^2.5.0"
ws "^3.3.1"
xmlhttprequest "^1.8.0"