From 84deb403ebab06eb2d11ed70723555e6b7cf3b8c Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Wed, 25 Oct 2017 23:44:43 +0200 Subject: [PATCH] Update 'chromecasts' dependency to latest version This should close: - https://github.com/webtorrent/webtorrent-desktop/issues/1193 - https://github.com/webtorrent/webtorrent-desktop/issues/1202 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a7f43b6..359dbe11 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "bitfield": "^1.0.2", "capture-frame": "^1.0.0", "chokidar": "^1.6.1", - "chromecasts": "^1.8.0", + "chromecasts": "^1.9.1", "cp-file": "^4.0.1", "create-torrent": "^3.24.5", "debounce": "^1.0.0",