diff --git a/package-lock.json b/package-lock.json index df9fcac0..b58bb1d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "bitfield": "4.0.0", "capture-frame": "4.0.0", "chokidar": "3.5.2", - "chromecasts": "1.10.1", + "chromecasts": "1.10.2", "create-torrent": "5.0.1", "debounce": "1.2.1", "dlnacasts": "0.1.0", @@ -2986,15 +2986,15 @@ } }, "node_modules/chromecasts": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/chromecasts/-/chromecasts-1.10.1.tgz", - "integrity": "sha512-NsbbMxwLEDevtJtVTrTkr5sQhJPZYJiwJ6RXQ1qO9RURtIlcLBnfoncfrjlQPRLAKuPETHkQcCbxYnqTHvILJA==", + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/chromecasts/-/chromecasts-1.10.2.tgz", + "integrity": "sha512-Pa5nrrCMWukBafWxQ8wwmeRuqs/6nVFAdhRXYcxpDePduAbZZ8lXNZhtGZ5/mmWI1rzrSR6tpRR9J3BtR84yUw==", "dependencies": { "castv2-client": "^1.1.0", "debug": "^2.1.3", "dns-txt": "^2.0.2", "mime": "^1.3.4", - "multicast-dns": "git://github.com/webtorrent/multicast-dns.git#fix-setMulticastInterface", + "multicast-dns": "^7.2.4", "simple-get": "^2.0.0", "thunky": "^0.1.0", "xml2js": "^0.4.8" @@ -3015,9 +3015,9 @@ } }, "node_modules/chromecasts/node_modules/multicast-dns": { - "version": "7.2.3", - "resolved": "git+ssh://git@github.com/webtorrent/multicast-dns.git#9cd95b2b8ac5843bf1da8bdb7f4092f1d7d6f17b", - "license": "MIT", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.4.tgz", + "integrity": "sha512-XkCYOU+rr2Ft3LI6w4ye51M3VK31qJXFIxu0XLw169PtKG0Zx47OrXeVW/GCYOfpC9s1yyyf1S+L8/4LY0J9Zw==", "dependencies": { "dns-packet": "^5.2.2", "thunky": "^1.0.2" @@ -16622,15 +16622,15 @@ } }, "chromecasts": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/chromecasts/-/chromecasts-1.10.1.tgz", - "integrity": "sha512-NsbbMxwLEDevtJtVTrTkr5sQhJPZYJiwJ6RXQ1qO9RURtIlcLBnfoncfrjlQPRLAKuPETHkQcCbxYnqTHvILJA==", + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/chromecasts/-/chromecasts-1.10.2.tgz", + "integrity": "sha512-Pa5nrrCMWukBafWxQ8wwmeRuqs/6nVFAdhRXYcxpDePduAbZZ8lXNZhtGZ5/mmWI1rzrSR6tpRR9J3BtR84yUw==", "requires": { "castv2-client": "^1.1.0", "debug": "^2.1.3", "dns-txt": "^2.0.2", "mime": "^1.3.4", - "multicast-dns": "git://github.com/webtorrent/multicast-dns.git#fix-setMulticastInterface", + "multicast-dns": "^7.2.4", "node-ssdp": "^2.2.0", "simple-get": "^2.0.0", "thunky": "^0.1.0", @@ -16646,8 +16646,9 @@ } }, "multicast-dns": { - "version": "git+ssh://git@github.com/webtorrent/multicast-dns.git#9cd95b2b8ac5843bf1da8bdb7f4092f1d7d6f17b", - "from": "multicast-dns@git://github.com/webtorrent/multicast-dns.git#fix-setMulticastInterface", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.4.tgz", + "integrity": "sha512-XkCYOU+rr2Ft3LI6w4ye51M3VK31qJXFIxu0XLw169PtKG0Zx47OrXeVW/GCYOfpC9s1yyyf1S+L8/4LY0J9Zw==", "requires": { "dns-packet": "^5.2.2", "thunky": "^1.0.2" diff --git a/package.json b/package.json index d6d39899..94cd33dd 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "bitfield": "4.0.0", "capture-frame": "4.0.0", "chokidar": "3.5.2", - "chromecasts": "1.10.1", + "chromecasts": "1.10.2", "create-torrent": "5.0.1", "debounce": "1.2.1", "dlnacasts": "0.1.0",