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

This commit is contained in:
Renovate Bot
2021-07-11 03:10:13 +00:00
committed by renovate[bot]
parent 200f385d23
commit 86182417cc
2 changed files with 10 additions and 10 deletions

18
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.2.0",
"webtorrent": "1.2.2",
"winreg": "1.2.4"
},
"devDependencies": {
@@ -15417,9 +15417,9 @@
}
},
"node_modules/webtorrent": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.2.0.tgz",
"integrity": "sha512-iSeWKHYYdgAQOpxjugzYOJ2gIF7JTJpNL3lEieOo3MvcNhLsVYEWJCfqaLb8hAHu/hfQGmQ6Hs2DCyGCE7PWiQ==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.2.2.tgz",
"integrity": "sha512-1pM8HsB4WG1MBRV7retGf6AtMQ5osngMvA6x/kUEGfqhQTAJXaBjqEOW19+48H0UbC9PtQuvSDHDDrNcjuzXDA==",
"funding": [
{
"type": "github",
@@ -15444,7 +15444,7 @@
"chunk-store-stream": "^4.3.0",
"cpus": "^1.0.3",
"create-torrent": "^4.7.0",
"debug": "^4.3.1",
"debug": "^4.3.2",
"end-of-stream": "^1.4.4",
"escape-html": "^1.0.3",
"fs-chunk-store": "^2.0.3",
@@ -28209,9 +28209,9 @@
}
},
"webtorrent": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.2.0.tgz",
"integrity": "sha512-iSeWKHYYdgAQOpxjugzYOJ2gIF7JTJpNL3lEieOo3MvcNhLsVYEWJCfqaLb8hAHu/hfQGmQ6Hs2DCyGCE7PWiQ==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.2.2.tgz",
"integrity": "sha512-1pM8HsB4WG1MBRV7retGf6AtMQ5osngMvA6x/kUEGfqhQTAJXaBjqEOW19+48H0UbC9PtQuvSDHDDrNcjuzXDA==",
"requires": {
"addr-to-ip-port": "^1.5.1",
"bitfield": "^4.0.0",
@@ -28222,7 +28222,7 @@
"chunk-store-stream": "^4.3.0",
"cpus": "^1.0.3",
"create-torrent": "^4.7.0",
"debug": "^4.3.1",
"debug": "^4.3.2",
"end-of-stream": "^1.4.4",
"escape-html": "^1.0.3",
"fs-chunk-store": "^2.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.2.0",
"webtorrent": "1.2.2",
"winreg": "1.2.4"
},
"devDependencies": {