diff --git a/package-lock.json b/package-lock.json index 0c123d70..256aac78 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.29", + "webtorrent": "1.8.30", "winreg": "1.2.4" }, "devDependencies": { @@ -7288,9 +7288,9 @@ } }, "node_modules/global-agent/node_modules/core-js": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.0.tgz", - "integrity": "sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.1.tgz", + "integrity": "sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ==", "hasInstallScript": true, "optional": true, "funding": { @@ -14157,9 +14157,9 @@ "dev": true }, "node_modules/webtorrent": { - "version": "1.8.29", - "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.29.tgz", - "integrity": "sha512-8GLGbDj8Hv3llo0l70jVkgAfvn5hmifU7opnaUVjTcPVA3N96WcpzqGI6j2CRzGGPtshbcypZniiDdENdD9LsQ==", + "version": "1.8.30", + "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.30.tgz", + "integrity": "sha512-vJbZYnmzSRwvHAXP6YGPsps69vux6ft6J6B0sFqGyqmIN28g5xK3z4Dvq0EZHRYz1z9egkvzY1Khs6XWlmGJCA==", "funding": [ { "type": "github", @@ -20312,9 +20312,9 @@ }, "dependencies": { "core-js": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.0.tgz", - "integrity": "sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.1.tgz", + "integrity": "sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ==", "optional": true } } @@ -25528,9 +25528,9 @@ "dev": true }, "webtorrent": { - "version": "1.8.29", - "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.29.tgz", - "integrity": "sha512-8GLGbDj8Hv3llo0l70jVkgAfvn5hmifU7opnaUVjTcPVA3N96WcpzqGI6j2CRzGGPtshbcypZniiDdENdD9LsQ==", + "version": "1.8.30", + "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.30.tgz", + "integrity": "sha512-vJbZYnmzSRwvHAXP6YGPsps69vux6ft6J6B0sFqGyqmIN28g5xK3z4Dvq0EZHRYz1z9egkvzY1Khs6XWlmGJCA==", "requires": { "@webtorrent/http-node": "^1.3.0", "addr-to-ip-port": "^1.5.4", diff --git a/package.json b/package.json index 9844d891..a0ac5fbe 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.29", + "webtorrent": "1.8.30", "winreg": "1.2.4" }, "devDependencies": {