update mediasoup-client dep

master
Iñaki Baz Castillo 2018-02-08 13:53:19 +01:00
parent 926d09967f
commit 83da8e4c09
2 changed files with 8 additions and 8 deletions

14
app/package-lock.json generated
View File

@ -1355,9 +1355,9 @@
}
},
"bowser": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/bowser/-/bowser-1.9.1.tgz",
"integrity": "sha512-UXti1JB6oK8hO983AImunnV6j/fqAEeDlPXh99zhsP5g32oLbxJJ6qcOaUesR+tqqhnUVQHlRJyD0dfiV0Hxaw=="
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/bowser/-/bowser-1.9.2.tgz",
"integrity": "sha512-fuiANC1Bqbqa/S4gmvfCt7bGBmNELMsGZj4Wg3PrP6esP66Ttoj1JSlzFlXtHyduMv07kDNmDsX6VsMWT/MLGg=="
},
"brace-expansion": {
"version": "1.1.8",
@ -7258,11 +7258,11 @@
}
},
"mediasoup-client": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/mediasoup-client/-/mediasoup-client-2.0.10.tgz",
"integrity": "sha512-MarjEX3vhDkstjDHmPE8FBdCUeyF/7tCBB9JgMPF3cNDaHSKRiI895v5ERJtiiXCc+TgArAe9w57B9Ashm17ug==",
"version": "2.0.12",
"resolved": "https://registry.npmjs.org/mediasoup-client/-/mediasoup-client-2.0.12.tgz",
"integrity": "sha512-3XuJt66GiHJvna4W/CufAlHoDNDQbMGKm8BoOq2YkF2+vAFzAmBoyZJVN3AUgRzy4wQ4zc9ulEByaEWM5jejow==",
"requires": {
"bowser": "1.9.1",
"bowser": "1.9.2",
"debug": "3.1.0",
"random-number": "0.0.9",
"sdp-transform": "2.4.0"

View File

@ -13,7 +13,7 @@
"domready": "^1.0.8",
"hark": "^1.1.6",
"js-cookie": "^2.2.0",
"mediasoup-client": "^2.0.10",
"mediasoup-client": "^2.0.12",
"node-random-name": "^1.0.1",
"prop-types": "^15.6.0",
"protoo-client": "^2.0.7",