@libp2p/kad-dht 14.1.4 → 14.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/kad-dht",
3
- "version": "14.1.4",
3
+ "version": "14.1.5",
4
4
  "description": "JavaScript implementation of the Kad-DHT for libp2p",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/kad-dht#readme",
@@ -59,7 +59,7 @@
59
59
  "dependencies": {
60
60
  "@libp2p/crypto": "^5.0.8",
61
61
  "@libp2p/interface": "^2.3.0",
62
- "@libp2p/interface-internal": "^2.2.0",
62
+ "@libp2p/interface-internal": "^2.2.1",
63
63
  "@libp2p/peer-collections": "^6.0.13",
64
64
  "@libp2p/peer-id": "^5.0.9",
65
65
  "@libp2p/record": "^4.0.4",
@@ -89,7 +89,7 @@
89
89
  "uint8arrays": "^5.1.0"
90
90
  },
91
91
  "devDependencies": {
92
- "@libp2p/interface-compliance-tests": "^6.2.0",
92
+ "@libp2p/interface-compliance-tests": "^6.2.1",
93
93
  "@libp2p/logger": "^5.1.5",
94
94
  "@libp2p/peer-store": "^11.0.13",
95
95
  "@types/lodash.random": "^3.2.9",