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

This commit is contained in:
Renovate Bot
2022-03-31 01:14:01 +00:00
committed by renovate[bot]
parent ca73b3c286
commit 1dc38afc85
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -42,7 +42,7 @@
"simple-get": "4.0.1",
"srt-to-vtt": "1.1.3",
"vlc-command": "1.2.0",
"webtorrent": "1.8.12",
"webtorrent": "1.8.13",
"winreg": "1.2.4"
},
"devDependencies": {
@@ -6399,9 +6399,9 @@
"integrity": "sha1-AGd1UJ85NXAXhNPtL8nxLJ3xurI="
},
"node_modules/fs-chunk-store": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/fs-chunk-store/-/fs-chunk-store-2.0.4.tgz",
"integrity": "sha512-JfeKRPPWkLaUoNKZdi+eLPKzZkZK1pdj2Y5lidEw9fUCkglvK/muLe6ONjdvn8yAGrDsk4tkjNp52GS658yy0g==",
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/fs-chunk-store/-/fs-chunk-store-2.0.5.tgz",
"integrity": "sha512-z3c2BmyaHdQTtIVXJDQOvwZVWN2gNU//0IYKK2LuPr+cZyGoIrgDwI4iDASaTUyQbOBtyg/k6GuDZepB6jQIPw==",
"funding": [
{
"type": "github",
@@ -14206,9 +14206,9 @@
"dev": true
},
"node_modules/webtorrent": {
"version": "1.8.12",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.12.tgz",
"integrity": "sha512-YJhE1ZsMmVCGnAwBI/71FhW7x8aQLWP9TY5EqUUGmwNOBKoq80sO3IRdJ63bjjEHaushcm4DF0EKmHcIeq+aTQ==",
"version": "1.8.13",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.13.tgz",
"integrity": "sha512-CrNeCA2ZRSvG7YRVpmjyT8sr7QOa7E70k0nAAqIEIvXsYgDexwrwMe4TxH9sXbwaJCA9URSX9UBEGNZ/bjhwMg==",
"funding": [
{
"type": "github",
@@ -14237,7 +14237,7 @@
"debug": "^4.3.4",
"end-of-stream": "^1.4.4",
"escape-html": "^1.0.3",
"fs-chunk-store": "^2.0.4",
"fs-chunk-store": "^2.0.5",
"immediate-chunk-store": "^2.2.0",
"load-ip-set": "^2.2.1",
"lt_donthave": "^1.0.1",
@@ -19695,9 +19695,9 @@
"integrity": "sha1-AGd1UJ85NXAXhNPtL8nxLJ3xurI="
},
"fs-chunk-store": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/fs-chunk-store/-/fs-chunk-store-2.0.4.tgz",
"integrity": "sha512-JfeKRPPWkLaUoNKZdi+eLPKzZkZK1pdj2Y5lidEw9fUCkglvK/muLe6ONjdvn8yAGrDsk4tkjNp52GS658yy0g==",
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/fs-chunk-store/-/fs-chunk-store-2.0.5.tgz",
"integrity": "sha512-z3c2BmyaHdQTtIVXJDQOvwZVWN2gNU//0IYKK2LuPr+cZyGoIrgDwI4iDASaTUyQbOBtyg/k6GuDZepB6jQIPw==",
"requires": {
"queue-microtask": "^1.2.2",
"random-access-file": "^2.0.1",
@@ -25682,9 +25682,9 @@
"dev": true
},
"webtorrent": {
"version": "1.8.12",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.12.tgz",
"integrity": "sha512-YJhE1ZsMmVCGnAwBI/71FhW7x8aQLWP9TY5EqUUGmwNOBKoq80sO3IRdJ63bjjEHaushcm4DF0EKmHcIeq+aTQ==",
"version": "1.8.13",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.8.13.tgz",
"integrity": "sha512-CrNeCA2ZRSvG7YRVpmjyT8sr7QOa7E70k0nAAqIEIvXsYgDexwrwMe4TxH9sXbwaJCA9URSX9UBEGNZ/bjhwMg==",
"requires": {
"@webtorrent/http-node": "^1.3.0",
"addr-to-ip-port": "^1.5.4",
@@ -25699,7 +25699,7 @@
"debug": "^4.3.4",
"end-of-stream": "^1.4.4",
"escape-html": "^1.0.3",
"fs-chunk-store": "^2.0.4",
"fs-chunk-store": "^2.0.5",
"immediate-chunk-store": "^2.2.0",
"load-ip-set": "^2.2.1",
"lt_donthave": "^1.0.1",

View File

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