chore: update deps (#135)

Pulls in the latest interface module that depends on modules that
use Uint8Arrays in place of node Buffers.
This commit is contained in:
Alex Potsides 2020-08-10 12:28:55 +01:00 committed by GitHub
parent b524848352
commit f17525a9b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,8 +34,8 @@
}, },
"devDependencies": { "devDependencies": {
"aegir": "^25.0.0", "aegir": "^25.0.0",
"libp2p-interfaces": "^0.3.1",
"it-pipe": "^1.1.0", "it-pipe": "^1.1.0",
"libp2p-interfaces": "^0.4.0",
"sinon": "^9.0.0", "sinon": "^9.0.0",
"streaming-iterables": "^5.0.2" "streaming-iterables": "^5.0.2"
}, },