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

Commit dc89459

Browse files
committed
chore: update deps
1 parent c24d358 commit dc89459

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,28 @@
2222
"coverage-publish": "aegir-coverage publish"
2323
},
2424
"dependencies": {
25-
"async": "^2.1.2",
25+
"async": "^2.1.4",
2626
"bl": "^1.1.2",
27-
"bs58": "^3.0.0",
27+
"bs58": "^3.1.0",
2828
"concat-stream": "^1.5.2",
2929
"detect-node": "^2.0.3",
3030
"flatmap": "0.0.3",
3131
"glob": "^7.1.1",
3232
"glob-escape": "0.0.2",
33-
"ipfs-block": "^0.5.0",
34-
"ipld-dag-pb": "^0.9.0",
33+
"ipfs-block": "^0.5.1",
34+
"ipld-dag-pb": "^0.9.2",
3535
"is-ipfs": "^0.2.1",
3636
"isstream": "^0.1.2",
37-
"lru-cache": "^4.0.1",
38-
"multiaddr": "^2.0.3",
37+
"lru-cache": "^4.0.2",
38+
"multiaddr": "^2.1.1",
3939
"multipart-stream": "^2.0.1",
4040
"ndjson": "^1.4.3",
4141
"once": "^1.4.0",
4242
"peer-id": "^0.8.0",
43-
"peer-info": "^0.8.0",
43+
"peer-info": "^0.8.1",
4444
"promisify-es6": "^1.0.2",
4545
"qs": "^6.3.0",
46-
"readable-stream": "^1.1.14",
46+
"readable-stream": "1.1.14",
4747
"stream-http": "^2.5.0",
4848
"streamifier": "^0.1.1",
4949
"tar-stream": "^1.5.2"
@@ -61,13 +61,13 @@
6161
"chai": "^3.5.0",
6262
"eslint-plugin-react": "^6.7.1",
6363
"gulp": "^3.9.1",
64-
"hapi": "^15.2.0",
64+
"hapi": "^16.0.0",
6565
"interface-ipfs-core": "^0.22.0",
6666
"ipfsd-ctl": "^0.17.0",
6767
"pre-commit": "^1.1.3",
68-
"socket.io": "^1.5.1",
69-
"socket.io-client": "^1.5.1",
70-
"stream-equal": "^0.1.9"
68+
"socket.io": "^1.7.1",
69+
"socket.io-client": "^1.7.1",
70+
"stream-equal": "^0.1.11"
7171
},
7272
"pre-commit": [
7373
"lint",
@@ -115,4 +115,4 @@
115115
"url": "https://github.com/ipfs/js-ipfs-api/issues"
116116
},
117117
"homepage": "https://github.com/ipfs/js-ipfs-api"
118-
}
118+
}

0 commit comments

Comments
 (0)