mirror of https://github.com/status-im/js-waku.git
chore(deps)(deps): bump @libp2p/mplex from 9.0.10 to 10.0.12 (#1799)
Bumps [@libp2p/mplex](https://github.com/libp2p/js-libp2p) from 9.0.10 to 10.0.12. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json) - [Commits](https://github.com/libp2p/js-libp2p/compare/tcp-v9.0.10...mdns-v10.0.12) --- updated-dependencies: - dependency-name: "@libp2p/mplex" dependency-type: direct:production update-type: version-update:semver-major ... 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
ea4b30752d
commit
602ce16087
|
@ -2769,16 +2769,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@libp2p/interface": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-1.1.1.tgz",
|
||||
"integrity": "sha512-g6xgF+q38ZDTRkjuJfuOByS4N0zGld+VPRiWPXYX8wA/9vS6lqJwKUoC6V33KUhP/zXHCkJaSD6z94fUbNM8vw==",
|
||||
"version": "1.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-1.1.2.tgz",
|
||||
"integrity": "sha512-uC4hxtEJuWiDiZfokkSNEEbCzdyZrqb5kp67Wc5PjZsySZ2IoImdIfie003yQXlB1xBp/XUJzdC6kVu4M7LUmg==",
|
||||
"dependencies": {
|
||||
"@multiformats/multiaddr": "^12.1.10",
|
||||
"it-pushable": "^3.2.1",
|
||||
"it-pushable": "^3.2.3",
|
||||
"it-stream-types": "^2.0.1",
|
||||
"multiformats": "^13.0.0",
|
||||
"progress-events": "^1.0.0",
|
||||
"uint8arraylist": "^2.4.3"
|
||||
"uint8arraylist": "^2.4.7"
|
||||
}
|
||||
},
|
||||
"node_modules/@libp2p/interface-compliance-tests": {
|
||||
|
@ -2882,11 +2882,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@libp2p/logger": {
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-4.0.4.tgz",
|
||||
"integrity": "sha512-lr6/Cmj9VhtET4ZnRhWls4kY4K5moTAIEZtZugmkflT4qJXJywkmn/EpLO3kjgE+PDjrgOr8lUVVJBGvEHL8Jg==",
|
||||
"version": "4.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-4.0.5.tgz",
|
||||
"integrity": "sha512-cXETMNZINnxeQBlfQ2S4di92FDDU89R7RHagrpebGrM7oLl5nf/Mw6myc23kGaM3/2YG3ko2rl9sYjemu0azTA==",
|
||||
"dependencies": {
|
||||
"@libp2p/interface": "^1.1.1",
|
||||
"@libp2p/interface": "^1.1.2",
|
||||
"@multiformats/multiaddr": "^12.1.10",
|
||||
"debug": "^4.3.4",
|
||||
"interface-datastore": "^8.2.0",
|
||||
|
@ -2899,17 +2899,17 @@
|
|||
"integrity": "sha512-bt3R5iXe2O8xpp3wkmQhC73b/lC4S2ihU8Dndwcsysqbydqb8N+bpP116qMcClZ17g58iSIwtXUTcg2zT4sniA=="
|
||||
},
|
||||
"node_modules/@libp2p/mplex": {
|
||||
"version": "10.0.11",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/mplex/-/mplex-10.0.11.tgz",
|
||||
"integrity": "sha512-KDuKo/srtgcnr3H1XyMMSl0m/WKQ4WkI+SwfhB+tZOzr482K+Nmri7/1zKir1UFT+WVcHkchylwMwfMDgVv4PQ==",
|
||||
"version": "10.0.12",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/mplex/-/mplex-10.0.12.tgz",
|
||||
"integrity": "sha512-7MtExlVR+lOw1x3/dDUdP7+b8aAmWmCvQbl8JHKeICSRm5hHqCIaqptLVlz6WDvVr8ufrCF2l3JgYf8h5AJAzw==",
|
||||
"dependencies": {
|
||||
"@libp2p/interface": "^1.1.1",
|
||||
"@libp2p/utils": "^5.2.1",
|
||||
"@libp2p/interface": "^1.1.2",
|
||||
"@libp2p/utils": "^5.2.2",
|
||||
"it-pipe": "^3.0.1",
|
||||
"it-pushable": "^3.2.1",
|
||||
"it-pushable": "^3.2.3",
|
||||
"it-stream-types": "^2.0.1",
|
||||
"uint8-varint": "^2.0.0",
|
||||
"uint8arraylist": "^2.4.3",
|
||||
"uint8-varint": "^2.0.2",
|
||||
"uint8arraylist": "^2.4.7",
|
||||
"uint8arrays": "^5.0.0"
|
||||
}
|
||||
},
|
||||
|
@ -3135,25 +3135,25 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@libp2p/utils": {
|
||||
"version": "5.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/utils/-/utils-5.2.1.tgz",
|
||||
"integrity": "sha512-2Tn8stSGY18KjT6sZOM6ayE4VUE+3kcuHB1LYpwucdACg9rr6B/a7RTxrwX++GBKb1u+Y0Z78PCShajtNdXw9g==",
|
||||
"version": "5.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/utils/-/utils-5.2.2.tgz",
|
||||
"integrity": "sha512-h7pNWv8Kyn7Mji8oNE/H6boon66Qu/GCsjjC3zIrHscRqeLPK0zR2EZlhWhfffObF//s0v0++okQNH5HsFQIPQ==",
|
||||
"dependencies": {
|
||||
"@chainsafe/is-ip": "^2.0.2",
|
||||
"@libp2p/interface": "^1.1.1",
|
||||
"@libp2p/logger": "^4.0.4",
|
||||
"@libp2p/interface": "^1.1.2",
|
||||
"@libp2p/logger": "^4.0.5",
|
||||
"@multiformats/multiaddr": "^12.1.10",
|
||||
"@multiformats/multiaddr-matcher": "^1.1.0",
|
||||
"delay": "^6.0.0",
|
||||
"get-iterator": "^2.0.1",
|
||||
"is-loopback-addr": "^2.0.1",
|
||||
"it-pushable": "^3.2.2",
|
||||
"it-pushable": "^3.2.3",
|
||||
"it-stream-types": "^2.0.1",
|
||||
"p-defer": "^4.0.0",
|
||||
"private-ip": "^3.0.1",
|
||||
"race-event": "^1.1.0",
|
||||
"race-signal": "^1.0.1",
|
||||
"uint8arraylist": "^2.4.3"
|
||||
"race-signal": "^1.0.2",
|
||||
"uint8arraylist": "^2.4.7"
|
||||
}
|
||||
},
|
||||
"node_modules/@libp2p/websockets": {
|
||||
|
@ -27899,7 +27899,7 @@
|
|||
"dependencies": {
|
||||
"@chainsafe/libp2p-noise": "^14.1.0",
|
||||
"@libp2p/identify": "^1.0.10",
|
||||
"@libp2p/mplex": "^10.0.11",
|
||||
"@libp2p/mplex": "^10.0.12",
|
||||
"@libp2p/ping": "^1.0.9",
|
||||
"@libp2p/websockets": "^8.0.11",
|
||||
"@waku/core": "0.0.26",
|
||||
|
@ -29830,16 +29830,16 @@
|
|||
}
|
||||
},
|
||||
"@libp2p/interface": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-1.1.1.tgz",
|
||||
"integrity": "sha512-g6xgF+q38ZDTRkjuJfuOByS4N0zGld+VPRiWPXYX8wA/9vS6lqJwKUoC6V33KUhP/zXHCkJaSD6z94fUbNM8vw==",
|
||||
"version": "1.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-1.1.2.tgz",
|
||||
"integrity": "sha512-uC4hxtEJuWiDiZfokkSNEEbCzdyZrqb5kp67Wc5PjZsySZ2IoImdIfie003yQXlB1xBp/XUJzdC6kVu4M7LUmg==",
|
||||
"requires": {
|
||||
"@multiformats/multiaddr": "^12.1.10",
|
||||
"it-pushable": "^3.2.1",
|
||||
"it-pushable": "^3.2.3",
|
||||
"it-stream-types": "^2.0.1",
|
||||
"multiformats": "^13.0.0",
|
||||
"progress-events": "^1.0.0",
|
||||
"uint8arraylist": "^2.4.3"
|
||||
"uint8arraylist": "^2.4.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"multiformats": {
|
||||
|
@ -29930,11 +29930,11 @@
|
|||
"version": "3.3.2"
|
||||
},
|
||||
"@libp2p/logger": {
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-4.0.4.tgz",
|
||||
"integrity": "sha512-lr6/Cmj9VhtET4ZnRhWls4kY4K5moTAIEZtZugmkflT4qJXJywkmn/EpLO3kjgE+PDjrgOr8lUVVJBGvEHL8Jg==",
|
||||
"version": "4.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-4.0.5.tgz",
|
||||
"integrity": "sha512-cXETMNZINnxeQBlfQ2S4di92FDDU89R7RHagrpebGrM7oLl5nf/Mw6myc23kGaM3/2YG3ko2rl9sYjemu0azTA==",
|
||||
"requires": {
|
||||
"@libp2p/interface": "^1.1.1",
|
||||
"@libp2p/interface": "^1.1.2",
|
||||
"@multiformats/multiaddr": "^12.1.10",
|
||||
"debug": "^4.3.4",
|
||||
"interface-datastore": "^8.2.0",
|
||||
|
@ -29949,17 +29949,17 @@
|
|||
}
|
||||
},
|
||||
"@libp2p/mplex": {
|
||||
"version": "10.0.11",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/mplex/-/mplex-10.0.11.tgz",
|
||||
"integrity": "sha512-KDuKo/srtgcnr3H1XyMMSl0m/WKQ4WkI+SwfhB+tZOzr482K+Nmri7/1zKir1UFT+WVcHkchylwMwfMDgVv4PQ==",
|
||||
"version": "10.0.12",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/mplex/-/mplex-10.0.12.tgz",
|
||||
"integrity": "sha512-7MtExlVR+lOw1x3/dDUdP7+b8aAmWmCvQbl8JHKeICSRm5hHqCIaqptLVlz6WDvVr8ufrCF2l3JgYf8h5AJAzw==",
|
||||
"requires": {
|
||||
"@libp2p/interface": "^1.1.1",
|
||||
"@libp2p/utils": "^5.2.1",
|
||||
"@libp2p/interface": "^1.1.2",
|
||||
"@libp2p/utils": "^5.2.2",
|
||||
"it-pipe": "^3.0.1",
|
||||
"it-pushable": "^3.2.1",
|
||||
"it-pushable": "^3.2.3",
|
||||
"it-stream-types": "^2.0.1",
|
||||
"uint8-varint": "^2.0.0",
|
||||
"uint8arraylist": "^2.4.3",
|
||||
"uint8-varint": "^2.0.2",
|
||||
"uint8arraylist": "^2.4.7",
|
||||
"uint8arrays": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -30201,25 +30201,25 @@
|
|||
}
|
||||
},
|
||||
"@libp2p/utils": {
|
||||
"version": "5.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/utils/-/utils-5.2.1.tgz",
|
||||
"integrity": "sha512-2Tn8stSGY18KjT6sZOM6ayE4VUE+3kcuHB1LYpwucdACg9rr6B/a7RTxrwX++GBKb1u+Y0Z78PCShajtNdXw9g==",
|
||||
"version": "5.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/utils/-/utils-5.2.2.tgz",
|
||||
"integrity": "sha512-h7pNWv8Kyn7Mji8oNE/H6boon66Qu/GCsjjC3zIrHscRqeLPK0zR2EZlhWhfffObF//s0v0++okQNH5HsFQIPQ==",
|
||||
"requires": {
|
||||
"@chainsafe/is-ip": "^2.0.2",
|
||||
"@libp2p/interface": "^1.1.1",
|
||||
"@libp2p/logger": "^4.0.4",
|
||||
"@libp2p/interface": "^1.1.2",
|
||||
"@libp2p/logger": "^4.0.5",
|
||||
"@multiformats/multiaddr": "^12.1.10",
|
||||
"@multiformats/multiaddr-matcher": "^1.1.0",
|
||||
"delay": "^6.0.0",
|
||||
"get-iterator": "^2.0.1",
|
||||
"is-loopback-addr": "^2.0.1",
|
||||
"it-pushable": "^3.2.2",
|
||||
"it-pushable": "^3.2.3",
|
||||
"it-stream-types": "^2.0.1",
|
||||
"p-defer": "^4.0.0",
|
||||
"private-ip": "^3.0.1",
|
||||
"race-event": "^1.1.0",
|
||||
"race-signal": "^1.0.1",
|
||||
"uint8arraylist": "^2.4.3"
|
||||
"race-signal": "^1.0.2",
|
||||
"uint8arraylist": "^2.4.7"
|
||||
}
|
||||
},
|
||||
"@libp2p/websockets": {
|
||||
|
@ -32034,7 +32034,7 @@
|
|||
"@chainsafe/libp2p-gossipsub": "^11.0.1",
|
||||
"@chainsafe/libp2p-noise": "^14.1.0",
|
||||
"@libp2p/identify": "^1.0.10",
|
||||
"@libp2p/mplex": "^10.0.11",
|
||||
"@libp2p/mplex": "^10.0.12",
|
||||
"@libp2p/ping": "^1.0.9",
|
||||
"@libp2p/websockets": "^8.0.11",
|
||||
"@rollup/plugin-commonjs": "^25.0.7",
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
"dependencies": {
|
||||
"@chainsafe/libp2p-noise": "^14.1.0",
|
||||
"@libp2p/identify": "^1.0.10",
|
||||
"@libp2p/mplex": "^10.0.11",
|
||||
"@libp2p/mplex": "^10.0.12",
|
||||
"@libp2p/ping": "^1.0.9",
|
||||
"@libp2p/websockets": "^8.0.11",
|
||||
"@waku/core": "0.0.26",
|
||||
|
|
Loading…
Reference in New Issue