mirror of https://github.com/status-im/js-waku.git
chore(deps)(deps): bump libp2p from 0.46.11 to 0.46.12 (#1630)
Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.46.11 to 0.46.12. - [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/libp2p-v0.46.11...libp2p-v0.46.12) --- updated-dependencies: - dependency-name: libp2p 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
f1d8d6097f
commit
64f38651bf
|
@ -13018,8 +13018,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/libp2p": {
|
||||
"version": "0.46.11",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"version": "0.46.12",
|
||||
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.46.12.tgz",
|
||||
"integrity": "sha512-LPEfSVW/tsFNaUplNo/QqDsg9C7wed+lBGPUUhUsRcnPnKQTqZnKBpA9pSv2+A0ST9B++uiyCOk+JK7nIlpjeA==",
|
||||
"dependencies": {
|
||||
"@achingbrain/nat-port-mapper": "^1.0.9",
|
||||
"@libp2p/crypto": "^2.0.4",
|
||||
|
@ -25922,7 +25923,7 @@
|
|||
"@chainsafe/libp2p-gossipsub": "^10.1.0",
|
||||
"@multiformats/multiaddr": "^12.0.0",
|
||||
"cspell": "^7.3.2",
|
||||
"libp2p": "^0.46.9",
|
||||
"libp2p": "^0.46.12",
|
||||
"npm-run-all": "^4.1.5"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -26085,7 +26086,7 @@
|
|||
"@waku/peer-exchange": "^0.0.16",
|
||||
"@waku/relay": "0.0.6",
|
||||
"@waku/utils": "0.0.11",
|
||||
"libp2p": "^0.46.9"
|
||||
"libp2p": "^0.46.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@chainsafe/libp2p-gossipsub": "^10.1.0",
|
||||
|
@ -26139,7 +26140,7 @@
|
|||
"datastore-core": "^9.2.3",
|
||||
"debug": "^4.3.4",
|
||||
"interface-datastore": "^8.2.5",
|
||||
"libp2p": "^0.46.9",
|
||||
"libp2p": "^0.46.12",
|
||||
"mocha": "^10.2.0",
|
||||
"npm-run-all": "^4.1.5"
|
||||
},
|
||||
|
@ -29160,7 +29161,7 @@
|
|||
"@chainsafe/libp2p-gossipsub": "^10.1.0",
|
||||
"@multiformats/multiaddr": "^12.0.0",
|
||||
"cspell": "^7.3.2",
|
||||
"libp2p": "^0.46.9",
|
||||
"libp2p": "^0.46.12",
|
||||
"npm-run-all": "^4.1.5"
|
||||
}
|
||||
},
|
||||
|
@ -29290,7 +29291,7 @@
|
|||
"@waku/utils": "0.0.11",
|
||||
"cspell": "^7.3.2",
|
||||
"interface-datastore": "^8.2.5",
|
||||
"libp2p": "^0.46.9",
|
||||
"libp2p": "^0.46.12",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"rollup": "^3.29.2"
|
||||
}
|
||||
|
@ -29322,7 +29323,7 @@
|
|||
"debug": "^4.3.4",
|
||||
"dockerode": "^3.3.5",
|
||||
"interface-datastore": "^8.2.5",
|
||||
"libp2p": "^0.46.9",
|
||||
"libp2p": "^0.46.12",
|
||||
"mocha": "^10.2.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"p-retry": "^6.0.0",
|
||||
|
@ -34367,7 +34368,9 @@
|
|||
}
|
||||
},
|
||||
"libp2p": {
|
||||
"version": "0.46.11",
|
||||
"version": "0.46.12",
|
||||
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.46.12.tgz",
|
||||
"integrity": "sha512-LPEfSVW/tsFNaUplNo/QqDsg9C7wed+lBGPUUhUsRcnPnKQTqZnKBpA9pSv2+A0ST9B++uiyCOk+JK7nIlpjeA==",
|
||||
"requires": {
|
||||
"@achingbrain/nat-port-mapper": "^1.0.9",
|
||||
"@libp2p/crypto": "^2.0.4",
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"@multiformats/multiaddr": "^12.0.0",
|
||||
"cspell": "^7.3.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"libp2p": "^0.46.9"
|
||||
"libp2p": "^0.46.12"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"@waku/dns-discovery": "0.0.17",
|
||||
"@waku/interfaces": "0.0.18",
|
||||
"@waku/peer-exchange": "^0.0.16",
|
||||
"libp2p": "^0.46.9"
|
||||
"libp2p": "^0.46.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@chainsafe/libp2p-gossipsub": "^10.1.0",
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
"datastore-core": "^9.2.3",
|
||||
"debug": "^4.3.4",
|
||||
"interface-datastore": "^8.2.5",
|
||||
"libp2p": "^0.46.9",
|
||||
"libp2p": "^0.46.12",
|
||||
"mocha": "^10.2.0",
|
||||
"npm-run-all": "^4.1.5"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue