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

This commit is contained in:
Renovate Bot
2021-08-20 17:24:07 +00:00
committed by renovate[bot]
parent 21ad84daf8
commit d06cddd94a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -41,7 +41,7 @@
"simple-get": "4.0.0", "simple-get": "4.0.0",
"srt-to-vtt": "1.1.3", "srt-to-vtt": "1.1.3",
"vlc-command": "1.2.0", "vlc-command": "1.2.0",
"webtorrent": "1.5.1", "webtorrent": "1.5.3",
"winreg": "1.2.4" "winreg": "1.2.4"
}, },
"devDependencies": { "devDependencies": {
@@ -15702,9 +15702,9 @@
} }
}, },
"node_modules/webtorrent": { "node_modules/webtorrent": {
"version": "1.5.1", "version": "1.5.3",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.5.1.tgz", "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.5.3.tgz",
"integrity": "sha512-9e3zVkrOgxlYi512r3G0a/cU/KXahJ7hbnv5NL+DQcO6iMUX1HOWgP4VyyLSqYF59Jv3ruiCCCF6uelr/sWD4A==", "integrity": "sha512-iWPFQgfVPNzpl2d3Gf2H4oycO7d15sKIpx/6lnl27WshyHXgcEPAg+RqbVL0BdXEfbiKHSYM3XplCwYiaOMUBw==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@@ -28596,9 +28596,9 @@
} }
}, },
"webtorrent": { "webtorrent": {
"version": "1.5.1", "version": "1.5.3",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.5.1.tgz", "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.5.3.tgz",
"integrity": "sha512-9e3zVkrOgxlYi512r3G0a/cU/KXahJ7hbnv5NL+DQcO6iMUX1HOWgP4VyyLSqYF59Jv3ruiCCCF6uelr/sWD4A==", "integrity": "sha512-iWPFQgfVPNzpl2d3Gf2H4oycO7d15sKIpx/6lnl27WshyHXgcEPAg+RqbVL0BdXEfbiKHSYM3XplCwYiaOMUBw==",
"requires": { "requires": {
"addr-to-ip-port": "^1.5.4", "addr-to-ip-port": "^1.5.4",
"bitfield": "^4.0.0", "bitfield": "^4.0.0",

View File

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