mirror of https://github.com/waku-org/js-waku.git
chore(deps)(deps-dev): bump @libp2p/interface-content-routing
Bumps [@libp2p/interface-content-routing](https://github.com/libp2p/js-libp2p-interfaces) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/libp2p/js-libp2p-interfaces/releases) - [Commits](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-content-routing-v2.0.1...@libp2p/interface-content-routing-v2.0.2) --- updated-dependencies: - dependency-name: "@libp2p/interface-content-routing" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
275b16641e
commit
24f4c5c389
|
@ -28738,7 +28738,7 @@
|
|||
"@libp2p/interface-address-manager": "^2.0.4",
|
||||
"@libp2p/interface-connection": "^3.0.8",
|
||||
"@libp2p/interface-connection-manager": "^1.3.7",
|
||||
"@libp2p/interface-content-routing": "^2.0.1",
|
||||
"@libp2p/interface-content-routing": "^2.0.2",
|
||||
"@libp2p/interface-dht": "^2.0.1",
|
||||
"@libp2p/interface-libp2p": "^1.1.1",
|
||||
"@libp2p/interface-metrics": "^4.0.5",
|
||||
|
@ -28774,9 +28774,10 @@
|
|||
}
|
||||
},
|
||||
"packages/create/node_modules/@libp2p/interface-content-routing": {
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/interface-content-routing/-/interface-content-routing-2.0.2.tgz",
|
||||
"integrity": "sha512-SlyZnBk+IpTKdT/4RMNTHcl18PRWUXfb3qhkBPP8xBNGm57DxApKQjLjoklSRNwJ3VDmXyPqTpiR/K/pLPow6A==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"dependencies": {
|
||||
"@libp2p/interface-peer-info": "^1.0.0",
|
||||
"@libp2p/interfaces": "^3.0.0",
|
||||
|
@ -33451,7 +33452,7 @@
|
|||
"@libp2p/interface-address-manager": "^2.0.4",
|
||||
"@libp2p/interface-connection": "^3.0.8",
|
||||
"@libp2p/interface-connection-manager": "^1.3.7",
|
||||
"@libp2p/interface-content-routing": "^2.0.1",
|
||||
"@libp2p/interface-content-routing": "^2.0.2",
|
||||
"@libp2p/interface-dht": "^2.0.1",
|
||||
"@libp2p/interface-libp2p": "^1.1.1",
|
||||
"@libp2p/interface-metrics": "^4.0.5",
|
||||
|
@ -33490,7 +33491,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@libp2p/interface-content-routing": {
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/interface-content-routing/-/interface-content-routing-2.0.2.tgz",
|
||||
"integrity": "sha512-SlyZnBk+IpTKdT/4RMNTHcl18PRWUXfb3qhkBPP8xBNGm57DxApKQjLjoklSRNwJ3VDmXyPqTpiR/K/pLPow6A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@libp2p/interface-peer-info": "^1.0.0",
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
"@libp2p/interface-address-manager": "^2.0.4",
|
||||
"@libp2p/interface-connection": "^3.0.8",
|
||||
"@libp2p/interface-connection-manager": "^1.3.7",
|
||||
"@libp2p/interface-content-routing": "^2.0.1",
|
||||
"@libp2p/interface-content-routing": "^2.0.2",
|
||||
"@libp2p/interface-dht": "^2.0.1",
|
||||
"@libp2p/interface-libp2p": "^1.1.1",
|
||||
"@libp2p/interface-metrics": "^4.0.5",
|
||||
|
|
Loading…
Reference in New Issue