chore(deps)(deps): bump @libp2p/mplex from 9.0.2 to 9.0.5 (#1550)

Bumps [@libp2p/mplex](https://github.com/libp2p/js-libp2p) from 9.0.2 to 9.0.5.
- [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.2...mdns-v9.0.5)

---
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>
Co-authored-by: Danish Arora <35004822+danisharora099@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-15 16:18:16 +05:30 committed by GitHub
parent d049ebbc34
commit ea2ab025d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 51 additions and 24 deletions

73
package-lock.json generated
View File

@ -2513,28 +2513,30 @@
}
},
"node_modules/@libp2p/mplex": {
"version": "9.0.2",
"license": "Apache-2.0 OR MIT",
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/@libp2p/mplex/-/mplex-9.0.5.tgz",
"integrity": "sha512-cwg8ueB7xzwQbWt2da/Q5oPsm/6wk1GwNiGBiUsvy75h3qr6b1RNDuFJYkCSySI4mLvdTrkvthJCXHQMAW4Tvg==",
"dependencies": {
"@libp2p/interface": "^0.1.1",
"@libp2p/logger": "^3.0.1",
"@libp2p/interface": "^0.1.2",
"@libp2p/logger": "^3.0.2",
"abortable-iterator": "^5.0.1",
"benchmark": "^2.1.4",
"it-batched-bytes": "^2.0.2",
"it-pushable": "^3.2.0",
"it-stream-types": "^2.0.1",
"rate-limiter-flexible": "^2.3.11",
"uint8-varint": "^2.0.0",
"uint8arraylist": "^2.4.3",
"uint8arrays": "^4.0.4",
"varint": "^6.0.0"
"uint8arrays": "^4.0.6"
}
},
"node_modules/@libp2p/mplex/node_modules/@libp2p/logger": {
"version": "3.0.1",
"license": "Apache-2.0 OR MIT",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-3.0.2.tgz",
"integrity": "sha512-2JtRGBXiGfm1t5XneUIXQ2JusW7QwyYmxsW7hSAYS5J73RQJUicpt5le5obVRt7+OM39ei+nWEuC6Xvm1ugHkw==",
"dependencies": {
"@libp2p/interface": "^0.1.1",
"@multiformats/multiaddr": "^12.1.3",
"@libp2p/interface": "^0.1.2",
"@multiformats/multiaddr": "^12.1.5",
"debug": "^4.3.4",
"interface-datastore": "^8.2.0",
"multiformats": "^12.0.1"
@ -2549,13 +2551,23 @@
}
},
"node_modules/@libp2p/mplex/node_modules/multiformats": {
"version": "12.0.1",
"license": "Apache-2.0 OR MIT",
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.1.1.tgz",
"integrity": "sha512-GBSToTmri2vJYs8wqcZQ8kB21dCaeTOzHTIAlr8J06C1eL6UbzqURXFZ5Fl0EYm9GAFz1IlYY8SxGOs9G9NJRg==",
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
}
},
"node_modules/@libp2p/mplex/node_modules/uint8-varint": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/uint8-varint/-/uint8-varint-2.0.1.tgz",
"integrity": "sha512-euvmpuulJstK5+xNuI4S1KfnxJnbI5QP52RXIR3GZ3/ZMkOsEK2AgCtFpNvEQLXMxMx2o0qcyevK1fJwOZJagQ==",
"dependencies": {
"uint8arraylist": "^2.0.0",
"uint8arrays": "^4.0.2"
}
},
"node_modules/@libp2p/multistream-select": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@libp2p/multistream-select/-/multistream-select-4.0.2.tgz",
@ -27307,7 +27319,7 @@
"license": "MIT OR Apache-2.0",
"dependencies": {
"@chainsafe/libp2p-noise": "^13.0.0",
"@libp2p/mplex": "^9.0.2",
"@libp2p/mplex": "^9.0.5",
"@libp2p/websockets": "^7.0.5",
"@waku/core": "0.0.23",
"@waku/dns-discovery": "0.0.17",
@ -29360,26 +29372,30 @@
}
},
"@libp2p/mplex": {
"version": "9.0.2",
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/@libp2p/mplex/-/mplex-9.0.5.tgz",
"integrity": "sha512-cwg8ueB7xzwQbWt2da/Q5oPsm/6wk1GwNiGBiUsvy75h3qr6b1RNDuFJYkCSySI4mLvdTrkvthJCXHQMAW4Tvg==",
"requires": {
"@libp2p/interface": "^0.1.1",
"@libp2p/logger": "^3.0.1",
"@libp2p/interface": "^0.1.2",
"@libp2p/logger": "^3.0.2",
"abortable-iterator": "^5.0.1",
"benchmark": "^2.1.4",
"it-batched-bytes": "^2.0.2",
"it-pushable": "^3.2.0",
"it-stream-types": "^2.0.1",
"rate-limiter-flexible": "^2.3.11",
"uint8-varint": "^2.0.0",
"uint8arraylist": "^2.4.3",
"uint8arrays": "^4.0.4",
"varint": "^6.0.0"
"uint8arrays": "^4.0.6"
},
"dependencies": {
"@libp2p/logger": {
"version": "3.0.1",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-3.0.2.tgz",
"integrity": "sha512-2JtRGBXiGfm1t5XneUIXQ2JusW7QwyYmxsW7hSAYS5J73RQJUicpt5le5obVRt7+OM39ei+nWEuC6Xvm1ugHkw==",
"requires": {
"@libp2p/interface": "^0.1.1",
"@multiformats/multiaddr": "^12.1.3",
"@libp2p/interface": "^0.1.2",
"@multiformats/multiaddr": "^12.1.5",
"debug": "^4.3.4",
"interface-datastore": "^8.2.0",
"multiformats": "^12.0.1"
@ -29389,7 +29405,18 @@
"version": "2.0.1"
},
"multiformats": {
"version": "12.0.1"
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.1.1.tgz",
"integrity": "sha512-GBSToTmri2vJYs8wqcZQ8kB21dCaeTOzHTIAlr8J06C1eL6UbzqURXFZ5Fl0EYm9GAFz1IlYY8SxGOs9G9NJRg=="
},
"uint8-varint": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/uint8-varint/-/uint8-varint-2.0.1.tgz",
"integrity": "sha512-euvmpuulJstK5+xNuI4S1KfnxJnbI5QP52RXIR3GZ3/ZMkOsEK2AgCtFpNvEQLXMxMx2o0qcyevK1fJwOZJagQ==",
"requires": {
"uint8arraylist": "^2.0.0",
"uint8arrays": "^4.0.2"
}
}
}
},
@ -31415,7 +31442,7 @@
"requires": {
"@chainsafe/libp2p-gossipsub": "^10.1.0",
"@chainsafe/libp2p-noise": "^13.0.0",
"@libp2p/mplex": "^9.0.2",
"@libp2p/mplex": "^9.0.5",
"@libp2p/websockets": "^7.0.5",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",

View File

@ -49,7 +49,7 @@
},
"dependencies": {
"@chainsafe/libp2p-noise": "^13.0.0",
"@libp2p/mplex": "^9.0.2",
"@libp2p/mplex": "^9.0.5",
"@libp2p/websockets": "^7.0.5",
"@waku/utils": "0.0.11",
"@waku/relay": "0.0.6",