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

Commit 6be6f32

Browse files
authoredJan 26, 2021
chore: update deps (#213)
1 parent 4321ae7 commit 6be6f32

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
 

‎package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -36,38 +36,38 @@
3636
"url": "https://github.com/libp2p/js-libp2p-kad-dht/issues"
3737
},
3838
"engines": {
39-
"node": ">=10.0.0",
39+
"node": ">=12.0.0",
4040
"npm": ">=6.0.0"
4141
},
4242
"homepage": "https://github.com/libp2p/js-libp2p-kad-dht",
4343
"dependencies": {
4444
"abort-controller": "^3.0.0",
4545
"async": "^2.6.2",
4646
"base32.js": "~0.1.0",
47-
"cids": "^1.0.0",
48-
"debug": "^4.1.1",
49-
"err-code": "^2.0.0",
47+
"cids": "^1.1.5",
48+
"debug": "^4.3.1",
49+
"err-code": "^2.0.3",
5050
"hashlru": "^2.3.0",
5151
"heap": "~0.2.6",
52-
"interface-datastore": "^2.0.0",
53-
"it-length-prefixed": "^3.0.0",
52+
"interface-datastore": "^3.0.3",
53+
"it-length-prefixed": "^3.1.0",
5454
"it-pipe": "^1.1.0",
5555
"k-bucket": "^5.0.0",
56-
"libp2p-crypto": "^0.18.0",
57-
"libp2p-interfaces": "^0.4.0",
56+
"libp2p-crypto": "^0.19.0",
57+
"libp2p-interfaces": "^0.8.2",
5858
"libp2p-record": "^0.9.0",
59-
"multiaddr": "^8.0.0",
59+
"multiaddr": "^8.1.2",
6060
"multihashing-async": "^2.0.1",
6161
"p-filter": "^2.1.0",
6262
"p-map": "^4.0.0",
63-
"p-queue": "^6.2.1",
64-
"p-timeout": "^3.2.0",
63+
"p-queue": "^6.6.2",
64+
"p-timeout": "^4.1.0",
6565
"p-times": "^3.0.0",
66-
"peer-id": "^0.14.0",
66+
"peer-id": "^0.14.2",
6767
"promise-to-callback": "^1.0.0",
6868
"protons": "^2.0.0",
69-
"streaming-iterables": "^5.0.2",
70-
"uint8arrays": "^1.1.0",
69+
"streaming-iterables": "^5.0.4",
70+
"uint8arrays": "^2.0.5",
7171
"varint": "^5.0.0",
7272
"xor-distance": "^2.0.0"
7373
},

0 commit comments

Comments
 (0)
This repository has been archived.