mirror of https://github.com/waku-org/js-waku.git
chore(deps)(deps-dev): bump @libp2p/bootstrap from 9.0.6 to 9.0.10 (#1700)
Bumps [@libp2p/bootstrap](https://github.com/libp2p/js-libp2p) from 9.0.6 to 9.0.10. - [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.6...mdns-v9.0.10) --- 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>
This commit is contained in:
parent
34a25c2f40
commit
4c5a8a9b64
|
@ -2192,13 +2192,14 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@libp2p/bootstrap": {
|
||||
"version": "9.0.6",
|
||||
"version": "9.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/bootstrap/-/bootstrap-9.0.10.tgz",
|
||||
"integrity": "sha512-+2vu3M5azHhkZFge+ftcYJ5YaK9Ib3okVupqsRFuBWptmUh4w/AS6uRd2D6+RWgfoykMzohUg2OTRyGuyF73dw==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"dependencies": {
|
||||
"@libp2p/interface": "^0.1.2",
|
||||
"@libp2p/logger": "^3.0.2",
|
||||
"@libp2p/peer-id": "^3.0.2",
|
||||
"@libp2p/interface": "^0.1.5",
|
||||
"@libp2p/logger": "^3.0.5",
|
||||
"@libp2p/peer-id": "^3.0.5",
|
||||
"@multiformats/mafmt": "^12.1.2",
|
||||
"@multiformats/multiaddr": "^12.1.5"
|
||||
}
|
||||
|
@ -2231,9 +2232,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@libp2p/interface": {
|
||||
"version": "0.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-0.1.3.tgz",
|
||||
"integrity": "sha512-C1O7Xqd2TGVWrIOEDx6kGJSk4YOysWGmYG5Oh3chnsCY0wjUSsLDpl9+wKrdiM/lJbAlHlV65ZOvSkIQ9cWPBQ==",
|
||||
"version": "0.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-0.1.5.tgz",
|
||||
"integrity": "sha512-1sPZ0iZifINtw8RAZ6flML7InRXNkZJF/MpKmAwIFXhEFDtRvbwMSs/kihPxLgsvbBCfJiTqUuy2ki8a4p06Vg==",
|
||||
"dependencies": {
|
||||
"@multiformats/multiaddr": "^12.1.5",
|
||||
"abortable-iterator": "^5.0.1",
|
||||
|
@ -2364,11 +2365,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@libp2p/logger": {
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-3.0.3.tgz",
|
||||
"integrity": "sha512-85ioPX10QN4ZOZeurAZe5sQeRUCkIBT2DikKRbE/AIWKauIKHvvIrN4CSdCdzLw29XNA+xxNO2FVkf51HGgCeQ==",
|
||||
"version": "3.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-3.0.5.tgz",
|
||||
"integrity": "sha512-fxxG3mXrMQfqhyeM0WAI3HYsufwp4IpEjUIH/CVrG+hCiMeEtxruXgHvlY3L6lKXfBdGQ65VzdTyVXUDoSrGjA==",
|
||||
"dependencies": {
|
||||
"@libp2p/interface": "^0.1.3",
|
||||
"@libp2p/interface": "^0.1.5",
|
||||
"@multiformats/multiaddr": "^12.1.5",
|
||||
"debug": "^4.3.4",
|
||||
"interface-datastore": "^8.2.0",
|
||||
|
@ -2423,11 +2424,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@libp2p/peer-id": {
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/peer-id/-/peer-id-3.0.3.tgz",
|
||||
"integrity": "sha512-IPVeywoC40bDd3ohtAIzpN8AOkMmD3U0BjdrFz/5ZbNP1+4n2gDIAwVzkAbF/t1iYYS4CX1TWfHuMqaMvd8l1A==",
|
||||
"version": "3.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/peer-id/-/peer-id-3.0.5.tgz",
|
||||
"integrity": "sha512-dnzou2sX3UlBaQj8T/qEk4sI1iY541i/dv/BMI+uaz+iDL8SZ9wv4Qngsd4rSWvKlLWn4QVo4fJsQIMljYyheg==",
|
||||
"dependencies": {
|
||||
"@libp2p/interface": "^0.1.3",
|
||||
"@libp2p/interface": "^0.1.5",
|
||||
"multiformats": "^12.0.1",
|
||||
"uint8arrays": "^4.0.6"
|
||||
}
|
||||
|
@ -3979,12 +3980,6 @@
|
|||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/lodash": {
|
||||
"version": "4.14.200",
|
||||
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.200.tgz",
|
||||
"integrity": "sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/markdown-it": {
|
||||
"version": "12.2.3",
|
||||
"dev": true,
|
||||
|
@ -25922,14 +25917,14 @@
|
|||
},
|
||||
"packages/core": {
|
||||
"name": "@waku/core",
|
||||
"version": "0.0.24",
|
||||
"version": "0.0.25",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "^1.3.2",
|
||||
"@waku/enr": "^0.0.18",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/enr": "^0.0.19",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"@waku/proto": "0.0.5",
|
||||
"@waku/utils": "0.0.12",
|
||||
"@waku/utils": "0.0.13",
|
||||
"debug": "^4.3.4",
|
||||
"it-all": "^3.0.3",
|
||||
"it-length-prefixed": "^9.0.1",
|
||||
|
@ -25973,11 +25968,11 @@
|
|||
},
|
||||
"packages/dns-discovery": {
|
||||
"name": "@waku/dns-discovery",
|
||||
"version": "0.0.18",
|
||||
"version": "0.0.19",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@waku/enr": "0.0.18",
|
||||
"@waku/utils": "0.0.12",
|
||||
"@waku/enr": "0.0.19",
|
||||
"@waku/utils": "0.0.13",
|
||||
"debug": "^4.3.4",
|
||||
"dns-query": "^0.11.2",
|
||||
"hi-base32": "^0.5.1",
|
||||
|
@ -25992,7 +25987,7 @@
|
|||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@types/chai": "^4.3.5",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"chai": "^4.3.7",
|
||||
"cspell": "^7.3.2",
|
||||
"mocha": "^10.2.0",
|
||||
|
@ -26005,7 +26000,7 @@
|
|||
},
|
||||
"packages/enr": {
|
||||
"name": "@waku/enr",
|
||||
"version": "0.0.18",
|
||||
"version": "0.0.19",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@ethersproject/rlp": "^5.7.0",
|
||||
|
@ -26013,7 +26008,7 @@
|
|||
"@libp2p/peer-id": "^3.0.3",
|
||||
"@multiformats/multiaddr": "^12.0.0",
|
||||
"@noble/secp256k1": "^1.7.1",
|
||||
"@waku/utils": "0.0.12",
|
||||
"@waku/utils": "0.0.13",
|
||||
"debug": "^4.3.4",
|
||||
"js-sha3": "^0.9.2"
|
||||
},
|
||||
|
@ -26025,7 +26020,7 @@
|
|||
"@types/chai": "^4.3.5",
|
||||
"@types/mocha": "^10.0.1",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"chai": "^4.3.7",
|
||||
"cspell": "^7.3.2",
|
||||
"fast-check": "^3.13.1",
|
||||
|
@ -26041,7 +26036,7 @@
|
|||
},
|
||||
"packages/interfaces": {
|
||||
"name": "@waku/interfaces",
|
||||
"version": "0.0.19",
|
||||
"version": "0.0.20",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@chainsafe/libp2p-gossipsub": "^10.1.0",
|
||||
|
@ -26056,14 +26051,14 @@
|
|||
},
|
||||
"packages/message-encryption": {
|
||||
"name": "@waku/message-encryption",
|
||||
"version": "0.0.22",
|
||||
"version": "0.0.23",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@noble/secp256k1": "^1.7.1",
|
||||
"@waku/core": "0.0.24",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/core": "0.0.25",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"@waku/proto": "0.0.5",
|
||||
"@waku/utils": "0.0.12",
|
||||
"@waku/utils": "0.0.13",
|
||||
"debug": "^4.3.4",
|
||||
"js-sha3": "^0.9.2"
|
||||
},
|
||||
|
@ -26088,11 +26083,11 @@
|
|||
},
|
||||
"packages/message-hash": {
|
||||
"name": "@waku/message-hash",
|
||||
"version": "0.1.8",
|
||||
"version": "0.1.9",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "^1.3.2",
|
||||
"@waku/utils": "0.0.12"
|
||||
"@waku/utils": "0.0.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^25.0.4",
|
||||
|
@ -26102,7 +26097,7 @@
|
|||
"@types/debug": "^4.1.10",
|
||||
"@types/mocha": "^10.0.1",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"chai": "^4.3.7",
|
||||
"cspell": "^7.3.2",
|
||||
"fast-check": "^3.13.1",
|
||||
|
@ -26119,15 +26114,15 @@
|
|||
},
|
||||
"packages/peer-exchange": {
|
||||
"name": "@waku/peer-exchange",
|
||||
"version": "0.0.17",
|
||||
"version": "0.0.18",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@libp2p/interfaces": "^3.3.2",
|
||||
"@waku/core": "0.0.24",
|
||||
"@waku/enr": "0.0.18",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/core": "0.0.25",
|
||||
"@waku/enr": "0.0.19",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"@waku/proto": "0.0.5",
|
||||
"@waku/utils": "0.0.12",
|
||||
"@waku/utils": "0.0.13",
|
||||
"debug": "^4.3.4",
|
||||
"it-all": "^3.0.3",
|
||||
"it-length-prefixed": "^9.0.1",
|
||||
|
@ -26172,15 +26167,15 @@
|
|||
},
|
||||
"packages/relay": {
|
||||
"name": "@waku/relay",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@chainsafe/libp2p-gossipsub": "^10.1.0",
|
||||
"@noble/hashes": "^1.3.2",
|
||||
"@waku/core": "0.0.24",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/core": "0.0.25",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"@waku/proto": "0.0.5",
|
||||
"@waku/utils": "0.0.12",
|
||||
"@waku/utils": "0.0.13",
|
||||
"chai": "^4.3.7",
|
||||
"debug": "^4.3.4",
|
||||
"fast-check": "^3.13.1"
|
||||
|
@ -26198,18 +26193,18 @@
|
|||
},
|
||||
"packages/sdk": {
|
||||
"name": "@waku/sdk",
|
||||
"version": "0.0.20",
|
||||
"version": "0.0.21",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"@chainsafe/libp2p-noise": "^13.0.0",
|
||||
"@libp2p/mplex": "^9.0.5",
|
||||
"@libp2p/websockets": "^7.0.5",
|
||||
"@waku/core": "0.0.24",
|
||||
"@waku/dns-discovery": "0.0.18",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/peer-exchange": "^0.0.17",
|
||||
"@waku/relay": "0.0.7",
|
||||
"@waku/utils": "0.0.12",
|
||||
"@waku/core": "0.0.25",
|
||||
"@waku/dns-discovery": "0.0.19",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"@waku/peer-exchange": "^0.0.18",
|
||||
"@waku/relay": "0.0.8",
|
||||
"@waku/utils": "0.0.13",
|
||||
"libp2p": "^0.46.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -26242,7 +26237,6 @@
|
|||
"chai-as-promised": "^7.1.1",
|
||||
"debug": "^4.3.4",
|
||||
"dockerode": "^3.3.5",
|
||||
"lodash": "^4.17.21",
|
||||
"p-retry": "^6.1.0",
|
||||
"p-timeout": "^6.1.0",
|
||||
"portfinder": "^1.0.32",
|
||||
|
@ -26250,10 +26244,9 @@
|
|||
"tail": "^2.2.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@libp2p/bootstrap": "^9.0.2",
|
||||
"@libp2p/bootstrap": "^9.0.10",
|
||||
"@types/chai": "^4.3.5",
|
||||
"@types/dockerode": "^3.3.19",
|
||||
"@types/lodash": "^4.14.199",
|
||||
"@types/mocha": "^10.0.1",
|
||||
"@types/sinon": "^10.0.16",
|
||||
"@types/tail": "^2.2.1",
|
||||
|
@ -26279,7 +26272,7 @@
|
|||
},
|
||||
"packages/utils": {
|
||||
"name": "@waku/utils",
|
||||
"version": "0.0.12",
|
||||
"version": "0.0.13",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"dependencies": {
|
||||
"chai": "^4.3.8",
|
||||
|
@ -26291,7 +26284,7 @@
|
|||
"@rollup/plugin-json": "^6.0.0",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"cspell": "^7.3.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"rollup": "^3.29.2"
|
||||
|
@ -27643,12 +27636,14 @@
|
|||
"version": "2.0.4"
|
||||
},
|
||||
"@libp2p/bootstrap": {
|
||||
"version": "9.0.6",
|
||||
"version": "9.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/bootstrap/-/bootstrap-9.0.10.tgz",
|
||||
"integrity": "sha512-+2vu3M5azHhkZFge+ftcYJ5YaK9Ib3okVupqsRFuBWptmUh4w/AS6uRd2D6+RWgfoykMzohUg2OTRyGuyF73dw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@libp2p/interface": "^0.1.2",
|
||||
"@libp2p/logger": "^3.0.2",
|
||||
"@libp2p/peer-id": "^3.0.2",
|
||||
"@libp2p/interface": "^0.1.5",
|
||||
"@libp2p/logger": "^3.0.5",
|
||||
"@libp2p/peer-id": "^3.0.5",
|
||||
"@multiformats/mafmt": "^12.1.2",
|
||||
"@multiformats/multiaddr": "^12.1.5"
|
||||
}
|
||||
|
@ -27673,9 +27668,9 @@
|
|||
}
|
||||
},
|
||||
"@libp2p/interface": {
|
||||
"version": "0.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-0.1.3.tgz",
|
||||
"integrity": "sha512-C1O7Xqd2TGVWrIOEDx6kGJSk4YOysWGmYG5Oh3chnsCY0wjUSsLDpl9+wKrdiM/lJbAlHlV65ZOvSkIQ9cWPBQ==",
|
||||
"version": "0.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-0.1.5.tgz",
|
||||
"integrity": "sha512-1sPZ0iZifINtw8RAZ6flML7InRXNkZJF/MpKmAwIFXhEFDtRvbwMSs/kihPxLgsvbBCfJiTqUuy2ki8a4p06Vg==",
|
||||
"requires": {
|
||||
"@multiformats/multiaddr": "^12.1.5",
|
||||
"abortable-iterator": "^5.0.1",
|
||||
|
@ -27786,11 +27781,11 @@
|
|||
}
|
||||
},
|
||||
"@libp2p/logger": {
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-3.0.3.tgz",
|
||||
"integrity": "sha512-85ioPX10QN4ZOZeurAZe5sQeRUCkIBT2DikKRbE/AIWKauIKHvvIrN4CSdCdzLw29XNA+xxNO2FVkf51HGgCeQ==",
|
||||
"version": "3.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-3.0.5.tgz",
|
||||
"integrity": "sha512-fxxG3mXrMQfqhyeM0WAI3HYsufwp4IpEjUIH/CVrG+hCiMeEtxruXgHvlY3L6lKXfBdGQ65VzdTyVXUDoSrGjA==",
|
||||
"requires": {
|
||||
"@libp2p/interface": "^0.1.3",
|
||||
"@libp2p/interface": "^0.1.5",
|
||||
"@multiformats/multiaddr": "^12.1.5",
|
||||
"debug": "^4.3.4",
|
||||
"interface-datastore": "^8.2.0",
|
||||
|
@ -27844,11 +27839,11 @@
|
|||
}
|
||||
},
|
||||
"@libp2p/peer-id": {
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/peer-id/-/peer-id-3.0.3.tgz",
|
||||
"integrity": "sha512-IPVeywoC40bDd3ohtAIzpN8AOkMmD3U0BjdrFz/5ZbNP1+4n2gDIAwVzkAbF/t1iYYS4CX1TWfHuMqaMvd8l1A==",
|
||||
"version": "3.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@libp2p/peer-id/-/peer-id-3.0.5.tgz",
|
||||
"integrity": "sha512-dnzou2sX3UlBaQj8T/qEk4sI1iY541i/dv/BMI+uaz+iDL8SZ9wv4Qngsd4rSWvKlLWn4QVo4fJsQIMljYyheg==",
|
||||
"requires": {
|
||||
"@libp2p/interface": "^0.1.3",
|
||||
"@libp2p/interface": "^0.1.5",
|
||||
"multiformats": "^12.0.1",
|
||||
"uint8arrays": "^4.0.6"
|
||||
}
|
||||
|
@ -28845,12 +28840,6 @@
|
|||
"version": "3.0.3",
|
||||
"dev": true
|
||||
},
|
||||
"@types/lodash": {
|
||||
"version": "4.14.200",
|
||||
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.200.tgz",
|
||||
"integrity": "sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/markdown-it": {
|
||||
"version": "12.2.3",
|
||||
"dev": true,
|
||||
|
@ -29259,10 +29248,10 @@
|
|||
"@types/mocha": "^10.0.1",
|
||||
"@types/uuid": "^9.0.3",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/enr": "^0.0.18",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/enr": "^0.0.19",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"@waku/proto": "0.0.5",
|
||||
"@waku/utils": "0.0.12",
|
||||
"@waku/utils": "0.0.13",
|
||||
"chai": "^4.3.7",
|
||||
"cspell": "^7.3.2",
|
||||
"debug": "^4.3.4",
|
||||
|
@ -29330,9 +29319,9 @@
|
|||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@types/chai": "^4.3.5",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/enr": "0.0.18",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/utils": "0.0.12",
|
||||
"@waku/enr": "0.0.19",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"@waku/utils": "0.0.13",
|
||||
"chai": "^4.3.7",
|
||||
"cspell": "^7.3.2",
|
||||
"debug": "^4.3.4",
|
||||
|
@ -29359,8 +29348,8 @@
|
|||
"@types/chai": "^4.3.5",
|
||||
"@types/mocha": "^10.0.1",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/utils": "0.0.12",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"@waku/utils": "0.0.13",
|
||||
"chai": "^4.3.7",
|
||||
"cspell": "^7.3.2",
|
||||
"debug": "^4.3.4",
|
||||
|
@ -29393,10 +29382,10 @@
|
|||
"@types/chai": "^4.3.5",
|
||||
"@types/mocha": "^10.0.1",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/core": "0.0.24",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/core": "0.0.25",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"@waku/proto": "0.0.5",
|
||||
"@waku/utils": "0.0.12",
|
||||
"@waku/utils": "0.0.13",
|
||||
"chai": "^4.3.7",
|
||||
"cspell": "^7.3.2",
|
||||
"debug": "^4.3.4",
|
||||
|
@ -29419,8 +29408,8 @@
|
|||
"@types/debug": "^4.1.10",
|
||||
"@types/mocha": "^10.0.1",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/utils": "0.0.12",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"@waku/utils": "0.0.13",
|
||||
"chai": "^4.3.7",
|
||||
"cspell": "^7.3.2",
|
||||
"fast-check": "^3.13.1",
|
||||
|
@ -29440,11 +29429,11 @@
|
|||
"@rollup/plugin-json": "^6.0.0",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/core": "0.0.24",
|
||||
"@waku/enr": "0.0.18",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/core": "0.0.25",
|
||||
"@waku/enr": "0.0.19",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"@waku/proto": "0.0.5",
|
||||
"@waku/utils": "0.0.12",
|
||||
"@waku/utils": "0.0.13",
|
||||
"chai": "^4.3.7",
|
||||
"cspell": "^7.3.2",
|
||||
"debug": "^4.3.4",
|
||||
|
@ -29480,10 +29469,10 @@
|
|||
"@rollup/plugin-json": "^6.0.0",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/core": "0.0.24",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/core": "0.0.25",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"@waku/proto": "0.0.5",
|
||||
"@waku/utils": "0.0.12",
|
||||
"@waku/utils": "0.0.13",
|
||||
"chai": "^4.3.7",
|
||||
"debug": "^4.3.4",
|
||||
"fast-check": "^3.13.1",
|
||||
|
@ -29501,12 +29490,12 @@
|
|||
"@rollup/plugin-json": "^6.0.0",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/core": "0.0.24",
|
||||
"@waku/dns-discovery": "0.0.18",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/peer-exchange": "^0.0.17",
|
||||
"@waku/relay": "0.0.7",
|
||||
"@waku/utils": "0.0.12",
|
||||
"@waku/core": "0.0.25",
|
||||
"@waku/dns-discovery": "0.0.19",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"@waku/peer-exchange": "^0.0.18",
|
||||
"@waku/relay": "0.0.8",
|
||||
"@waku/utils": "0.0.13",
|
||||
"cspell": "^7.3.2",
|
||||
"interface-datastore": "^8.2.5",
|
||||
"libp2p": "^0.46.14",
|
||||
|
@ -29517,12 +29506,11 @@
|
|||
"@waku/tests": {
|
||||
"version": "file:packages/tests",
|
||||
"requires": {
|
||||
"@libp2p/bootstrap": "^9.0.2",
|
||||
"@libp2p/bootstrap": "^9.0.10",
|
||||
"@libp2p/interface-compliance-tests": "^4.1.0",
|
||||
"@libp2p/peer-id": "^3.0.3",
|
||||
"@types/chai": "^4.3.5",
|
||||
"@types/dockerode": "^3.3.19",
|
||||
"@types/lodash": "^4.14.199",
|
||||
"@types/mocha": "^10.0.1",
|
||||
"@types/sinon": "^10.0.16",
|
||||
"@types/tail": "^2.2.1",
|
||||
|
@ -29545,7 +29533,6 @@
|
|||
"dockerode": "^3.3.5",
|
||||
"interface-datastore": "^8.2.5",
|
||||
"libp2p": "^0.46.14",
|
||||
"lodash": "^4.17.21",
|
||||
"mocha": "^10.2.0",
|
||||
"mocha-multi-reporters": "^1.5.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
|
@ -29563,7 +29550,7 @@
|
|||
"@rollup/plugin-json": "^6.0.0",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/interfaces": "0.0.19",
|
||||
"@waku/interfaces": "0.0.20",
|
||||
"chai": "^4.3.8",
|
||||
"cspell": "^7.3.2",
|
||||
"debug": "^4.3.4",
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
"tail": "^2.2.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@libp2p/bootstrap": "^9.0.2",
|
||||
"@libp2p/bootstrap": "^9.0.10",
|
||||
"@types/chai": "^4.3.5",
|
||||
"@types/dockerode": "^3.3.19",
|
||||
"@types/mocha": "^10.0.1",
|
||||
|
|
Loading…
Reference in New Issue