@libp2p/pubsub 9.0.17 → 9.0.18

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/pubsub",
3
- "version": "9.0.17",
3
+ "version": "9.0.18",
4
4
  "description": "libp2p pubsub base class",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/pubsub#readme",
@@ -86,10 +86,10 @@
86
86
  "dependencies": {
87
87
  "@libp2p/crypto": "^4.1.1",
88
88
  "@libp2p/interface": "^1.3.1",
89
- "@libp2p/interface-internal": "^1.2.0",
90
- "@libp2p/peer-collections": "^5.2.0",
89
+ "@libp2p/interface-internal": "^1.2.1",
90
+ "@libp2p/peer-collections": "^5.2.1",
91
91
  "@libp2p/peer-id": "^4.1.1",
92
- "@libp2p/utils": "^5.4.0",
92
+ "@libp2p/utils": "^5.4.1",
93
93
  "it-length-prefixed": "^9.0.4",
94
94
  "it-pipe": "^3.0.1",
95
95
  "it-pushable": "^3.2.3",