diff --git a/package-lock.json b/package-lock.json
index 3359e03e..ab963747 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -40,7 +40,7 @@
"throttleit": "1.0.0",
"thunky": "1.1.0",
"upload-element": "1.0.1",
- "webtorrent": "1.8.12"
+ "webtorrent": "1.8.13"
},
"devDependencies": {
"browserify": "17.0.0",
@@ -3020,9 +3020,9 @@
}
},
"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",
@@ -7607,9 +7607,9 @@
}
},
"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",
@@ -7638,7 +7638,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",
@@ -10257,9 +10257,9 @@
"integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac="
},
"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",
@@ -13679,9 +13679,9 @@
}
},
"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",
@@ -13696,7 +13696,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",
diff --git a/package.json b/package.json
index 13e33b49..fe8967fe 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"throttleit": "1.0.0",
"thunky": "1.1.0",
"upload-element": "1.0.1",
- "webtorrent": "1.8.12"
+ "webtorrent": "1.8.13"
},
"devDependencies": {
"browserify": "17.0.0",