From 9ba61d7b30f7bce544c14b303ea706b0cacc2ebe Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Fri, 30 Aug 2019 18:08:04 +0100 Subject: [PATCH] chore: update deps --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index dead241f..50e450ef 100644 --- a/package.json +++ b/package.json @@ -62,35 +62,35 @@ "daemon" ], "dependencies": { - "@hapi/hapi": "^18.3.1", + "@hapi/hapi": "^18.3.2", "boom": "^7.3.0", "debug": "^4.1.1", "detect-node": "^2.0.4", "dexie": "^2.0.4", - "execa": "^2.0.2", + "execa": "^2.0.4", "fs-extra": "^8.1.0", "hat": "~0.0.3", - "ipfs-http-client": "^33.0.2", + "ipfs-http-client": "^34.0.0", "joi": "^14.3.1", "lodash.clone": "^4.5.0", "lodash.defaults": "^4.2.0", - "lodash.defaultsdeep": "^4.6.0", + "lodash.defaultsdeep": "^4.6.1", "multiaddr": "^6.1.0", "safe-json-stringify": "^1.2.0", "superagent": "^5.0.5" }, "devDependencies": { - "aegir": "^19.0.5", + "aegir": "^20.0.0", "chai": "^4.2.0", "delay": "^4.3.0", "detect-port": "^1.3.0", "dirty-chai": "^2.0.1", - "go-ipfs-dep": "~0.4.21", - "husky": "^3.0.0", - "ipfs": "~0.36.3", + "go-ipfs-dep": "~0.4.22", + "husky": "^3.0.4", + "ipfs": "~0.37.1", "is-running": "^2.1.0", - "lint-staged": "^9.0.2", - "proxyquire": "^2.1.0", + "lint-staged": "^9.2.5", + "proxyquire": "^2.1.3", "superagent-mocker": "~0.5.2" }, "repository": {