Skip to content

Commit 80ff29c

Browse files
committed
upgrades to IPFS 0.27.5 with fix for ipfs/js-ipfs#1152
1 parent 686c648 commit 80ff29c

File tree

2 files changed

+48
-29
lines changed

2 files changed

+48
-29
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"choo": "6.6.0",
7373
"doc-sniff": "1.0.1",
7474
"file-type": "7.3.0",
75-
"ipfs": "0.27.3",
75+
"ipfs": "0.27.5",
7676
"ipfs-api": "17.2.4",
7777
"is-ipfs": "0.3.2",
7878
"is-svg": "2.1.0",

yarn.lock

+47-28
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,10 @@ better-assert@~1.0.0:
963963
dependencies:
964964
callsite "1.0.0"
965965

966+
big.js@^5.0.3:
967+
version "5.0.3"
968+
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.0.3.tgz#9679fb0a3599a7d3df397f855e89c4dba016960e"
969+
966970
bignumber.js@~3.0.0:
967971
version "3.0.1"
968972
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-3.0.1.tgz#807652d10e39de37e9e3497247edc798bb746f76"
@@ -4030,7 +4034,7 @@ invert-kv@^1.0.0:
40304034
version "1.0.0"
40314035
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"
40324036

4033-
ip-address@^5.8.8:
4037+
ip-address@^5.8.8, ip-address@^5.8.9:
40344038
version "5.8.9"
40354039
resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-5.8.9.tgz#6379277c23fc5adb20511e4d23ec2c1bde105dfd"
40364040
dependencies:
@@ -4081,11 +4085,12 @@ [email protected], ipfs-api@^17.2.4:
40814085
streamifier "^0.1.1"
40824086
tar-stream "^1.5.5"
40834087

4084-
ipfs-bitswap@~0.17.4:
4085-
version "0.17.4"
4086-
resolved "https://registry.yarnpkg.com/ipfs-bitswap/-/ipfs-bitswap-0.17.4.tgz#938bf9e01540c9b554127724900c2a54ae8f4690"
4088+
ipfs-bitswap@~0.18.0:
4089+
version "0.18.0"
4090+
resolved "https://registry.yarnpkg.com/ipfs-bitswap/-/ipfs-bitswap-0.18.0.tgz#911055cfcf12a914f8b0400de1725540edff6eaa"
40874091
dependencies:
40884092
async "^2.6.0"
4093+
big.js "^5.0.3"
40894094
cids "~0.5.2"
40904095
debug "^3.1.0"
40914096
ipfs-block "~0.6.1"
@@ -4098,9 +4103,10 @@ ipfs-bitswap@~0.17.4:
40984103
lodash.sortby "^4.7.0"
40994104
lodash.uniqwith "^4.5.0"
41004105
lodash.values "^4.3.0"
4106+
moving-average "^1.0.0"
41014107
multicodec "~0.2.5"
41024108
multihashing-async "~0.4.7"
4103-
protons "^1.0.0"
4109+
protons "^1.0.1"
41044110
pull-defer "~0.2.2"
41054111
pull-length-prefixed "^1.3.0"
41064112
pull-pushable "^2.1.1"
@@ -4179,9 +4185,9 @@ ipfs-unixfs@~0.1.14:
41794185
dependencies:
41804186
protons "^1.0.0"
41814187

