Skip to content

Commit a2110cb

Browse files
committed
chore: update deps
1 parent 76b27a6 commit a2110cb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@
3333
"test"
3434
],
3535
"engines": {
36-
"node": ">=4.0.0"
36+
"node": ">=4.0.0",
37+
"npm": ">=3.0.0"
3738
},
3839
"devDependencies": {
39-
"aegir": "^9.1.0",
40+
"aegir": "^9.1.1",
4041
"buffer-loader": "0.0.1",
4142
"chai": "^3.5.0",
4243
"gulp": "^3.9.1",
@@ -54,7 +55,7 @@
5455
"dependencies": {
5556
"async": "^2.1.2",
5657
"browserify-zlib": "github:ipfs/browserify-zlib",
57-
"debug": "^2.2.0",
58+
"debug": "^2.3.0",
5859
"interface-connection": "^0.3.0",
5960
"ip-address": "^5.8.2",
6061
"libp2p-identify": "^0.3.0",
@@ -63,7 +64,7 @@
6364
"multistream-select": "^0.13.0",
6465
"peer-id": "^0.8.0",
6566
"peer-info": "^0.8.0",
66-
"protocol-buffers": "^3.1.6"
67+
"protocol-buffers": "^3.1.8"
6768
},
6869
"contributors": [
6970
"David Dias <[email protected]>",
@@ -75,4 +76,4 @@
7576
"Richard Littauer <[email protected]>",
7677
"greenkeeperio-bot <[email protected]>"
7778
]
78-
}
79+
}

0 commit comments

Comments
 (0)