Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 63f74ae

Browse files
committed
chore: update dependencies
AEgir needs an update so that tests pass on Travis CI.
1 parent 8c47c3d commit 63f74ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@
3030
},
3131
"homepage": "https://github.com/ipfs/js-ipfs-block-service#readme",
3232
"devDependencies": {
33-
"aegir": "^17.0.0",
33+
"aegir": "^18.2.0",
3434
"chai": "^4.2.0",
35-
"cids": "~0.5.5",
35+
"cids": "~0.5.7",
3636
"dirty-chai": "^2.0.1",
3737
"ipfs-block": "~0.8.0",
38-
"ipfs-repo": "~0.25.0",
38+
"ipfs-repo": "~0.26.2",
3939
"lodash": "^4.17.11",
40-
"multihashing-async": "~0.5.1",
40+
"multihashing-async": "~0.5.2",
4141
"ncp": "^2.0.0",
42-
"rimraf": "^2.6.2"
42+
"rimraf": "^2.6.3"
4343
},
4444
"engines": {
4545
"node": ">=6.0.0",
4646
"npm": ">=3.0.0"
4747
},
4848
"dependencies": {
49-
"async": "^2.6.1"
49+
"async": "^2.6.2"
5050
},
5151
"contributors": [
5252
"David Dias <daviddias.p@gmail.com>",

0 commit comments

Comments
 (0)