From 36d54c48b7d424c0315e3d2273ad0cc41adfc829 Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Mon, 4 May 2020 19:28:06 +0200 Subject: [PATCH] Update mumble-client to fix empty ice candidates --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a02bcc..42ee7ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 9bc2235..40c1c09 100644 --- a/package.json +++ b/package.json @@ -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",