From 86182417ccd54a2b47ad1e261d4c2e4c2f0a4bd6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 11 Jul 2021 03:10:13 +0000 Subject: [PATCH] fix(deps): update dependency webtorrent to v1.2.2 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 610190cc..acb73c98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index e2ed4773..2cdee0a1 100644 --- a/package.json +++ b/package.json @@ -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": {