@libp2p/kad-dht 6.0.1 → 6.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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": "6.0.1",
3
+ "version": "6.0.2",
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-kad-dht#readme",
@@ -189,7 +189,7 @@
189
189
  "varint": "^6.0.0"
190
190
  },
191
191
  "devDependencies": {
192
- "@libp2p/interface-mocks": "^7.0.1",
192
+ "@libp2p/interface-mocks": "^8.0.1",
193
193
  "@libp2p/peer-id-factory": "^1.0.18",
194
194
  "@libp2p/peer-store": "^5.0.0",
195
195
  "@types/lodash.random": "^3.2.6",
@@ -208,7 +208,7 @@
208
208
  "p-retry": "^5.0.0",
209
209
  "p-wait-for": "^5.0.0",
210
210
  "protons": "^6.0.0",
211
- "sinon": "^14.0.0",
211
+ "sinon": "^15.0.0",
212
212
  "ts-sinon": "^2.0.2",
213
213
  "which": "^3.0.0"
214
214
  },