chore: update deps

This commit is contained in:
Jacob Heun 2019-04-29 17:09:53 +02:00
parent 030195e315
commit ad04ee932e
No known key found for this signature in database
GPG Key ID: CA5A94C15809879F

View File

@ -34,7 +34,7 @@
}, },
"homepage": "https://github.com/libp2p/interface-transport", "homepage": "https://github.com/libp2p/interface-transport",
"devDependencies": { "devDependencies": {
"aegir": "^17.0.1", "aegir": "^18.2.2",
"dirty-chai": "^2.0.1" "dirty-chai": "^2.0.1"
}, },
"dependencies": { "dependencies": {
@ -44,7 +44,7 @@
"interface-connection": "~0.3.3", "interface-connection": "~0.3.3",
"it-goodbye": "^2.0.0", "it-goodbye": "^2.0.0",
"it-pipe": "^1.0.0", "it-pipe": "^1.0.0",
"multiaddr": "^5.0.2", "multiaddr": "^6.0.6",
"pull-stream": "^3.6.9", "pull-stream": "^3.6.9",
"streaming-iterables": "^4.0.2" "streaming-iterables": "^4.0.2"
}, },