Skip to content

Commit b60ee07

Browse files
committed
fix: update deps
1 parent 19ea4ef commit b60ee07

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"lodash.clone": "^4.5.0",
7777
"lodash.defaults": "^4.2.0",
7878
"lodash.defaultsdeep": "^4.6.0",
79-
"multiaddr": "^6.0.6",
79+
"multiaddr": "^6.1.0",
8080
"once": "^1.4.0",
8181
"protons": "^1.0.1",
8282
"rimraf": "^2.6.3",
@@ -85,12 +85,12 @@
8585
"superagent": "^5.0.5"
8686
},
8787
"devDependencies": {
88-
"aegir": "^18.2.2",
88+
"aegir": "^19.0.3",
8989
"chai": "^4.2.0",
9090
"detect-port": "^1.3.0",
9191
"dirty-chai": "^2.0.1",
9292
"go-ipfs-dep": "~0.4.21",
93-
"husky": "^1.3.1",
93+
"husky": "^2.4.1",
9494
"ipfs": "~0.36.3",
9595
"is-running": "^2.1.0",
9696
"lint-staged": "^8.1.7",

test/api.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe('ipfsd.api for Daemons', () => {
7171
const fixuresDir = res.find(file => file.path === 'fixtures')
7272
expect(fixuresDir).to.have.property(
7373
'hash',
74-
'QmR9731QMXHCjK2EvoQZNhMHVE77tGMbgPFXMWPHztMV4a'
74+
'QmNiv9nS9xipNafXqApzGqwajU8EaXrS2vUPJftg5ZEDUb'
7575
)
7676

7777
const testFile = res.find(file => file.path === 'fixtures/test.txt')

test/fixtures/talky.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-console */
12
'use strict'
23

34
console.info('hello')

0 commit comments

Comments
 (0)