@libp2p/pnet 2.0.8 → 2.0.9

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/pnet",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "Implementation of Connection protection management via a shared secret",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/pnet#readme",
@@ -62,9 +62,9 @@
62
62
  "xsalsa20": "^1.2.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@libp2p/interface-compliance-tests": "^6.1.6",
66
- "@libp2p/logger": "^5.1.1",
67
- "@libp2p/peer-id": "^5.0.5",
65
+ "@libp2p/interface-compliance-tests": "^6.1.7",
66
+ "@libp2p/logger": "^5.1.2",
67
+ "@libp2p/peer-id": "^5.0.6",
68
68
  "@multiformats/multiaddr": "^12.2.3",
69
69
  "@types/xsalsa20": "^1.1.3",
70
70
  "aegir": "^44.0.1",