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

This commit is contained in:
renovate[bot]
2022-11-11 03:50:08 +00:00
parent fb279010d0
commit 05881478b5
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.9.1",
"webtorrent": "1.9.2",
"winreg": "1.2.4"
},
"devDependencies": {
@@ -14539,9 +14539,9 @@
"dev": true
},
"node_modules/webtorrent": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.9.1.tgz",
"integrity": "sha512-lFVMY1+GmTJlPAzEuWqQKP3/83c4bGFuJGPjI0lFRgYvUeQqxHv2Qwriz1SOK96MKuhMPKS9y4kf1CddZzoBjQ==",
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.9.2.tgz",
"integrity": "sha512-+ZnUJGBVQWtZUdejGLZho9q7GLi/lo82zf4H3FeQqxzZBL3HOFfBW7BnofLaww1oYTTKVE42nmeBJksibvSUlQ==",
"funding": [
{
"type": "github",
@@ -14566,7 +14566,7 @@
"chrome-net": "^3.3.4",
"chunk-store-stream": "^4.3.0",
"cpus": "^1.0.3",
"create-torrent": "^5.0.6",
"create-torrent": "^5.0.9",
"debug": "^4.3.4",
"end-of-stream": "^1.4.4",
"escape-html": "^1.0.3",
@@ -26106,9 +26106,9 @@
"dev": true
},
"webtorrent": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.9.1.tgz",
"integrity": "sha512-lFVMY1+GmTJlPAzEuWqQKP3/83c4bGFuJGPjI0lFRgYvUeQqxHv2Qwriz1SOK96MKuhMPKS9y4kf1CddZzoBjQ==",
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.9.2.tgz",
"integrity": "sha512-+ZnUJGBVQWtZUdejGLZho9q7GLi/lo82zf4H3FeQqxzZBL3HOFfBW7BnofLaww1oYTTKVE42nmeBJksibvSUlQ==",
"requires": {
"@webtorrent/http-node": "^1.3.0",
"addr-to-ip-port": "^1.5.4",
@@ -26119,7 +26119,7 @@
"chrome-net": "^3.3.4",
"chunk-store-stream": "^4.3.0",
"cpus": "^1.0.3",
"create-torrent": "^5.0.6",
"create-torrent": "^5.0.9",
"debug": "^4.3.4",
"end-of-stream": "^1.4.4",
"escape-html": "^1.0.3",

View File

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