From 79e20a69976a1aff969a13d276fe890c22ca4ed9 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Thu, 9 Feb 2017 03:15:04 -0800 Subject: [PATCH] chore: update multihashing-async and aegir to latest versions --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 38430f1..1bb9f8a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "debug": "^2.6.0", "interface-connection": "^0.3.0", "libp2p-crypto": "^0.7.6", - "multihashing-async": "^0.3.0", + "multihashing-async": "^0.4.0", "peer-id": "^0.8.1", "protocol-buffers": "^3.2.1", "pull-defer": "^0.2.2", @@ -38,7 +38,7 @@ "pull-stream": "^3.5.0" }, "devDependencies": { - "aegir": "^9.3.3", + "aegir": "^10.0.0", "benchmark": "^2.1.3", "chai": "^3.5.0", "gulp": "^3.9.1", @@ -69,4 +69,4 @@ "Richard Littauer ", "greenkeeperio-bot " ] -} \ No newline at end of file +}