mirror of https://github.com/waku-org/js-waku.git
chore(deps)(deps): bump @libp2p/mplex from 9.0.6 to 9.0.10 (#1701)
Bumps [@libp2p/mplex](https://github.com/libp2p/js-libp2p) from 9.0.6 to 9.0.10. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json) - [Commits](https://github.com/libp2p/js-libp2p/compare/mdns-v9.0.6...mdns-v9.0.10) --- updated-dependencies: - dependency-name: "@libp2p/mplex" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4c5a8a9b64
commit
678635ec9f
|
@ -2377,11 +2377,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@libp2p/mplex": {
|
||||
"version": "9.0.6",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"version": "9.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/mplex/-/mplex-9.0.10.tgz",
|
||||
"integrity": "sha512-ToG/kDc+fA1onYKXrifawBgPO2oOUyGsoxMLIpZaAnmHu7RLNjt2Wb4Ges7QVlY3daF8ZYysEjc6/1GPlYzSNA==",
|
||||
"dependencies": {
|
||||
"@libp2p/interface": "^0.1.2",
|
||||
"@libp2p/logger": "^3.0.2",
|
||||
"@libp2p/interface": "^0.1.5",
|
||||
"@libp2p/logger": "^3.0.5",
|
||||
"abortable-iterator": "^5.0.1",
|
||||
"benchmark": "^2.1.4",
|
||||
"it-batched-bytes": "^2.0.2",
|
||||
|
@ -26197,7 +26198,7 @@
|
|||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@chainsafe/libp2p-noise": "^13.0.0",
|
||||
"@libp2p/mplex": "^9.0.5",
|
||||
"@libp2p/mplex": "^9.0.10",
|
||||
"@libp2p/websockets": "^7.0.5",
|
||||
"@waku/core": "0.0.25",
|
||||
"@waku/dns-discovery": "0.0.19",
|
||||
|
@ -27793,10 +27794,12 @@
|
|||
}
|
||||
},
|
||||
"@libp2p/mplex": {
|
||||
"version": "9.0.6",
|
||||
"version": "9.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/mplex/-/mplex-9.0.10.tgz",
|
||||
"integrity": "sha512-ToG/kDc+fA1onYKXrifawBgPO2oOUyGsoxMLIpZaAnmHu7RLNjt2Wb4Ges7QVlY3daF8ZYysEjc6/1GPlYzSNA==",
|
||||
"requires": {
|
||||
"@libp2p/interface": "^0.1.2",
|
||||
"@libp2p/logger": "^3.0.2",
|
||||
"@libp2p/interface": "^0.1.5",
|
||||
"@libp2p/logger": "^3.0.5",
|
||||
"abortable-iterator": "^5.0.1",
|
||||
"benchmark": "^2.1.4",
|
||||
"it-batched-bytes": "^2.0.2",
|
||||
|
@ -29484,7 +29487,7 @@
|
|||
"requires": {
|
||||
"@chainsafe/libp2p-gossipsub": "^10.1.0",
|
||||
"@chainsafe/libp2p-noise": "^13.0.0",
|
||||
"@libp2p/mplex": "^9.0.5",
|
||||
"@libp2p/mplex": "^9.0.10",
|
||||
"@libp2p/websockets": "^7.0.5",
|
||||
"@rollup/plugin-commonjs": "^25.0.4",
|
||||
"@rollup/plugin-json": "^6.0.0",
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@chainsafe/libp2p-noise": "^13.0.0",
|
||||
"@libp2p/mplex": "^9.0.5",
|
||||
"@libp2p/mplex": "^9.0.10",
|
||||
"@libp2p/websockets": "^7.0.5",
|
||||
"@waku/utils": "0.0.13",
|
||||
"@waku/relay": "0.0.8",
|
||||
|
|
Loading…
Reference in New Issue