@libp2p/pubsub 9.0.2 → 9.0.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/pubsub",
3
- "version": "9.0.2",
3
+ "version": "9.0.3",
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",
@@ -88,12 +88,12 @@
88
88
  "@libp2p/interface-internal": "^1.0.3",
89
89
  "@libp2p/peer-collections": "^5.1.1",
90
90
  "@libp2p/peer-id": "^4.0.2",
91
- "@libp2p/utils": "^5.0.3",
91
+ "@libp2p/utils": "^5.1.0",
92
92
  "it-length-prefixed": "^9.0.3",
93
93
  "it-pipe": "^3.0.1",
94
94
  "it-pushable": "^3.2.1",
95
95
  "multiformats": "^12.1.3",
96
- "p-queue": "^7.4.1",
96
+ "p-queue": "^8.0.0",
97
97
  "uint8arraylist": "^2.4.3",
98
98
  "uint8arrays": "^5.0.0"
99
99
  },