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",
"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"

View File

@@ -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",