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

This commit is contained in:
Renovate Bot
2021-09-23 03:01:36 +00:00
committed by renovate[bot]
parent f300d8af21
commit 65886933ee
2 changed files with 14 additions and 15 deletions

27
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.0", "chromecasts": "1.10.1",
"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",
@@ -3449,15 +3449,15 @@
} }
}, },
"node_modules/chromecasts": { "node_modules/chromecasts": {
"version": "1.10.0", "version": "1.10.1",
"resolved": "https://registry.npmjs.org/chromecasts/-/chromecasts-1.10.0.tgz", "resolved": "https://registry.npmjs.org/chromecasts/-/chromecasts-1.10.1.tgz",
"integrity": "sha512-vrOiuHxqLb0bWRBlvyL18cHU8PcbZ7iJvwDB6aHdbtdIDVWuzWWZwDyAWHu54j4JNqyaAyYBJiJ6bbHInVcqBQ==", "integrity": "sha512-NsbbMxwLEDevtJtVTrTkr5sQhJPZYJiwJ6RXQ1qO9RURtIlcLBnfoncfrjlQPRLAKuPETHkQcCbxYnqTHvILJA==",
"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": "^7.2.2", "multicast-dns": "git://github.com/webtorrent/multicast-dns.git#fix-setMulticastInterface",
"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"
@@ -3479,8 +3479,8 @@
}, },
"node_modules/chromecasts/node_modules/multicast-dns": { "node_modules/chromecasts/node_modules/multicast-dns": {
"version": "7.2.3", "version": "7.2.3",
"resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.3.tgz", "resolved": "git+ssh://git@github.com/webtorrent/multicast-dns.git#9cd95b2b8ac5843bf1da8bdb7f4092f1d7d6f17b",
"integrity": "sha512-TzxgGSLRLB7tqAlzjgd2x2ZE0cDsGFq4rs9W4yE5xp+7hlRXeUQGtXZsTGfGw2FwWB45rfe8DtXMYBpZGMLUng==", "license": "MIT",
"dependencies": { "dependencies": {
"dns-packet": "^5.2.2", "dns-packet": "^5.2.2",
"thunky": "^1.0.2" "thunky": "^1.0.2"
@@ -19044,15 +19044,15 @@
} }
}, },
"chromecasts": { "chromecasts": {
"version": "1.10.0", "version": "1.10.1",
"resolved": "https://registry.npmjs.org/chromecasts/-/chromecasts-1.10.0.tgz", "resolved": "https://registry.npmjs.org/chromecasts/-/chromecasts-1.10.1.tgz",
"integrity": "sha512-vrOiuHxqLb0bWRBlvyL18cHU8PcbZ7iJvwDB6aHdbtdIDVWuzWWZwDyAWHu54j4JNqyaAyYBJiJ6bbHInVcqBQ==", "integrity": "sha512-NsbbMxwLEDevtJtVTrTkr5sQhJPZYJiwJ6RXQ1qO9RURtIlcLBnfoncfrjlQPRLAKuPETHkQcCbxYnqTHvILJA==",
"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": "^7.2.2", "multicast-dns": "git://github.com/webtorrent/multicast-dns.git#fix-setMulticastInterface",
"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",
@@ -19068,9 +19068,8 @@
} }
}, },
"multicast-dns": { "multicast-dns": {
"version": "7.2.3", "version": "git+ssh://git@github.com/webtorrent/multicast-dns.git#9cd95b2b8ac5843bf1da8bdb7f4092f1d7d6f17b",
"resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.3.tgz", "from": "multicast-dns@git://github.com/webtorrent/multicast-dns.git#fix-setMulticastInterface",
"integrity": "sha512-TzxgGSLRLB7tqAlzjgd2x2ZE0cDsGFq4rs9W4yE5xp+7hlRXeUQGtXZsTGfGw2FwWB45rfe8DtXMYBpZGMLUng==",
"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.0", "chromecasts": "1.10.1",
"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",