Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 7a5d6ad

Browse files
committed
chore: update deps
1 parent 130fedf commit 7a5d6ad

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

package.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -41,39 +41,40 @@
4141
},
4242
"homepage": "https://github.com/libp2p/js-libp2p-kad-dht",
4343
"dependencies": {
44-
"async": "^2.3.0",
44+
"async": "^2.5.0",
4545
"base32.js": "^0.1.0",
46-
"cids": "~0.5.0",
47-
"debug": "^2.6.3",
48-
"hashlru": "^2.1.0",
46+
"cids": "~0.5.1",
47+
"debug": "^2.6.8",
48+
"hashlru": "^2.2.0",
4949
"heap": "^0.2.6",
50-
"interface-datastore": "^0.2.0",
50+
"interface-datastore": "^0.2.2",
5151
"k-bucket": "^3.2.1",
52-
"libp2p-crypto": "~0.8.7",
52+
"libp2p-crypto": "~0.8.8",
5353
"libp2p-record": "~0.3.1",
5454
"multihashing-async": "~0.4.5",
5555
"peer-id": "~0.8.7",
56-
"peer-info": "~0.9.2",
56+
"peer-info": "~0.9.3",
5757
"priorityqueue": "^0.2.0",
5858
"protocol-buffers": "^3.2.1",
59-
"pull-length-prefixed": "^1.2.0",
60-
"pull-stream": "^3.5.0",
59+
"pull-length-prefixed": "^1.3.0",
60+
"pull-stream": "^3.6.0",
6161
"varint": "^5.0.0",
6262
"xor-distance": "^1.0.0"
6363
},
6464
"devDependencies": {
65-
"aegir": "^11.0.1",
66-
"chai": "^3.5.0",
67-
"datastore-level": "^0.3.0",
68-
"dirty-chai": "^1.2.2",
65+
"aegir": "^11.0.2",
66+
"chai": "^4.1.0",
67+
"datastore-level": "^0.4.2",
68+
"dirty-chai": "^2.0.1",
6969
"interface-connection": "^0.3.2",
7070
"left-pad": "^1.1.3",
71-
"libp2p-mdns": "^0.7.0",
72-
"libp2p-multiplex": "^0.4.3",
73-
"libp2p-railing": "^0.5.1",
71+
"libp2p": "^0.10.1",
72+
"libp2p-mdns": "^0.7.1",
73+
"libp2p-multiplex": "^0.4.4",
74+
"libp2p-railing": "^0.5.2",
7475
"libp2p-secio": "^0.6.8",
7576
"libp2p-spdy": "^0.10.6",
76-
"libp2p-swarm": "^0.29.1",
77+
"libp2p-swarm": "^0.29.2",
7778
"libp2p-tcp": "^0.10.1",
7879
"libp2p-webrtc-star": "^0.11.0",
7980
"libp2p-websockets": "^0.10.0",
@@ -89,4 +90,4 @@
8990
"Friedel Ziegelmayer <[email protected]>",
9091
"Pedro Teixeira <[email protected]>"
9192
]
92-
}
93+
}

0 commit comments

Comments
 (0)