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

This commit is contained in:
Renovate Bot
2022-03-27 21:18:13 +00:00
committed by renovate[bot]
parent d98299268f
commit f9ba0750d6
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -42,7 +42,7 @@
"simple-get": "4.0.1", "simple-get": "4.0.1",
"srt-to-vtt": "1.1.3", "srt-to-vtt": "1.1.3",
"vlc-command": "1.2.0", "vlc-command": "1.2.0",
"webtorrent": "1.8.9", "webtorrent": "1.8.11",
"winreg": "1.2.4" "winreg": "1.2.4"
}, },
"devDependencies": { "devDependencies": {
@@ -14206,9 +14206,9 @@
"dev": true "dev": true
}, },
"node_modules/webtorrent": { "node_modules/webtorrent": {
"version": "1.8.9", "version": "1.8.11",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.9.tgz", "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.11.tgz",
"integrity": "sha512-BOl48YYqGMQpzIgd+I8ds7yhge4iR5+CXQ18Uu15ZLGciO1nz9cNYJgg88SFooZXHM/oqYV+g2jPTQtuHG4QLg==", "integrity": "sha512-7JKyMjqjgHZMdLOUD42NVpvWzJ9Jv7lNNBbdbxh8MlKgwuk+V+4492DtG/nG5qQga/ewOJG4rA67472BH5NX4Q==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@@ -25682,9 +25682,9 @@
"dev": true "dev": true
}, },
"webtorrent": { "webtorrent": {
"version": "1.8.9", "version": "1.8.11",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.9.tgz", "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.11.tgz",
"integrity": "sha512-BOl48YYqGMQpzIgd+I8ds7yhge4iR5+CXQ18Uu15ZLGciO1nz9cNYJgg88SFooZXHM/oqYV+g2jPTQtuHG4QLg==", "integrity": "sha512-7JKyMjqjgHZMdLOUD42NVpvWzJ9Jv7lNNBbdbxh8MlKgwuk+V+4492DtG/nG5qQga/ewOJG4rA67472BH5NX4Q==",
"requires": { "requires": {
"@webtorrent/http-node": "^1.3.0", "@webtorrent/http-node": "^1.3.0",
"addr-to-ip-port": "^1.5.4", "addr-to-ip-port": "^1.5.4",

View File

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