Skip to content

Commit c893e21

Browse files
committed
Fix bt-fetch missing a dependency
1 parent 4d37f26 commit c893e21

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
},
185185
"dependencies": {
186186
"abort-controller": "^3.0.0",
187-
"bt-fetch": "^3.1.0",
187+
"bt-fetch": "^3.1.1",
188188
"create-desktop-shortcuts": "^1.7.0",
189189
"data-uri-to-buffer": "^3.0.1",
190190
"electron-extended-webextensions": "0.0.10",

yarn.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,10 +1279,10 @@ browserify-zlib@^0.1.4:
12791279
dependencies:
12801280
pako "~0.2.0"
12811281

1282-
bt-fetch@^3.1.0:
1283-
version "3.1.0"
1284-
resolved "https://registry.yarnpkg.com/bt-fetch/-/bt-fetch-3.1.0.tgz#64b58fbb48afc80e16770ca86a0b006fe48c9bb3"
1285-
integrity sha512-SBum4Ye6RT8PmV86pZLsxCXl1yuQHNQKGcEIRU4XWlUJ/kdfLBimkiDNINo/h+tmhHUHrlEg6VtQsdjIkWhmRA==
1282+
bt-fetch@^3.1.1:
1283+
version "3.1.1"
1284+
resolved "https://registry.yarnpkg.com/bt-fetch/-/bt-fetch-3.1.1.tgz#5f389e251a4be7fb9ea5009ae69f76d58953df8e"
1285+
integrity sha512-Kc1H9RF83qG1Mcod1Z/ah/Dh56j98C6oBFsN96DTpGp+bpfj21yRGSZOuqMwJlvtHurA+NFxHj9b0Ko0aCIv3A==
12861286
dependencies:
12871287
bencode "^2.0.2"
12881288
busboy "^1.4.0"
@@ -1294,6 +1294,7 @@ bt-fetch@^3.1.0:
12941294
range-parser "^1.2.1"
12951295
simple-sha1 "^3.1.0"
12961296
stream-async-iterator "^2.0.0"
1297+
tmp-promise "^3.0.3"
12971298
webtorrent "^1.8.1"
12981299

12991300
buffer-alloc-unsafe@^1.1.0:
@@ -3258,6 +3259,7 @@ gun-fetch@^3.5.9:
32583259
ws "^7.2.1"
32593260
optionalDependencies:
32603261
"@peculiar/webcrypto" "^1.1.1"
3262+
emailjs "^2.2.0"
32613263

32623264
gunzip-maybe@^1.4.2:
32633265
version "1.4.2"
@@ -7363,7 +7365,7 @@ timeout-refresh@^1.0.0, timeout-refresh@^1.0.2, timeout-refresh@^1.0.3:
73637365
resolved "https://registry.yarnpkg.com/timeout-refresh/-/timeout-refresh-1.0.3.tgz#7024a8ce0a09a57acc2ea86002048e6c0bff7375"
73647366
integrity sha512-Mz0CX4vBGM5lj8ttbIFt7o4ZMxk/9rgudJRh76EvB7xXZMur7T/cjRiH2w4Fmkq0zxf2QpM8IFvOSRn8FEu3gA==
73657367

7366-
tmp-promise@^3.0.2:
7368+
tmp-promise@^3.0.2, tmp-promise@^3.0.3:
73677369
version "3.0.3"
73687370
resolved "https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-3.0.3.tgz#60a1a1cc98c988674fcbfd23b6e3367bdeac4ce7"
73697371
integrity sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==

0 commit comments

Comments
 (0)