Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit a8dcb6a

Browse files
authored
chore: upgrade dependencies (#83)
1 parent d5b57a1 commit a8dcb6a

File tree

5 files changed

+8
-84
lines changed

5 files changed

+8
-84
lines changed

.travis.yml

-32
This file was deleted.

appveyor.yml

-29
This file was deleted.

circle.yml

-15
This file was deleted.

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
},
3232
"homepage": "https://github.com/libp2p/js-ipfs-bootstrap",
3333
"devDependencies": {
34-
"aegir": "^14.0.0",
35-
"chai": "^4.1.2",
36-
"libp2p-tcp": "~0.12.0"
34+
"aegir": "^17.1.1",
35+
"chai": "^4.2.0",
36+
"libp2p-tcp": "~0.13.0"
3737
},
3838
"dependencies": {
3939
"async": "^2.6.1",
40-
"debug": "^3.1.0",
41-
"multiaddr": "^5.0.0",
42-
"mafmt": "^6.0.0",
43-
"peer-id": "~0.10.7",
40+
"debug": "^4.1.0",
41+
"multiaddr": "^5.0.2",
42+
"mafmt": "^6.0.2",
43+
"peer-id": "~0.12.0",
4444
"peer-info": "~0.14.1"
4545
},
4646
"pre-push": [

test/bootstrap.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const Railing = require('../src')
55
const peerList = require('./default-peers')
66
const partialValidPeerList = require('./some-invalid-peers')
7-
const {expect} = require('chai')
7+
const { expect } = require('chai')
88
const mafmt = require('mafmt')
99

1010
describe('bootstrap', () => {

0 commit comments

Comments
 (0)