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

Commit 0788c01

Browse files
committed
chore: add all missing dependencies, thanks npm5!
1 parent 5891624 commit 0788c01

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
},
2727
"homepage": "https://github.com/ipfs/interface-ipfs-core#readme",
2828
"dependencies": {
29-
"async": "^2.3.0",
30-
"bl": "^1.2.0",
29+
"async": "^2.4.1",
30+
"bl": "^1.2.1",
3131
"bs58": "^4.0.0",
32-
"chai": "^3.5.0",
32+
"chai": "^4.0.0",
3333
"cids": "^0.5.0",
3434
"concat-stream": "^1.6.0",
3535
"detect-node": "^2.0.3",
@@ -40,11 +40,12 @@
4040
"multihashes": "^0.4.5",
4141
"multihashing-async": "^0.4.5",
4242
"peer-id": "^0.8.7",
43-
"pull-stream": "^3.5.0",
44-
"readable-stream": "1.1.14"
43+
"pull-stream": "^3.6.0",
44+
"readable-stream": "^1.1.14",
45+
"safe-buffer": "^5.0.1"
4546
},
4647
"devDependencies": {
47-
"aegir": "^11.0.1",
48+
"aegir": "^11.0.2",
4849
"dirty-chai": "^1.2.2"
4950
},
5051
"contributors": [
@@ -61,4 +62,4 @@
6162
6263
"nginnever <[email protected]>"
6364
]
64-
}
65+
}

0 commit comments

Comments
 (0)