Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit cf8583e

Browse files
committed
chore: update deps, including ipfsd-ctl
1 parent e002f87 commit cf8583e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"async": "^2.6.0",
2929
"big.js": "^5.0.3",
3030
"bs58": "^4.0.1",
31-
"cids": "~0.5.2",
32-
"concat-stream": "^1.6.1",
31+
"cids": "~0.5.3",
32+
"concat-stream": "^1.6.2",
3333
"detect-node": "^2.0.3",
3434
"flatmap": "0.0.3",
3535
"glob": "^7.1.2",
@@ -39,7 +39,7 @@
3939
"is-ipfs": "^0.3.2",
4040
"is-stream": "^1.1.0",
4141
"lru-cache": "^4.1.2",
42-
"multiaddr": "^3.0.2",
42+
"multiaddr": "^3.1.0",
4343
"multihashes": "~0.4.13",
4444
"ndjson": "^1.5.0",
4545
"once": "^1.4.0",
@@ -51,7 +51,7 @@
5151
"pump": "^3.0.0",
5252
"qs": "^6.5.1",
5353
"readable-stream": "^2.3.5",
54-
"stream-http": "^2.8.0",
54+
"stream-http": "^2.8.1",
5555
"stream-to-pull-stream": "^1.7.2",
5656
"streamifier": "^0.1.1",
5757
"tar-stream": "^1.5.5"
@@ -67,19 +67,19 @@
6767
"devDependencies": {
6868
"aegir": "^13.0.6",
6969
"chai": "^4.1.2",
70-
"cross-env": "^5.1.3",
70+
"cross-env": "^5.1.4",
7171
"dirty-chai": "^2.0.1",
7272
"eslint-plugin-react": "^7.7.0",
73-
"go-ipfs-dep": "^0.4.13",
73+
"go-ipfs-dep": "^0.4.14",
7474
"gulp": "^3.9.1",
75-
"hapi": "^17.2.2",
76-
"interface-ipfs-core": "~0.55.1",
77-
"ipfs": "~0.28.0",
78-
"ipfsd-ctl": "~0.29.1",
75+
"hapi": "^17.2.3",
76+
"interface-ipfs-core": "~0.58.0",
77+
"ipfs": "~0.28.2",
78+
"ipfsd-ctl": "~0.31.0",
7979
"pre-commit": "^1.2.2",
8080
"socket.io": "^2.0.4",
8181
"socket.io-client": "^2.0.4",
82-
"stream-equal": "^1.1.0"
82+
"stream-equal": "^1.1.1"
8383
},
8484
"pre-commit": [
8585
"lint",

0 commit comments

Comments
 (0)