@libp2p/mplex 10.0.12 → 10.0.13

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/mplex",
3
- "version": "10.0.12",
3
+ "version": "10.0.13",
4
4
  "description": "JavaScript implementation of https://github.com/libp2p/mplex",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/stream-multiplexer-mplex#readme",
@@ -62,7 +62,7 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@libp2p/interface": "^1.1.2",
65
- "@libp2p/utils": "^5.2.2",
65
+ "@libp2p/utils": "^5.2.3",
66
66
  "it-pipe": "^3.0.1",
67
67
  "it-pushable": "^3.2.3",
68
68
  "it-stream-types": "^2.0.1",
@@ -71,7 +71,7 @@
71
71
  "uint8arrays": "^5.0.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@libp2p/interface-compliance-tests": "^5.1.3",
74
+ "@libp2p/interface-compliance-tests": "^5.2.0",
75
75
  "@libp2p/logger": "^4.0.5",
76
76
  "aegir": "^42.0.0",
77
77
  "benchmark": "^2.1.4",