mirror of https://github.com/waku-org/js-waku.git
chore(deps)(deps-dev): bump @libp2p/bootstrap from 6.0.0 to 6.0.3 (#1256)
Bumps [@libp2p/bootstrap](https://github.com/libp2p/js-libp2p-bootstrap) from 6.0.0 to 6.0.3. - [Release notes](https://github.com/libp2p/js-libp2p-bootstrap/releases) - [Changelog](https://github.com/libp2p/js-libp2p-bootstrap/blob/master/CHANGELOG.md) - [Commits](https://github.com/libp2p/js-libp2p-bootstrap/compare/v6.0.0...v6.0.3) --- updated-dependencies: - dependency-name: "@libp2p/bootstrap" dependency-type: direct:development 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:
parent
48f77f94f3
commit
600309425d
|
@ -1499,6 +1499,15 @@
|
|||
"npm": ">=7.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@chainsafe/netmask": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@chainsafe/netmask/-/netmask-2.0.0.tgz",
|
||||
"integrity": "sha512-I3Z+6SWUoaljh3TBzCnCxjlUyN8tA+NAk5L6m9IxvCf1BENQTePzPMis97CoN/iMW1St3WN+AWCCRp+TTBRiDg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@chainsafe/is-ip": "^2.0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@colors/colors": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
|
||||
|
@ -2666,9 +2675,9 @@
|
|||
"integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
|
||||
},
|
||||
"node_modules/@libp2p/bootstrap": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/bootstrap/-/bootstrap-6.0.0.tgz",
|
||||
"integrity": "sha512-AoBojVr9w2n08TVQ7ZWh1QFrg44esglfC5dFl7H+K9DU2HlhYR7LgqxbyXJ+uJOxziTqID/NpNnfiGovcX+48Q==",
|
||||
"version": "6.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/bootstrap/-/bootstrap-6.0.3.tgz",
|
||||
"integrity": "sha512-0/pDxBn8+rLtZfGX2PHzOVT3wBATOv4SPiKWjHMeiSfIWQI3kQ0bZDgLp+2lnG8j1JVGDtYJVpmYTpEzlVgbRA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@libp2p/interface-peer-discovery": "^1.0.1",
|
||||
|
@ -2677,8 +2686,40 @@
|
|||
"@libp2p/interfaces": "^3.0.3",
|
||||
"@libp2p/logger": "^2.0.1",
|
||||
"@libp2p/peer-id": "^2.0.0",
|
||||
"@multiformats/mafmt": "^11.0.3",
|
||||
"@multiformats/multiaddr": "^11.0.0"
|
||||
"@multiformats/mafmt": "^12.0.0",
|
||||
"@multiformats/multiaddr": "^12.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0",
|
||||
"npm": ">=7.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@libp2p/bootstrap/node_modules/@multiformats/mafmt": {
|
||||
"version": "12.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@multiformats/mafmt/-/mafmt-12.0.0.tgz",
|
||||
"integrity": "sha512-dBKVV9/2zXY2Iz/NpRTS88YbUHtPefG75NAq3ucciwnMtSvWTyiQfh3I6FMqClEk0jEv2mRLLg5VhekbhfebfA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@multiformats/multiaddr": "^12.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0",
|
||||
"npm": ">=7.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@libp2p/bootstrap/node_modules/@multiformats/multiaddr": {
|
||||
"version": "12.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@multiformats/multiaddr/-/multiaddr-12.1.0.tgz",
|
||||
"integrity": "sha512-sGuMrF7Ysfozx2VxyF7j2I4gy0s6nUIb05aPT4uJFpzhgHP4pNLTpQSU27sfxzMMti9LVq2kBRiFpIWnK7hTBg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@chainsafe/is-ip": "^2.0.1",
|
||||
"@chainsafe/netmask": "^2.0.0",
|
||||
"dns-over-http-resolver": "^2.1.0",
|
||||
"err-code": "^3.0.1",
|
||||
"multiformats": "^11.0.0",
|
||||
"uint8arrays": "^4.0.2",
|
||||
"varint": "^6.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0",
|
||||
|
@ -28900,12 +28941,12 @@
|
|||
},
|
||||
"packages/core": {
|
||||
"name": "@waku/core",
|
||||
"version": "0.0.11",
|
||||
"version": "0.0.12",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@chainsafe/libp2p-gossipsub": "^6.1.0",
|
||||
"@noble/hashes": "^1.3.0",
|
||||
"@waku/interfaces": "0.0.8",
|
||||
"@waku/interfaces": "0.0.9",
|
||||
"@waku/proto": "0.0.3",
|
||||
"@waku/utils": "0.0.2",
|
||||
"debug": "^4.3.4",
|
||||
|
@ -28999,14 +29040,14 @@
|
|||
},
|
||||
"packages/create": {
|
||||
"name": "@waku/create",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@chainsafe/libp2p-noise": "^11.0.0",
|
||||
"@libp2p/mplex": "^7.1.1",
|
||||
"@libp2p/websockets": "^5.0.3",
|
||||
"@waku/core": "0.0.11",
|
||||
"@waku/dns-discovery": "0.0.6",
|
||||
"@waku/core": "0.0.12",
|
||||
"@waku/dns-discovery": "0.0.7",
|
||||
"libp2p": "^0.42.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -29030,7 +29071,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
||||
"@typescript-eslint/parser": "^5.51.0",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.8",
|
||||
"@waku/interfaces": "0.0.9",
|
||||
"cspell": "^6.28.0",
|
||||
"eslint": "^8.35.0",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
|
@ -29081,12 +29122,12 @@
|
|||
},
|
||||
"packages/dns-discovery": {
|
||||
"name": "@waku/dns-discovery",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.7",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@libp2p/interface-peer-discovery": "^1.0.5",
|
||||
"@libp2p/interfaces": "^3.3.1",
|
||||
"@waku/enr": "0.0.6",
|
||||
"@waku/enr": "0.0.7",
|
||||
"@waku/utils": "0.0.2",
|
||||
"debug": "^4.3.4",
|
||||
"dns-query": "^0.11.2",
|
||||
|
@ -29106,7 +29147,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
||||
"@typescript-eslint/parser": "^5.51.0",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.8",
|
||||
"@waku/interfaces": "0.0.9",
|
||||
"chai": "^4.3.7",
|
||||
"cspell": "^6.28.0",
|
||||
"eslint": "^8.35.0",
|
||||
|
@ -29146,7 +29187,7 @@
|
|||
},
|
||||
"packages/enr": {
|
||||
"name": "@waku/enr",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.7",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@ethersproject/rlp": "^5.7.0",
|
||||
|
@ -29170,7 +29211,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
||||
"@typescript-eslint/parser": "^5.51.0",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.8",
|
||||
"@waku/interfaces": "0.0.9",
|
||||
"chai": "^4.3.7",
|
||||
"cspell": "^6.28.0",
|
||||
"eslint": "^8.35.0",
|
||||
|
@ -29216,7 +29257,7 @@
|
|||
},
|
||||
"packages/interfaces": {
|
||||
"name": "@waku/interfaces",
|
||||
"version": "0.0.8",
|
||||
"version": "0.0.9",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@chainsafe/libp2p-gossipsub": "^6.1.0",
|
||||
|
@ -29265,12 +29306,12 @@
|
|||
},
|
||||
"packages/message-encryption": {
|
||||
"name": "@waku/message-encryption",
|
||||
"version": "0.0.10",
|
||||
"version": "0.0.11",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@noble/secp256k1": "^1.7.1",
|
||||
"@waku/core": "0.0.11",
|
||||
"@waku/interfaces": "0.0.8",
|
||||
"@waku/core": "0.0.12",
|
||||
"@waku/interfaces": "0.0.9",
|
||||
"@waku/proto": "0.0.3",
|
||||
"@waku/utils": "0.0.2",
|
||||
"debug": "^4.3.4",
|
||||
|
@ -29319,13 +29360,13 @@
|
|||
},
|
||||
"packages/peer-exchange": {
|
||||
"name": "@waku/peer-exchange",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@libp2p/interface-peer-discovery": "^1.0.5",
|
||||
"@libp2p/interfaces": "^3.3.1",
|
||||
"@waku/core": "*",
|
||||
"@waku/enr": "0.0.6",
|
||||
"@waku/core": "0.0.12",
|
||||
"@waku/enr": "0.0.7",
|
||||
"@waku/proto": "0.0.3",
|
||||
"@waku/utils": "*",
|
||||
"debug": "^4.3.4",
|
||||
|
@ -29345,7 +29386,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
||||
"@typescript-eslint/parser": "^5.51.0",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.8",
|
||||
"@waku/interfaces": "0.0.9",
|
||||
"chai": "^4.3.7",
|
||||
"cspell": "^6.28.0",
|
||||
"eslint": "^8.35.0",
|
||||
|
@ -29455,7 +29496,7 @@
|
|||
"tail": "^2.2.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@libp2p/bootstrap": "^6.0.0",
|
||||
"@libp2p/bootstrap": "^6.0.3",
|
||||
"@libp2p/components": "^3.1.1",
|
||||
"@libp2p/interface-peer-discovery-compliance-tests": "^2.0.5",
|
||||
"@libp2p/interface-peer-id": "^2.0.1",
|
||||
|
@ -30578,6 +30619,15 @@
|
|||
"uint8arrays": "^4.0.2"
|
||||
}
|
||||
},
|
||||
"@chainsafe/netmask": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@chainsafe/netmask/-/netmask-2.0.0.tgz",
|
||||
"integrity": "sha512-I3Z+6SWUoaljh3TBzCnCxjlUyN8tA+NAk5L6m9IxvCf1BENQTePzPMis97CoN/iMW1St3WN+AWCCRp+TTBRiDg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@chainsafe/is-ip": "^2.0.1"
|
||||
}
|
||||
},
|
||||
"@colors/colors": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
|
||||
|
@ -31411,9 +31461,9 @@
|
|||
"integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
|
||||
},
|
||||
"@libp2p/bootstrap": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/bootstrap/-/bootstrap-6.0.0.tgz",
|
||||
"integrity": "sha512-AoBojVr9w2n08TVQ7ZWh1QFrg44esglfC5dFl7H+K9DU2HlhYR7LgqxbyXJ+uJOxziTqID/NpNnfiGovcX+48Q==",
|
||||
"version": "6.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/bootstrap/-/bootstrap-6.0.3.tgz",
|
||||
"integrity": "sha512-0/pDxBn8+rLtZfGX2PHzOVT3wBATOv4SPiKWjHMeiSfIWQI3kQ0bZDgLp+2lnG8j1JVGDtYJVpmYTpEzlVgbRA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@libp2p/interface-peer-discovery": "^1.0.1",
|
||||
|
@ -31422,8 +31472,34 @@
|
|||
"@libp2p/interfaces": "^3.0.3",
|
||||
"@libp2p/logger": "^2.0.1",
|
||||
"@libp2p/peer-id": "^2.0.0",
|
||||
"@multiformats/mafmt": "^11.0.3",
|
||||
"@multiformats/multiaddr": "^11.0.0"
|
||||
"@multiformats/mafmt": "^12.0.0",
|
||||
"@multiformats/multiaddr": "^12.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@multiformats/mafmt": {
|
||||
"version": "12.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@multiformats/mafmt/-/mafmt-12.0.0.tgz",
|
||||
"integrity": "sha512-dBKVV9/2zXY2Iz/NpRTS88YbUHtPefG75NAq3ucciwnMtSvWTyiQfh3I6FMqClEk0jEv2mRLLg5VhekbhfebfA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@multiformats/multiaddr": "^12.0.0"
|
||||
}
|
||||
},
|
||||
"@multiformats/multiaddr": {
|
||||
"version": "12.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@multiformats/multiaddr/-/multiaddr-12.1.0.tgz",
|
||||
"integrity": "sha512-sGuMrF7Ysfozx2VxyF7j2I4gy0s6nUIb05aPT4uJFpzhgHP4pNLTpQSU27sfxzMMti9LVq2kBRiFpIWnK7hTBg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@chainsafe/is-ip": "^2.0.1",
|
||||
"@chainsafe/netmask": "^2.0.0",
|
||||
"dns-over-http-resolver": "^2.1.0",
|
||||
"err-code": "^3.0.1",
|
||||
"multiformats": "^11.0.0",
|
||||
"uint8arrays": "^4.0.2",
|
||||
"varint": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@libp2p/components": {
|
||||
|
@ -33892,7 +33968,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
||||
"@typescript-eslint/parser": "^5.51.0",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.8",
|
||||
"@waku/interfaces": "0.0.9",
|
||||
"@waku/proto": "0.0.3",
|
||||
"@waku/utils": "0.0.2",
|
||||
"chai": "^4.3.7",
|
||||
|
@ -33973,9 +34049,9 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
||||
"@typescript-eslint/parser": "^5.51.0",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/core": "0.0.11",
|
||||
"@waku/dns-discovery": "0.0.6",
|
||||
"@waku/interfaces": "0.0.8",
|
||||
"@waku/core": "0.0.12",
|
||||
"@waku/dns-discovery": "0.0.7",
|
||||
"@waku/interfaces": "0.0.9",
|
||||
"cspell": "^6.28.0",
|
||||
"eslint": "^8.35.0",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
|
@ -34032,8 +34108,8 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
||||
"@typescript-eslint/parser": "^5.51.0",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/enr": "0.0.6",
|
||||
"@waku/interfaces": "0.0.8",
|
||||
"@waku/enr": "0.0.7",
|
||||
"@waku/interfaces": "0.0.9",
|
||||
"@waku/utils": "0.0.2",
|
||||
"chai": "^4.3.7",
|
||||
"cspell": "^6.28.0",
|
||||
|
@ -34090,7 +34166,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
||||
"@typescript-eslint/parser": "^5.51.0",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.8",
|
||||
"@waku/interfaces": "0.0.9",
|
||||
"@waku/utils": "0.0.2",
|
||||
"chai": "^4.3.7",
|
||||
"cspell": "^6.28.0",
|
||||
|
@ -34192,8 +34268,8 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
||||
"@typescript-eslint/parser": "^5.51.0",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/core": "0.0.11",
|
||||
"@waku/interfaces": "0.0.8",
|
||||
"@waku/core": "0.0.12",
|
||||
"@waku/interfaces": "0.0.9",
|
||||
"@waku/proto": "0.0.3",
|
||||
"@waku/utils": "0.0.2",
|
||||
"chai": "^4.3.7",
|
||||
|
@ -34237,9 +34313,9 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
||||
"@typescript-eslint/parser": "^5.51.0",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/core": "*",
|
||||
"@waku/enr": "0.0.6",
|
||||
"@waku/interfaces": "0.0.8",
|
||||
"@waku/core": "0.0.12",
|
||||
"@waku/enr": "0.0.7",
|
||||
"@waku/interfaces": "0.0.9",
|
||||
"@waku/proto": "0.0.3",
|
||||
"@waku/utils": "*",
|
||||
"chai": "^4.3.7",
|
||||
|
@ -34319,7 +34395,7 @@
|
|||
"@waku/tests": {
|
||||
"version": "file:packages/tests",
|
||||
"requires": {
|
||||
"@libp2p/bootstrap": "^6.0.0",
|
||||
"@libp2p/bootstrap": "^6.0.3",
|
||||
"@libp2p/components": "^3.1.1",
|
||||
"@libp2p/interface-peer-discovery-compliance-tests": "^2.0.5",
|
||||
"@libp2p/interface-peer-id": "^2.0.1",
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
"tail": "^2.2.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@libp2p/bootstrap": "^6.0.0",
|
||||
"@libp2p/bootstrap": "^6.0.3",
|
||||
"@libp2p/components": "^3.1.1",
|
||||
"@libp2p/interface-peer-discovery-compliance-tests": "^2.0.5",
|
||||
"@libp2p/interface-peer-id": "^2.0.1",
|
||||
|
|
Loading…
Reference in New Issue