chore: update deps

This commit is contained in:
David Dias 2019-01-08 16:43:36 +01:00
parent 720246f012
commit 6c9928abd6

View File

@ -27,18 +27,18 @@
],
"license": "MIT",
"dependencies": {
"async": "^2.6.0",
"async": "^2.6.1",
"multihashing-async": "~0.5.1",
"nodeify": "^1.0.1",
"safe-buffer": "^5.1.2",
"secp256k1": "^3.5.0"
"secp256k1": "^3.6.1"
},
"devDependencies": {
"aegir": "^18.0.2",
"aegir": "^18.0.3",
"benchmark": "^2.1.4",
"chai": "^4.1.2",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",
"libp2p-crypto": "~0.14.1"
"libp2p-crypto": "~0.15.0"
},
"engines": {
"node": ">=6.0.0",