diff --git a/package-lock.json b/package-lock.json index ea2e878a..4b0fcadf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "simple-get": "4.0.0", "srt-to-vtt": "1.1.3", "vlc-command": "1.2.0", - "webtorrent": "1.2.4", + "webtorrent": "1.2.5", "winreg": "1.2.4" }, "devDependencies": { @@ -2493,9 +2493,23 @@ } }, "node_modules/bittorrent-dht": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/bittorrent-dht/-/bittorrent-dht-10.0.0.tgz", - "integrity": "sha512-mrM18HMabvd3n/hQa4PYe942nWvBsJCBQb5PfT9kUJLlspNPGiulZYSCgWs7+XarS7nufYrGEp07f9eKTKIrgw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/bittorrent-dht/-/bittorrent-dht-10.0.1.tgz", + "integrity": "sha512-aR0vAgm+SgLiwTCEtNgeuqtT2deg+E/xHCTb7iryikvLbqbR58oFHbNYX4CM6EzyNGSKfcdBKp1gWI5Gcn2Aaw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "dependencies": { "bencode": "^2.0.0", "debug": "^4.1.1", @@ -15417,9 +15431,9 @@ } }, "node_modules/webtorrent": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.2.4.tgz", - "integrity": "sha512-oQf2HYtylJSHlPX8FDqn79JEO2Og856X78oZHH3So7zJK0RlQVdDolH82MvjbrVxDv6Mfa7s1rIjPKcy+hQEFw==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.2.5.tgz", + "integrity": "sha512-EvtAQ3rK4c7Kf4ZGxYOGvi8Jih8qsZka1IgNB8T5Vxw5UzSNG1nxTVNNTXL0jFhQUMsyRwIOkTgd7ZkJY6bqsw==", "funding": [ { "type": "github", @@ -15437,7 +15451,7 @@ "dependencies": { "addr-to-ip-port": "^1.5.1", "bitfield": "^4.0.0", - "bittorrent-dht": "^10.0.0", + "bittorrent-dht": "^10.0.1", "bittorrent-protocol": "^3.4.2", "cache-chunk-store": "^3.2.2", "chrome-net": "^3.3.4", @@ -18007,9 +18021,9 @@ "integrity": "sha512-jtuSG9CQr5yoHFuvhgf50+DH8Aezl3C/mMSfqdG4DqP7Kqe34uBUtCEHPN9oWaldTm96/i7y5e778SnM5ES4rw==" }, "bittorrent-dht": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/bittorrent-dht/-/bittorrent-dht-10.0.0.tgz", - "integrity": "sha512-mrM18HMabvd3n/hQa4PYe942nWvBsJCBQb5PfT9kUJLlspNPGiulZYSCgWs7+XarS7nufYrGEp07f9eKTKIrgw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/bittorrent-dht/-/bittorrent-dht-10.0.1.tgz", + "integrity": "sha512-aR0vAgm+SgLiwTCEtNgeuqtT2deg+E/xHCTb7iryikvLbqbR58oFHbNYX4CM6EzyNGSKfcdBKp1gWI5Gcn2Aaw==", "requires": { "bencode": "^2.0.0", "debug": "^4.1.1", @@ -28209,13 +28223,13 @@ } }, "webtorrent": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.2.4.tgz", - "integrity": "sha512-oQf2HYtylJSHlPX8FDqn79JEO2Og856X78oZHH3So7zJK0RlQVdDolH82MvjbrVxDv6Mfa7s1rIjPKcy+hQEFw==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.2.5.tgz", + "integrity": "sha512-EvtAQ3rK4c7Kf4ZGxYOGvi8Jih8qsZka1IgNB8T5Vxw5UzSNG1nxTVNNTXL0jFhQUMsyRwIOkTgd7ZkJY6bqsw==", "requires": { "addr-to-ip-port": "^1.5.1", "bitfield": "^4.0.0", - "bittorrent-dht": "^10.0.0", + "bittorrent-dht": "^10.0.1", "bittorrent-protocol": "^3.4.2", "cache-chunk-store": "^3.2.2", "chrome-net": "^3.3.4", diff --git a/package.json b/package.json index 77e8bc16..36c1f1e1 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "simple-get": "4.0.0", "srt-to-vtt": "1.1.3", "vlc-command": "1.2.0", - "webtorrent": "1.2.4", + "webtorrent": "1.2.5", "winreg": "1.2.4" }, "devDependencies": {