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

This commit is contained in:
renovate[bot]
2022-09-12 19:27:16 +00:00
parent 810952f234
commit 430b4c409a
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@@ -42,7 +42,7 @@
"simple-get": "4.0.1", "simple-get": "4.0.1",
"srt-to-vtt": "1.1.3", "srt-to-vtt": "1.1.3",
"vlc-command": "1.2.0", "vlc-command": "1.2.0",
"webtorrent": "1.8.29", "webtorrent": "1.8.30",
"winreg": "1.2.4" "winreg": "1.2.4"
}, },
"devDependencies": { "devDependencies": {
@@ -7288,9 +7288,9 @@
} }
}, },
"node_modules/global-agent/node_modules/core-js": { "node_modules/global-agent/node_modules/core-js": {
"version": "3.25.0", "version": "3.25.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.0.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.1.tgz",
"integrity": "sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA==", "integrity": "sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ==",
"hasInstallScript": true, "hasInstallScript": true,
"optional": true, "optional": true,
"funding": { "funding": {
@@ -14157,9 +14157,9 @@
"dev": true "dev": true
}, },
"node_modules/webtorrent": { "node_modules/webtorrent": {
"version": "1.8.29", "version": "1.8.30",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.29.tgz", "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.30.tgz",
"integrity": "sha512-8GLGbDj8Hv3llo0l70jVkgAfvn5hmifU7opnaUVjTcPVA3N96WcpzqGI6j2CRzGGPtshbcypZniiDdENdD9LsQ==", "integrity": "sha512-vJbZYnmzSRwvHAXP6YGPsps69vux6ft6J6B0sFqGyqmIN28g5xK3z4Dvq0EZHRYz1z9egkvzY1Khs6XWlmGJCA==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@@ -20312,9 +20312,9 @@
}, },
"dependencies": { "dependencies": {
"core-js": { "core-js": {
"version": "3.25.0", "version": "3.25.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.0.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.1.tgz",
"integrity": "sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA==", "integrity": "sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ==",
"optional": true "optional": true
} }
} }
@@ -25528,9 +25528,9 @@
"dev": true "dev": true
}, },
"webtorrent": { "webtorrent": {
"version": "1.8.29", "version": "1.8.30",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.29.tgz", "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.30.tgz",
"integrity": "sha512-8GLGbDj8Hv3llo0l70jVkgAfvn5hmifU7opnaUVjTcPVA3N96WcpzqGI6j2CRzGGPtshbcypZniiDdENdD9LsQ==", "integrity": "sha512-vJbZYnmzSRwvHAXP6YGPsps69vux6ft6J6B0sFqGyqmIN28g5xK3z4Dvq0EZHRYz1z9egkvzY1Khs6XWlmGJCA==",
"requires": { "requires": {
"@webtorrent/http-node": "^1.3.0", "@webtorrent/http-node": "^1.3.0",
"addr-to-ip-port": "^1.5.4", "addr-to-ip-port": "^1.5.4",

View File

@@ -54,7 +54,7 @@
"simple-get": "4.0.1", "simple-get": "4.0.1",
"srt-to-vtt": "1.1.3", "srt-to-vtt": "1.1.3",
"vlc-command": "1.2.0", "vlc-command": "1.2.0",
"webtorrent": "1.8.29", "webtorrent": "1.8.30",
"winreg": "1.2.4" "winreg": "1.2.4"
}, },
"devDependencies": { "devDependencies": {