Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 9a08912

Browse files
committed
chore: update deps
1 parent 219e2f6 commit 9a08912

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
package-lock.json
2+
yarn.lock
3+
14
# Logs
25
logs
36
*.log
@@ -31,7 +34,6 @@ node_modules
3134

3235
# Optional REPL history
3336
.node_repl_history
34-
<<<<<<< 05e1a1c74aa0e36274406f708d6aef0bb5ebb1d6
3537

3638
# Dignified.js builds
3739
dist

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@
2929
"async": "^2.5.0",
3030
"bl": "^1.2.1",
3131
"bs58": "^4.0.1",
32-
"chai": "^4.1.0",
32+
"chai": "^4.1.1",
3333
"cids": "^0.5.1",
3434
"concat-stream": "^1.6.0",
3535
"detect-node": "^2.0.3",
3636
"ipfs-block": "^0.6.0",
3737
"ipld-dag-cbor": "^0.11.1",
3838
"ipld-dag-pb": "^0.11.0",
3939
"multiaddr": "^2.3.0",
40-
"multihashes": "^0.4.5",
40+
"multihashes": "^0.4.8",
4141
"multihashing-async": "^0.4.6",
4242
"peer-id": "^0.9.0",
4343
"pull-stream": "^3.6.0",
4444
"safe-buffer": "^5.1.1"
4545
},
4646
"devDependencies": {
47-
"aegir": "^11.0.2",
47+
"aegir": "^12.0.0",
4848
"dirty-chai": "^2.0.1"
4949
},
5050
"contributors": [

0 commit comments

Comments
 (0)