From 65886933eea3d83141feb34de94f168236883f60 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Sep 2021 03:01:36 +0000 Subject: [PATCH] fix(deps): update dependency chromecasts to v1.10.1 --- package-lock.json | 27 +++++++++++++-------------- package.json | 2 +- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6368fb5e..1f04af7c 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.0", + "chromecasts": "1.10.1", "create-torrent": "5.0.1", "debounce": "1.2.1", "dlnacasts": "0.1.0", @@ -3449,15 +3449,15 @@ } }, "node_modules/chromecasts": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/chromecasts/-/chromecasts-1.10.0.tgz", - "integrity": "sha512-vrOiuHxqLb0bWRBlvyL18cHU8PcbZ7iJvwDB6aHdbtdIDVWuzWWZwDyAWHu54j4JNqyaAyYBJiJ6bbHInVcqBQ==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/chromecasts/-/chromecasts-1.10.1.tgz", + "integrity": "sha512-NsbbMxwLEDevtJtVTrTkr5sQhJPZYJiwJ6RXQ1qO9RURtIlcLBnfoncfrjlQPRLAKuPETHkQcCbxYnqTHvILJA==", "dependencies": { "castv2-client": "^1.1.0", "debug": "^2.1.3", "dns-txt": "^2.0.2", "mime": "^1.3.4", - "multicast-dns": "^7.2.2", + "multicast-dns": "git://github.com/webtorrent/multicast-dns.git#fix-setMulticastInterface", "simple-get": "^2.0.0", "thunky": "^0.1.0", "xml2js": "^0.4.8" @@ -3479,8 +3479,8 @@ }, "node_modules/chromecasts/node_modules/multicast-dns": { "version": "7.2.3", - "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.3.tgz", - "integrity": "sha512-TzxgGSLRLB7tqAlzjgd2x2ZE0cDsGFq4rs9W4yE5xp+7hlRXeUQGtXZsTGfGw2FwWB45rfe8DtXMYBpZGMLUng==", + "resolved": "git+ssh://git@github.com/webtorrent/multicast-dns.git#9cd95b2b8ac5843bf1da8bdb7f4092f1d7d6f17b", + "license": "MIT", "dependencies": { "dns-packet": "^5.2.2", "thunky": "^1.0.2" @@ -19044,15 +19044,15 @@ } }, "chromecasts": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/chromecasts/-/chromecasts-1.10.0.tgz", - "integrity": "sha512-vrOiuHxqLb0bWRBlvyL18cHU8PcbZ7iJvwDB6aHdbtdIDVWuzWWZwDyAWHu54j4JNqyaAyYBJiJ6bbHInVcqBQ==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/chromecasts/-/chromecasts-1.10.1.tgz", + "integrity": "sha512-NsbbMxwLEDevtJtVTrTkr5sQhJPZYJiwJ6RXQ1qO9RURtIlcLBnfoncfrjlQPRLAKuPETHkQcCbxYnqTHvILJA==", "requires": { "castv2-client": "^1.1.0", "debug": "^2.1.3", "dns-txt": "^2.0.2", "mime": "^1.3.4", - "multicast-dns": "^7.2.2", + "multicast-dns": "git://github.com/webtorrent/multicast-dns.git#fix-setMulticastInterface", "node-ssdp": "^2.2.0", "simple-get": "^2.0.0", "thunky": "^0.1.0", @@ -19068,9 +19068,8 @@ } }, "multicast-dns": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.3.tgz", - "integrity": "sha512-TzxgGSLRLB7tqAlzjgd2x2ZE0cDsGFq4rs9W4yE5xp+7hlRXeUQGtXZsTGfGw2FwWB45rfe8DtXMYBpZGMLUng==", + "version": "git+ssh://git@github.com/webtorrent/multicast-dns.git#9cd95b2b8ac5843bf1da8bdb7f4092f1d7d6f17b", + "from": "multicast-dns@git://github.com/webtorrent/multicast-dns.git#fix-setMulticastInterface", "requires": { "dns-packet": "^5.2.2", "thunky": "^1.0.2" diff --git a/package.json b/package.json index 4c6235ef..9fec3260 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.0", + "chromecasts": "1.10.1", "create-torrent": "5.0.1", "debounce": "1.2.1", "dlnacasts": "0.1.0",