chore: upgrade dependencies (#27)

This commit is contained in:
Vasco Santos 2018-10-25 09:31:32 +01:00 committed by GitHub
parent 5d3f489f23
commit 24d4374b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,15 +43,15 @@
"homepage": "https://github.com/libp2p/js-libp2p-keychain#readme", "homepage": "https://github.com/libp2p/js-libp2p-keychain#readme",
"dependencies": { "dependencies": {
"async": "^2.6.1", "async": "^2.6.1",
"interface-datastore": "~0.4.2", "interface-datastore": "~0.6.0",
"libp2p-crypto": "~0.13.0", "libp2p-crypto": "~0.13.0",
"lodash": "^4.6.1", "lodash": "^4.6.1",
"pull-stream": "^3.6.8", "pull-stream": "^3.6.8",
"sanitize-filename": "^1.6.1" "sanitize-filename": "^1.6.1"
}, },
"devDependencies": { "devDependencies": {
"aegir": "^14.0.0", "aegir": "^15.3.0",
"chai": "^4.1.2", "chai": "^4.2.0",
"chai-string": "^1.4.0", "chai-string": "^1.4.0",
"datastore-fs": "~0.5.0", "datastore-fs": "~0.5.0",
"datastore-level": "~0.8.0", "datastore-level": "~0.8.0",