From 0c2a7339fe5dbad00846e3e10c0fbff1da6f303b Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 31 Oct 2018 08:19:52 +0000 Subject: [PATCH] chore: update deps --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 591cfd3..1d3efa0 100644 --- a/package.json +++ b/package.json @@ -25,27 +25,27 @@ ], "license": "MIT", "dependencies": { - "async": "^2.6.0", - "debug": "^3.1.0", + "async": "^2.6.1", + "debug": "^4.1.0", "interface-connection": "~0.3.2", - "libp2p-crypto": "~0.13.0", - "multihashing-async": "~0.4.8", - "peer-id": "~0.10.7", + "libp2p-crypto": "~0.14.0", + "multihashing-async": "~0.5.1", + "peer-id": "~0.12.0", "peer-info": "^0.14.1", "protons": "^1.0.1", - "pull-defer": "^0.2.2", + "pull-defer": "^0.2.3", "pull-handshake": "^1.1.4", - "pull-length-prefixed": "^1.3.0", - "pull-stream": "^3.6.7" + "pull-length-prefixed": "^1.3.1", + "pull-stream": "^3.6.9" }, "devDependencies": { - "aegir": "^13.1.0", + "aegir": "^17.0.1", "benchmark": "^2.1.4", - "chai": "^4.1.2", + "chai": "^4.2.0", "dirty-chai": "^2.0.1", "gulp": "^3.9.1", "libp2p-websockets": "~0.12.0", - "multistream-select": "^0.14.2", + "multistream-select": "^0.14.3", "pull-goodbye": "0.0.2", "pull-pair": "^1.1.0" },