From 2c4dfb331e86dad5f6d4ca9bb15c5d7e7f88b124 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 23 May 2017 20:00:55 -0400 Subject: [PATCH] chore: update all the deps --- gulpfile.js | 3 +++ package.json | 10 +++++----- test/utils/create-repo-node.js | 3 ++- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 1ef4ca0c9e..323a636c17 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -28,6 +28,9 @@ function spawnDaemon (num, callback) { Discovery: { MDNS: { Enabled: false + }, + webRTCStar: { + Enabled: false } } } diff --git a/package.json b/package.json index 63e2788b7d..d82bd0df79 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "transform-loader": "^0.2.4" }, "dependencies": { - "async": "^2.4.0", + "async": "^2.4.1", "bl": "^1.2.1", "boom": "^4.3.1", "cids": "^0.5.0", @@ -99,14 +99,14 @@ "hapi-set-header": "^1.0.2", "hoek": "^4.1.1", "ipfs-api": "^14.0.2", - "ipfs-bitswap": "~0.13.0", + "ipfs-bitswap": "~0.13.1", "ipfs-block": "~0.6.0", - "ipfs-block-service": "~0.9.0", + "ipfs-block-service": "~0.9.1", "ipfs-multipart": "~0.1.0", - "ipfs-repo": "~0.13.0", + "ipfs-repo": "~0.13.1", "ipfs-unixfs": "~0.1.11", "ipfs-unixfs-engine": "~0.19.1", - "ipld-resolver": "~0.11.0", + "ipld-resolver": "~0.11.1", "isstream": "^0.1.2", "joi": "^10.5.0", "libp2p-floodsub": "~0.9.4", diff --git a/test/utils/create-repo-node.js b/test/utils/create-repo-node.js index 629e31c7ff..0b6446e749 100644 --- a/test/utils/create-repo-node.js +++ b/test/utils/create-repo-node.js @@ -5,7 +5,8 @@ const clean = require('./clean') const series = require('async/series') function createTempRepo (repoPath) { - repoPath = repoPath || '/tmp/ipfs-test-' + Math.random().toString().substring(2, 8) + repoPath = repoPath || + '/tmp/ipfs-test-' + Math.random() const repo = new IPFSRepo(repoPath)