fix(deps): update dependency chromecasts to v1.10.2

This commit is contained in:
Renovate Bot
2021-10-04 15:16:46 +00:00
committed by renovate[bot]
parent 3150c04ef4
commit 6dbbf8b85b
2 changed files with 16 additions and 15 deletions

29
package-lock.json generated
View File

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

View File

@@ -28,7 +28,7 @@
"bitfield": "4.0.0", "bitfield": "4.0.0",
"capture-frame": "4.0.0", "capture-frame": "4.0.0",
"chokidar": "3.5.2", "chokidar": "3.5.2",
"chromecasts": "1.10.1", "chromecasts": "1.10.2",
"create-torrent": "5.0.1", "create-torrent": "5.0.1",
"debounce": "1.2.1", "debounce": "1.2.1",
"dlnacasts": "0.1.0", "dlnacasts": "0.1.0",