From 809d122d984d96975c3c26bb36adc672cc6bde9a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 5 Oct 2021 15:16:47 +0000 Subject: [PATCH] fix(deps): update dependency webtorrent to v1.5.6 --- package-lock.json | 90 +++++++++++++++++++++++++++++------------------ package.json | 2 +- 2 files changed, 57 insertions(+), 35 deletions(-) diff --git a/package-lock.json b/package-lock.json index b58bb1d9..185730ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "simple-get": "4.0.0", "srt-to-vtt": "1.1.3", "vlc-command": "1.2.0", - "webtorrent": "1.5.5", + "webtorrent": "1.5.6", "winreg": "1.2.4" }, "devDependencies": { @@ -2687,13 +2687,16 @@ ] }, "node_modules/bufferutil": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.3.tgz", - "integrity": "sha512-yEYTwGndELGvfXsImMBLop58eaGW+YdONi1fNjTINSY98tmMmFijBG6WXgdkfuLNt4imzQNtIE+eBp1PVpMCSw==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.4.tgz", + "integrity": "sha512-VNxjXUCrF3LvbLgwfkTb5LsFvk6pGIn7OBb9x+3o+iJ6mKw0JTUp4chBFc88hi1aspeZGeZG9jAIbpFYPQSLZw==", "hasInstallScript": true, "optional": true, "dependencies": { "node-gyp-build": "^4.2.0" + }, + "engines": { + "node": ">=6.14.2" } }, "node_modules/cache-chunk-store": { @@ -2981,6 +2984,20 @@ "version": "3.3.4", "resolved": "https://registry.npmjs.org/chrome-net/-/chrome-net-3.3.4.tgz", "integrity": "sha512-Jzy2EnzmE+ligqIZUsmWnck9RBXLuUy6CaKyuNMtowFG3ZvLt8d+WBJCTPEludV0DHpIKjAOlwjFmTaEdfdWCw==", + "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": { "inherits": "^2.0.1" } @@ -7167,7 +7184,9 @@ } }, "node_modules/http-node": { - "resolved": "git+ssh://git@github.com/feross/http-node.git#342ef8624495343ffd050bd0808b3750cf0e3974", + "version": "1.2.0", + "resolved": "git+ssh://git@github.com/webtorrent/http-node.git#342ef8624495343ffd050bd0808b3750cf0e3974", + "license": "MIT", "dependencies": { "chrome-net": "^3.3.3", "freelist": "^1.0.3", @@ -12707,9 +12726,9 @@ } }, "node_modules/torrent-discovery": { - "version": "9.4.5", - "resolved": "https://registry.npmjs.org/torrent-discovery/-/torrent-discovery-9.4.5.tgz", - "integrity": "sha512-EzascB5DEHs6vZpxLIm1RwQwFfYcm3vwpw8Xxqv5lLgtZNYtZNg/PqNr8EdHKgo0U9JMmGT4MpBbcKWyXKmlzw==", + "version": "9.4.6", + "resolved": "https://registry.npmjs.org/torrent-discovery/-/torrent-discovery-9.4.6.tgz", + "integrity": "sha512-11FlrGmDvgD3RJhZLrC749yyqS7tKx3gXWbYN7xayVYsAcc6f8lQRQQIOF7TBgJE4f0e+ZS8dsct++aOlxFjRw==", "funding": [ { "type": "github", @@ -12727,7 +12746,7 @@ "dependencies": { "bittorrent-dht": "^10.0.2", "bittorrent-lsd": "^1.1.1", - "bittorrent-tracker": "^9.18.1", + "bittorrent-tracker": "^9.18.2", "debug": "^4.3.2", "run-parallel": "^1.2.0" } @@ -13340,13 +13359,16 @@ } }, "node_modules/utf-8-validate": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.5.tgz", - "integrity": "sha512-+pnxRYsS/axEpkrrEpzYfNZGXp0IjC/9RIxwM5gntY4Koi8SHmUGSfxfWqxZdRxrtaoVstuOzUp/rbs3JSPELQ==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.6.tgz", + "integrity": "sha512-hoY0gOf9EkCw+nimK21FVKHUIG1BMqSiRwxB/q3A9yKZOrOI99PP77BxmarDqWz6rG3vVYiBWfhG8z2Tl+7fZA==", "hasInstallScript": true, "optional": true, "dependencies": { "node-gyp-build": "^4.2.0" + }, + "engines": { + "node": ">=6.14.2" } }, "node_modules/util-deprecate": { @@ -13703,9 +13725,9 @@ "dev": true }, "node_modules/webtorrent": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.5.5.tgz", - "integrity": "sha512-YAEtWZxxf8N6DvdLgt79fQlIXSJU0G61YEkcWyBA+aopQGV0vCAMp1N/ifKIFt760pgKV+qzwRSbVP+/lBJ08g==", + "version": "1.5.6", + "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.5.6.tgz", + "integrity": "sha512-P9+0ylzpvtz/bdEPOfYQYA0gjngvaMSP6U9hHI4eSaFDGZBGiGGs6cdSemV1rCStRUtH4t5PQ7nPKL19MV2N4Q==", "funding": [ { "type": "github", @@ -13734,7 +13756,7 @@ "end-of-stream": "^1.4.4", "escape-html": "^1.0.3", "fs-chunk-store": "^2.0.3", - "http-node": "github:feross/http-node#webtorrent", + "http-node": "github:webtorrent/http-node#webtorrent", "immediate-chunk-store": "^2.2.0", "load-ip-set": "^2.2.1", "lt_donthave": "^1.0.1", @@ -13761,7 +13783,7 @@ "stream-to-blob": "^2.0.1", "stream-to-blob-url": "^3.0.2", "stream-with-known-length-to-buffer": "^1.0.4", - "torrent-discovery": "^9.4.5", + "torrent-discovery": "^9.4.6", "torrent-piece": "^2.0.1", "unordered-array-remove": "^1.0.2", "ut_metadata": "^3.5.2", @@ -16395,9 +16417,9 @@ "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==" }, "bufferutil": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.3.tgz", - "integrity": "sha512-yEYTwGndELGvfXsImMBLop58eaGW+YdONi1fNjTINSY98tmMmFijBG6WXgdkfuLNt4imzQNtIE+eBp1PVpMCSw==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.4.tgz", + "integrity": "sha512-VNxjXUCrF3LvbLgwfkTb5LsFvk6pGIn7OBb9x+3o+iJ6mKw0JTUp4chBFc88hi1aspeZGeZG9jAIbpFYPQSLZw==", "optional": true, "requires": { "node-gyp-build": "^4.2.0" @@ -19900,8 +19922,8 @@ } }, "http-node": { - "version": "git+ssh://git@github.com/feross/http-node.git#342ef8624495343ffd050bd0808b3750cf0e3974", - "from": "http-node@github:feross/http-node#webtorrent", + "version": "git+ssh://git@github.com/webtorrent/http-node.git#342ef8624495343ffd050bd0808b3750cf0e3974", + "from": "http-node@github:webtorrent/http-node#webtorrent", "requires": { "chrome-net": "^3.3.3", "freelist": "^1.0.3", @@ -24215,13 +24237,13 @@ } }, "torrent-discovery": { - "version": "9.4.5", - "resolved": "https://registry.npmjs.org/torrent-discovery/-/torrent-discovery-9.4.5.tgz", - "integrity": "sha512-EzascB5DEHs6vZpxLIm1RwQwFfYcm3vwpw8Xxqv5lLgtZNYtZNg/PqNr8EdHKgo0U9JMmGT4MpBbcKWyXKmlzw==", + "version": "9.4.6", + "resolved": "https://registry.npmjs.org/torrent-discovery/-/torrent-discovery-9.4.6.tgz", + "integrity": "sha512-11FlrGmDvgD3RJhZLrC749yyqS7tKx3gXWbYN7xayVYsAcc6f8lQRQQIOF7TBgJE4f0e+ZS8dsct++aOlxFjRw==", "requires": { "bittorrent-dht": "^10.0.2", "bittorrent-lsd": "^1.1.1", - "bittorrent-tracker": "^9.18.1", + "bittorrent-tracker": "^9.18.2", "debug": "^4.3.2", "run-parallel": "^1.2.0" }, @@ -24683,9 +24705,9 @@ } }, "utf-8-validate": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.5.tgz", - "integrity": "sha512-+pnxRYsS/axEpkrrEpzYfNZGXp0IjC/9RIxwM5gntY4Koi8SHmUGSfxfWqxZdRxrtaoVstuOzUp/rbs3JSPELQ==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.6.tgz", + "integrity": "sha512-hoY0gOf9EkCw+nimK21FVKHUIG1BMqSiRwxB/q3A9yKZOrOI99PP77BxmarDqWz6rG3vVYiBWfhG8z2Tl+7fZA==", "optional": true, "requires": { "node-gyp-build": "^4.2.0" @@ -24974,9 +24996,9 @@ "dev": true }, "webtorrent": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.5.5.tgz", - "integrity": "sha512-YAEtWZxxf8N6DvdLgt79fQlIXSJU0G61YEkcWyBA+aopQGV0vCAMp1N/ifKIFt760pgKV+qzwRSbVP+/lBJ08g==", + "version": "1.5.6", + "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.5.6.tgz", + "integrity": "sha512-P9+0ylzpvtz/bdEPOfYQYA0gjngvaMSP6U9hHI4eSaFDGZBGiGGs6cdSemV1rCStRUtH4t5PQ7nPKL19MV2N4Q==", "requires": { "addr-to-ip-port": "^1.5.4", "bitfield": "^4.0.0", @@ -24991,7 +25013,7 @@ "end-of-stream": "^1.4.4", "escape-html": "^1.0.3", "fs-chunk-store": "^2.0.3", - "http-node": "github:feross/http-node#webtorrent", + "http-node": "github:webtorrent/http-node#webtorrent", "immediate-chunk-store": "^2.2.0", "load-ip-set": "^2.2.1", "lt_donthave": "^1.0.1", @@ -25018,7 +25040,7 @@ "stream-to-blob": "^2.0.1", "stream-to-blob-url": "^3.0.2", "stream-with-known-length-to-buffer": "^1.0.4", - "torrent-discovery": "^9.4.5", + "torrent-discovery": "^9.4.6", "torrent-piece": "^2.0.1", "unordered-array-remove": "^1.0.2", "ut_metadata": "^3.5.2", diff --git a/package.json b/package.json index 94cd33dd..b9b5e9ef 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.5.5", + "webtorrent": "1.5.6", "winreg": "1.2.4" }, "devDependencies": {