Update mumble-client to fix empty ice candidates

This commit is contained in:
Jonas Herzig 2020-05-04 19:28:06 +02:00
parent 2fda5fd158
commit 36d54c48b7
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -5775,8 +5775,8 @@
"dev": true
},
"mumble-client": {
"version": "github:johni0702/mumble-client#ddf84245ff5d10a4f1913f0bbd864127ff044571",
"from": "github:johni0702/mumble-client#ddf8424",
"version": "github:johni0702/mumble-client#f73a08bcb223c530326d44484a357380dfe3e6ee",
"from": "github:johni0702/mumble-client#f73a08b",
"dev": true,
"requires": {
"drop-stream": "^0.1.1",

View file

@ -38,7 +38,7 @@
"knockout": "^3.5.1",
"lodash.assign": "^4.2.0",
"microphone-stream": "^5.0.1",
"mumble-client": "github:johni0702/mumble-client#ddf8424",
"mumble-client": "github:johni0702/mumble-client#f73a08b",
"mumble-client-websocket": "^1.0.0",
"node-sass": "^4.13.1",
"raw-loader": "^4.0.0",