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

This commit is contained in:
renovate[bot]
2022-07-04 02:46:11 +00:00
parent 9fb8a2ae09
commit 9082c6f63e
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.25",
"webtorrent": "1.8.26",
"winreg": "1.2.4"
},
"devDependencies": {
@@ -14123,9 +14123,9 @@
"dev": true
},
"node_modules/webtorrent": {
"version": "1.8.25",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.25.tgz",
"integrity": "sha512-rMcfKcCZFLOjNi6K5GdL5Aq3DoqIUac5h0PgUUD9B2AjoF5eGmEMZ31SBOkGbOY34MDJkantJTrp6qY8D3ZnIA==",
"version": "1.8.26",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.26.tgz",
"integrity": "sha512-1bbCIDtbk4OA7xXmT87t6jDhnng6RNC9d7HNpRyvxF0GQTrIz1fB3oDnNcbOim9Upjy1GDqxAOe0Mejmc86TUg==",
"funding": [
{
"type": "github",
@@ -14150,7 +14150,7 @@
"chrome-net": "^3.3.4",
"chunk-store-stream": "^4.3.0",
"cpus": "^1.0.3",
"create-torrent": "^5.0.3",
"create-torrent": "^5.0.4",
"debug": "^4.3.4",
"end-of-stream": "^1.4.4",
"escape-html": "^1.0.3",
@@ -25485,9 +25485,9 @@
"dev": true
},
"webtorrent": {
"version": "1.8.25",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.25.tgz",
"integrity": "sha512-rMcfKcCZFLOjNi6K5GdL5Aq3DoqIUac5h0PgUUD9B2AjoF5eGmEMZ31SBOkGbOY34MDJkantJTrp6qY8D3ZnIA==",
"version": "1.8.26",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.26.tgz",
"integrity": "sha512-1bbCIDtbk4OA7xXmT87t6jDhnng6RNC9d7HNpRyvxF0GQTrIz1fB3oDnNcbOim9Upjy1GDqxAOe0Mejmc86TUg==",
"requires": {
"@webtorrent/http-node": "^1.3.0",
"addr-to-ip-port": "^1.5.4",
@@ -25498,7 +25498,7 @@
"chrome-net": "^3.3.4",
"chunk-store-stream": "^4.3.0",
"cpus": "^1.0.3",
"create-torrent": "^5.0.3",
"create-torrent": "^5.0.4",
"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.8.25",
"webtorrent": "1.8.26",
"winreg": "1.2.4"
},
"devDependencies": {