From b60ee07800abffa9274345fdaa57cdd23c0c3f14 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Tue, 18 Jun 2019 12:01:33 +0100 Subject: [PATCH] fix: update deps --- package.json | 6 +++--- test/api.spec.js | 2 +- test/fixtures/talky.js | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 42d51285..9f131ca3 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "lodash.clone": "^4.5.0", "lodash.defaults": "^4.2.0", "lodash.defaultsdeep": "^4.6.0", - "multiaddr": "^6.0.6", + "multiaddr": "^6.1.0", "once": "^1.4.0", "protons": "^1.0.1", "rimraf": "^2.6.3", @@ -85,12 +85,12 @@ "superagent": "^5.0.5" }, "devDependencies": { - "aegir": "^18.2.2", + "aegir": "^19.0.3", "chai": "^4.2.0", "detect-port": "^1.3.0", "dirty-chai": "^2.0.1", "go-ipfs-dep": "~0.4.21", - "husky": "^1.3.1", + "husky": "^2.4.1", "ipfs": "~0.36.3", "is-running": "^2.1.0", "lint-staged": "^8.1.7", diff --git a/test/api.spec.js b/test/api.spec.js index 593c388a..82446e20 100644 --- a/test/api.spec.js +++ b/test/api.spec.js @@ -71,7 +71,7 @@ describe('ipfsd.api for Daemons', () => { const fixuresDir = res.find(file => file.path === 'fixtures') expect(fixuresDir).to.have.property( 'hash', - 'QmR9731QMXHCjK2EvoQZNhMHVE77tGMbgPFXMWPHztMV4a' + 'QmNiv9nS9xipNafXqApzGqwajU8EaXrS2vUPJftg5ZEDUb' ) const testFile = res.find(file => file.path === 'fixtures/test.txt') diff --git a/test/fixtures/talky.js b/test/fixtures/talky.js index 74d8c394..fb4fc6e4 100644 --- a/test/fixtures/talky.js +++ b/test/fixtures/talky.js @@ -1,3 +1,4 @@ +/* eslint-disable no-console */ 'use strict' console.info('hello')