4182-
4183-
version "0.27.3"
4184-
resolved "https://registry.yarnpkg.com/ipfs/-/ipfs-0.27.3.tgz#c65e32786feadfdad175fe6f25b9685f479e770a"
4188+
4189+
version "0.27.5"
4190+
resolved "https://registry.yarnpkg.com/ipfs/-/ipfs-0.27.5.tgz#0357074ab17c27d24983f320f506d80de7fcd3b0"
41854191
dependencies:
41864192
async "^2.6.0"
41874193
binary-querystring "~0.1.2"
@@ -4200,7 +4206,7 @@ [email protected]:
42004206
hapi-set-header "^1.0.2"
42014207
hoek "^5.0.2"
42024208
ipfs-api "^17.2.4"
4203-
ipfs-bitswap "~0.17.4"
4209+
ipfs-bitswap "~0.18.0"
42044210
ipfs-block "~0.6.1"
42054211
ipfs-block-service "~0.13.0"
42064212
ipfs-multipart "~0.1.0"
@@ -4211,12 +4217,12 @@ [email protected]:
42114217
is-ipfs "^0.3.2"
42124218
is-stream "^1.1.0"
42134219
joi "^13.0.2"
4214-
libp2p "~0.13.3"
4220+
libp2p "~0.14.0"
42154221
libp2p-circuit "~0.1.4"
42164222
libp2p-floodsub "~0.13.1"
42174223
libp2p-kad-dht "~0.6.0"
42184224
libp2p-mdns "~0.9.1"
4219-
libp2p-multiplex "~0.5.0"
4225+
libp2p-multiplex "~0.5.1"
42204226
libp2p-railing "~0.7.1"
42214227
libp2p-secio "~0.8.1"
42224228
libp2p-tcp "~0.11.1"
@@ -4240,6 +4246,7 @@ [email protected]:
42404246
progress "^2.0.0"
42414247
promisify-es6 "^1.0.3"
42424248
pull-abortable "^4.1.1"
4249+
pull-defer "^0.2.2"
42434250
pull-file "^1.1.0"
42444251
pull-ndjson "^0.1.1"
42454252
pull-paramap "^1.2.2"
@@ -5276,15 +5283,16 @@ libp2p-mdns@~0.9.1:
52765283
peer-id "~0.10.1"
52775284
peer-info "~0.11.0"
52785285

5279-
libp2p-multiplex@~0.5.0:
5280-
version "0.5.0"
5281-
resolved "https://registry.yarnpkg.com/libp2p-multiplex/-/libp2p-multiplex-0.5.0.tgz#ffdf2a36e70eba730f64c06c4d65491c3ba19e95"
5286+
libp2p-multiplex@~0.5.1:
5287+
version "0.5.1"
5288+
resolved "https://registry.yarnpkg.com/libp2p-multiplex/-/libp2p-multiplex-0.5.1.tgz#007282d5db6fb3d53d3766b81dabaf215707829d"
52825289
dependencies:
5283-
async "^2.5.0"
5290+
async "^2.6.0"
52845291
multiplex dignifiedquire/multiplex
52855292
pull-catch "^1.0.0"
5286-
pull-stream "^3.6.0"
5293+
pull-stream "^3.6.1"
52875294
pull-stream-to-stream "^1.3.4"
5295+
pump "^2.0.0"
52885296
stream-to-pull-stream "^1.7.2"
52895297

52905298
libp2p-ping@~0.6.0:
@@ -5334,22 +5342,22 @@ libp2p-secio@~0.8.1:
53345342
pull-length-prefixed "^1.3.0"
53355343
pull-stream "^3.6.0"
53365344

5337-
libp2p-swarm@~0.33.2:
5338-
version "0.33.2"
5339-
resolved "https://registry.yarnpkg.com/libp2p-swarm/-/libp2p-swarm-0.33.2.tgz#15e8621606a925870c9c1c5b3d03190abcbce2b4"
5345+
libp2p-swarm@~0.34.0:
5346+
version "0.34.0"
5347+
resolved "https://registry.yarnpkg.com/libp2p-swarm/-/libp2p-swarm-0.34.0.tgz#8f1d3e6f62aa7b7cd7cbd65c1d61ff36a97dc5bb"
53405348
dependencies:
53415349
async "^2.6.0"
53425350
debug "^3.1.0"
53435351
interface-connection "~0.3.2"
5344-
ip-address "^5.8.8"
5352+
ip-address "^5.8.9"
53455353
libp2p-circuit "~0.1.4"
53465354
libp2p-identify "~0.6.1"
53475355
lodash.includes "^4.3.0"
53485356
multiaddr "^3.0.1"
53495357
multistream-select "~0.14.1"
53505358
once "^1.4.0"
5351-
peer-id "~0.10.2"
5352-
peer-info "~0.11.1"
5359+
peer-id "~0.10.3"
5360+
peer-info "~0.11.3"
53535361
pull-stream "^3.6.1"
53545362

