fix(deps): update dependency webtorrent to v1.1.0

This commit is contained in:
Renovate Bot
2021-06-30 21:04:55 +00:00
committed by renovate[bot]
parent 1cfa101b90
commit 50bf04c73a
2 changed files with 42 additions and 8 deletions

48
package-lock.json generated
View File

@@ -40,7 +40,7 @@
"simple-get": "4.0.0",
"srt-to-vtt": "1.1.3",
"vlc-command": "1.2.0",
"webtorrent": "1.0.4",
"webtorrent": "1.1.0",
"winreg": "1.2.4"
},
"devDependencies": {
@@ -3027,6 +3027,29 @@
"node": ">=0.10.0"
}
},
"node_modules/cache-chunk-store": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/cache-chunk-store/-/cache-chunk-store-3.2.2.tgz",
"integrity": "sha512-2lJdWbgHFFxcSth9s2wpId3CR3v1YC63KjP4T9WhpW7LWlY7Hiiei3QwwqzkWqlJTfR8lSy9F5kRQECeyj+yQA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"dependencies": {
"lru": "^3.1.0",
"queue-microtask": "^1.2.3"
}
},
"node_modules/cacheable-lookup": {
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.3.tgz",
@@ -15259,9 +15282,9 @@
}
},
"node_modules/webtorrent": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.0.4.tgz",
"integrity": "sha512-q870O66VABrpPu3KGiWeoVDXrDvBv5uHJX+zAWhqj1F+Rql7drifd3w9QYbAlUpN2lhnsNm0JI3DT6KDAw98hw==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.1.0.tgz",
"integrity": "sha512-v5TS7MXmNRJqTWv7+a2wE4KGGZI/RyG4XpxWb1oJ4/CwpQaO5mJ5UA6Aj9unVbgEMLpyIy4xcHgOjE82wpyeUQ==",
"funding": [
{
"type": "github",
@@ -15281,6 +15304,7 @@
"bitfield": "^4.0.0",
"bittorrent-dht": "^10.0.0",
"bittorrent-protocol": "^3.3.1",
"cache-chunk-store": "^3.2.2",
"chrome-net": "^3.3.4",
"chunk-store-stream": "^4.3.0",
"cpus": "^1.0.3",
@@ -18306,6 +18330,15 @@
"unset-value": "^1.0.0"
}
},
"cache-chunk-store": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/cache-chunk-store/-/cache-chunk-store-3.2.2.tgz",
"integrity": "sha512-2lJdWbgHFFxcSth9s2wpId3CR3v1YC63KjP4T9WhpW7LWlY7Hiiei3QwwqzkWqlJTfR8lSy9F5kRQECeyj+yQA==",
"requires": {
"lru": "^3.1.0",
"queue-microtask": "^1.2.3"
}
},
"cacheable-lookup": {
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.3.tgz",
@@ -28029,14 +28062,15 @@
}
},
"webtorrent": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.0.4.tgz",
"integrity": "sha512-q870O66VABrpPu3KGiWeoVDXrDvBv5uHJX+zAWhqj1F+Rql7drifd3w9QYbAlUpN2lhnsNm0JI3DT6KDAw98hw==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.1.0.tgz",
"integrity": "sha512-v5TS7MXmNRJqTWv7+a2wE4KGGZI/RyG4XpxWb1oJ4/CwpQaO5mJ5UA6Aj9unVbgEMLpyIy4xcHgOjE82wpyeUQ==",
"requires": {
"addr-to-ip-port": "^1.5.1",
"bitfield": "^4.0.0",
"bittorrent-dht": "^10.0.0",
"bittorrent-protocol": "^3.3.1",
"cache-chunk-store": "^3.2.2",
"chrome-net": "^3.3.4",
"chunk-store-stream": "^4.3.0",
"cpus": "^1.0.3",

View File

@@ -53,7 +53,7 @@
"simple-get": "4.0.0",
"srt-to-vtt": "1.1.3",
"vlc-command": "1.2.0",
"webtorrent": "1.0.4",
"webtorrent": "1.1.0",
"winreg": "1.2.4"
},
"devDependencies": {