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

This commit is contained in:
Renovate Bot
2021-07-02 23:39:37 +00:00
committed by renovate[bot]
parent 50bf04c73a
commit de1b38e660
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -40,7 +40,7 @@
"simple-get": "4.0.0",
"srt-to-vtt": "1.1.3",
"vlc-command": "1.2.0",
"webtorrent": "1.1.0",
"webtorrent": "1.1.3",
"winreg": "1.2.4"
},
"devDependencies": {
@@ -15282,9 +15282,9 @@
}
},
"node_modules/webtorrent": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.1.0.tgz",
"integrity": "sha512-v5TS7MXmNRJqTWv7+a2wE4KGGZI/RyG4XpxWb1oJ4/CwpQaO5mJ5UA6Aj9unVbgEMLpyIy4xcHgOjE82wpyeUQ==",
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.1.3.tgz",
"integrity": "sha512-odIOI7SZWuMMZGGYRYFyTwIH6mhCM1k1BExsra6qjp4TyUsn83ZYb8LQ26NKHYfLmMZJ2YO09LFbfJUviLPSVA==",
"funding": [
{
"type": "github",
@@ -28062,9 +28062,9 @@
}
},
"webtorrent": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.1.0.tgz",
"integrity": "sha512-v5TS7MXmNRJqTWv7+a2wE4KGGZI/RyG4XpxWb1oJ4/CwpQaO5mJ5UA6Aj9unVbgEMLpyIy4xcHgOjE82wpyeUQ==",
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.1.3.tgz",
"integrity": "sha512-odIOI7SZWuMMZGGYRYFyTwIH6mhCM1k1BExsra6qjp4TyUsn83ZYb8LQ26NKHYfLmMZJ2YO09LFbfJUviLPSVA==",
"requires": {
"addr-to-ip-port": "^1.5.1",
"bitfield": "^4.0.0",

View File

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