@libp2p/utils 5.2.7-1f589c822 → 5.2.7-3ffecc5bf

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/utils",
3
- "version": "5.2.7-1f589c822",
3
+ "version": "5.2.7-3ffecc5bf",
4
4
  "description": "Package to aggregate shared logic and dependencies for the libp2p ecosystem",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/utils#readme",
@@ -128,25 +128,25 @@
128
128
  },
129
129
  "dependencies": {
130
130
  "@chainsafe/is-ip": "^2.0.2",
131
- "@libp2p/interface": "1.1.5-1f589c822",
132
- "@libp2p/logger": "4.0.8-1f589c822",
133
- "@multiformats/multiaddr": "^12.1.14",
134
- "@multiformats/multiaddr-matcher": "^1.1.2",
131
+ "@libp2p/interface": "1.1.5-3ffecc5bf",
132
+ "@libp2p/logger": "4.0.8-3ffecc5bf",
133
+ "@multiformats/multiaddr": "^12.2.1",
134
+ "@multiformats/multiaddr-matcher": "^1.2.0",
135
135
  "delay": "^6.0.0",
136
136
  "get-iterator": "^2.0.1",
137
137
  "is-loopback-addr": "^2.0.2",
138
138
  "it-pushable": "^3.2.3",
139
139
  "it-stream-types": "^2.0.1",
140
140
  "netmask": "^2.0.2",
141
- "p-defer": "^4.0.0",
141
+ "p-defer": "^4.0.1",
142
142
  "race-event": "^1.2.0",
143
143
  "race-signal": "^1.0.2",
144
144
  "uint8arraylist": "^2.4.8"
145
145
  },
146
146
  "devDependencies": {
147
- "@libp2p/peer-id-factory": "4.0.8-1f589c822",
147
+ "@libp2p/peer-id-factory": "4.0.8-3ffecc5bf",
148
148
  "@types/netmask": "^2.0.5",
149
- "aegir": "^42.2.4",
149
+ "aegir": "^42.2.5",
150
150
  "delay": "^6.0.0",
151
151
  "it-all": "^3.0.4",
152
152
  "it-drain": "^3.0.5",
@@ -154,7 +154,7 @@
154
154
  "it-pipe": "^3.0.1",
155
155
  "sinon": "^17.0.1",
156
156
  "sinon-ts": "^2.0.0",
157
- "uint8arrays": "^5.0.2"
157
+ "uint8arrays": "^5.0.3"
158
158
  },
159
159
  "sideEffects": false
160
160
  }