diff --git a/package-lock.json b/package-lock.json index 7363d98b..5b00d68c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "simple-get": "4.0.1", "srt-to-vtt": "1.1.3", "vlc-command": "1.2.0", - "webtorrent": "1.8.6", + "webtorrent": "1.8.8", "winreg": "1.2.4" }, "devDependencies": { @@ -14203,9 +14203,9 @@ "dev": true }, "node_modules/webtorrent": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.6.tgz", - "integrity": "sha512-yx/y2O+IeTtkvkkjqTh5tyBjk+C/u8IqE6evOKllLs1kerVzMcbbHQMU7vgU05tThb1vRjbq3FAuU20g+HoEUg==", + "version": "1.8.8", + "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.8.tgz", + "integrity": "sha512-M5XUmkfYqmgqLw303Og/nbdfHPWo1D9QqOrFQgcsvILEd0f3Ibsz9ASkojS7noL7YBb4OxYxqiERcotYMGC+sw==", "funding": [ { "type": "github", @@ -14231,7 +14231,7 @@ "chunk-store-stream": "^4.3.0", "cpus": "^1.0.3", "create-torrent": "^5.0.2", - "debug": "^4.3.3", + "debug": "^4.3.4", "end-of-stream": "^1.4.4", "escape-html": "^1.0.3", "fs-chunk-store": "^2.0.4", @@ -25679,9 +25679,9 @@ "dev": true }, "webtorrent": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.6.tgz", - "integrity": "sha512-yx/y2O+IeTtkvkkjqTh5tyBjk+C/u8IqE6evOKllLs1kerVzMcbbHQMU7vgU05tThb1vRjbq3FAuU20g+HoEUg==", + "version": "1.8.8", + "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.8.tgz", + "integrity": "sha512-M5XUmkfYqmgqLw303Og/nbdfHPWo1D9QqOrFQgcsvILEd0f3Ibsz9ASkojS7noL7YBb4OxYxqiERcotYMGC+sw==", "requires": { "@webtorrent/http-node": "^1.3.0", "addr-to-ip-port": "^1.5.4", @@ -25693,7 +25693,7 @@ "chunk-store-stream": "^4.3.0", "cpus": "^1.0.3", "create-torrent": "^5.0.2", - "debug": "^4.3.3", + "debug": "^4.3.4", "end-of-stream": "^1.4.4", "escape-html": "^1.0.3", "fs-chunk-store": "^2.0.4", diff --git a/package.json b/package.json index 747cc0b4..8ea17709 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "simple-get": "4.0.1", "srt-to-vtt": "1.1.3", "vlc-command": "1.2.0", - "webtorrent": "1.8.6", + "webtorrent": "1.8.8", "winreg": "1.2.4" }, "devDependencies": {