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

This commit is contained in:
Renovate Bot
2022-03-25 03:11:03 +00:00
committed by renovate[bot]
parent 4097c5ee18
commit dd06ac7cc5
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -42,7 +42,7 @@
"simple-get": "4.0.1",
"srt-to-vtt": "1.1.3",
"vlc-command": "1.2.0",
"webtorrent": "1.8.6",
"webtorrent": "1.8.8",
"winreg": "1.2.4"
},
"devDependencies": {
@@ -14203,9 +14203,9 @@
"dev": true
},
"node_modules/webtorrent": {
"version": "1.8.6",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.6.tgz",
"integrity": "sha512-yx/y2O+IeTtkvkkjqTh5tyBjk+C/u8IqE6evOKllLs1kerVzMcbbHQMU7vgU05tThb1vRjbq3FAuU20g+HoEUg==",
"version": "1.8.8",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.8.tgz",
"integrity": "sha512-M5XUmkfYqmgqLw303Og/nbdfHPWo1D9QqOrFQgcsvILEd0f3Ibsz9ASkojS7noL7YBb4OxYxqiERcotYMGC+sw==",
"funding": [
{
"type": "github",
@@ -14231,7 +14231,7 @@
"chunk-store-stream": "^4.3.0",
"cpus": "^1.0.3",
"create-torrent": "^5.0.2",
"debug": "^4.3.3",
"debug": "^4.3.4",
"end-of-stream": "^1.4.4",
"escape-html": "^1.0.3",
"fs-chunk-store": "^2.0.4",
@@ -25679,9 +25679,9 @@
"dev": true
},
"webtorrent": {
"version": "1.8.6",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.6.tgz",
"integrity": "sha512-yx/y2O+IeTtkvkkjqTh5tyBjk+C/u8IqE6evOKllLs1kerVzMcbbHQMU7vgU05tThb1vRjbq3FAuU20g+HoEUg==",
"version": "1.8.8",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.8.tgz",
"integrity": "sha512-M5XUmkfYqmgqLw303Og/nbdfHPWo1D9QqOrFQgcsvILEd0f3Ibsz9ASkojS7noL7YBb4OxYxqiERcotYMGC+sw==",
"requires": {
"@webtorrent/http-node": "^1.3.0",
"addr-to-ip-port": "^1.5.4",
@@ -25693,7 +25693,7 @@
"chunk-store-stream": "^4.3.0",
"cpus": "^1.0.3",
"create-torrent": "^5.0.2",
"debug": "^4.3.3",
"debug": "^4.3.4",
"end-of-stream": "^1.4.4",
"escape-html": "^1.0.3",
"fs-chunk-store": "^2.0.4",

View File

@@ -54,7 +54,7 @@
"simple-get": "4.0.1",
"srt-to-vtt": "1.1.3",
"vlc-command": "1.2.0",
"webtorrent": "1.8.6",
"webtorrent": "1.8.8",
"winreg": "1.2.4"
},
"devDependencies": {