53555363
libp2p-tcp@~0.11.0, libp2p-tcp@~0.11.1:
@@ -5418,13 +5426,13 @@ libp2p-websockets@~0.10.4:
54185426
mafmt "^3.0.1"
54195427
pull-ws "^3.3.0"
54205428

5421-
libp2p@~0.13.3:
5422-
version "0.13.3"
5423-
resolved "https://registry.yarnpkg.com/libp2p/-/libp2p-0.13.3.tgz#8d94ae8ae5aa48b02f1440ad1e3a41f991af236a"
5429+
libp2p@~0.14.0:
5430+
version "0.14.3"
5431+
resolved "https://registry.yarnpkg.com/libp2p/-/libp2p-0.14.3.tgz#03c70c888bdf6b8107a656db264b033f289f757c"
54245432
dependencies:
54255433
async "^2.6.0"
54265434
libp2p-ping "~0.6.0"
5427-
libp2p-swarm "~0.33.2"
5435+
libp2p-swarm "~0.34.0"
54285436
mafmt "^3.0.2"
54295437
multiaddr "^3.0.1"
54305438
peer-book "~0.5.2"
@@ -5926,6 +5934,10 @@ [email protected], moment@^2.10.6:
59265934
version "2.19.4"
59275935
resolved "https://registry.yarnpkg.com/moment/-/moment-2.19.4.tgz#17e5e2c6ead8819c8ecfad83a0acccb312e94682"
59285936

5937+
moving-average@^1.0.0:
5938+
version "1.0.0"
5939+
resolved "https://registry.yarnpkg.com/moving-average/-/moving-average-1.0.0.tgz#b1247ba8dd2d7927c619f1eac8036cf933d65adc"
5940+
59295941
59305942
version "0.7.1"
59315943
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098"
@@ -5990,7 +6002,7 @@ multihashing-async@~0.4.6, multihashing-async@~0.4.7:
59906002
murmurhash3js "^3.0.1"
59916003
nodeify "^1.0.1"
59926004

5993-
multiplex@dignifiedquire/multiplex:
6005+
"multiplex@github:dignifiedquire/multiplex":
59946006
version "6.7.0"
59956007
resolved "https://codeload.github.com/dignifiedquire/multiplex/tar.gz/b5d5edd30454e2c978ee8c52df86f5f4840d2eab"
59966008
dependencies:
@@ -6845,7 +6857,7 @@ protocol-buffers-schema@^3.3.1:
68456857
version "3.3.2"
68466858
resolved "https://registry.yarnpkg.com/protocol-buffers-schema/-/protocol-buffers-schema-3.3.2.tgz#00434f608b4e8df54c59e070efeefc37fb4bb859"
68476859

6848-
protons@^1.0.0:
6860+
protons@^1.0.0, protons@^1.0.1:
68496861
version "1.0.1"
68506862
resolved "https://registry.yarnpkg.com/protons/-/protons-1.0.1.tgz#1c107144c07fc2d1cb8b6cb76451e6a938237676"
68516863
dependencies:
@@ -7038,6 +7050,13 @@ pump@^1.0.0, pump@^1.0.1, pump@^1.0.3:
70387050
end-of-stream "^1.1.0"
70397051
once "^1.3.1"
70407052

7053+
pump@^2.0.0:
7054+
version "2.0.0"
7055+
resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.0.tgz#7946da1c8d622b098e2ceb2d3476582470829c9d"
7056+
dependencies:
7057+
end-of-stream "^1.1.0"
7058+
once "^1.3.1"
7059+
70417060
70427061
version "1.3.2"
70437062
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"

0 commit comments

Comments
 (0)