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

This commit is contained in:
Renovate Bot
2021-08-06 23:55:10 +00:00
committed by renovate[bot]
parent 3ff41a965f
commit eff52911c2
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", "simple-get": "4.0.0",
"srt-to-vtt": "1.1.3", "srt-to-vtt": "1.1.3",
"vlc-command": "1.2.0", "vlc-command": "1.2.0",
"webtorrent": "1.3.8", "webtorrent": "1.3.9",
"winreg": "1.2.4" "winreg": "1.2.4"
}, },
"devDependencies": { "devDependencies": {
@@ -15687,9 +15687,9 @@
} }
}, },
"node_modules/webtorrent": { "node_modules/webtorrent": {
"version": "1.3.8", "version": "1.3.9",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.3.8.tgz", "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.3.9.tgz",
"integrity": "sha512-GiYdaOUpaEMLCUP6eF7sVC2cSiJR2pzl6OVwLj6OXvM1pLKAZfwBA6L3/za5aMG2dJIA06i0nIiy/wweJ6ehEg==", "integrity": "sha512-K52E15SutGIgrBj0YzYNYgkuQMucKePdGk2zxMwLHtFh9sJ0KVPlQgkmORhSbJqC51cRVq/4Xt2jToZde8ioRQ==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@@ -15713,7 +15713,7 @@
"chrome-net": "^3.3.4", "chrome-net": "^3.3.4",
"chunk-store-stream": "^4.3.0", "chunk-store-stream": "^4.3.0",
"cpus": "^1.0.3", "cpus": "^1.0.3",
"create-torrent": "^5.0.0", "create-torrent": "^5.0.1",
"debug": "^4.3.2", "debug": "^4.3.2",
"end-of-stream": "^1.4.4", "end-of-stream": "^1.4.4",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
@@ -28573,9 +28573,9 @@
} }
}, },
"webtorrent": { "webtorrent": {
"version": "1.3.8", "version": "1.3.9",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.3.8.tgz", "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.3.9.tgz",
"integrity": "sha512-GiYdaOUpaEMLCUP6eF7sVC2cSiJR2pzl6OVwLj6OXvM1pLKAZfwBA6L3/za5aMG2dJIA06i0nIiy/wweJ6ehEg==", "integrity": "sha512-K52E15SutGIgrBj0YzYNYgkuQMucKePdGk2zxMwLHtFh9sJ0KVPlQgkmORhSbJqC51cRVq/4Xt2jToZde8ioRQ==",
"requires": { "requires": {
"addr-to-ip-port": "^1.5.4", "addr-to-ip-port": "^1.5.4",
"bitfield": "^4.0.0", "bitfield": "^4.0.0",
@@ -28585,7 +28585,7 @@
"chrome-net": "^3.3.4", "chrome-net": "^3.3.4",
"chunk-store-stream": "^4.3.0", "chunk-store-stream": "^4.3.0",
"cpus": "^1.0.3", "cpus": "^1.0.3",
"create-torrent": "^5.0.0", "create-torrent": "^5.0.1",
"debug": "^4.3.2", "debug": "^4.3.2",
"end-of-stream": "^1.4.4", "end-of-stream": "^1.4.4",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",

View File

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