Merge branch 'master' of https://github.com/waku-org/js-waku into chore/new-store-tests

This commit is contained in:
fbarbu15 2023-10-05 19:07:02 +03:00
commit 0b1f2ec31d
No known key found for this signature in database
GPG Key ID: D75221C8DEA22501
4 changed files with 21 additions and 15 deletions

30
package-lock.json generated
View File

@ -2244,8 +2244,9 @@
}
},
"node_modules/@libp2p/interface-compliance-tests": {
"version": "4.0.6",
"license": "Apache-2.0 OR MIT",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@libp2p/interface-compliance-tests/-/interface-compliance-tests-4.1.0.tgz",
"integrity": "sha512-8h2rRws1zz6lF72rXcfa+xe91kjtwcRcJv8xxj8et5tGxq4mJiDUjOzBaEXjS6Vadf8BBMuHzWRGaloe9E6Mcw==",
"dependencies": {
"@libp2p/interface": "^0.1.2",
"@libp2p/interface-internal": "^0.1.5",
@ -12522,8 +12523,9 @@
}
},
"node_modules/js-sha3": {
"version": "0.8.0",
"license": "MIT"
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.9.2.tgz",
"integrity": "sha512-8kgvwd03wNGQG1GRvl3yy1Yt40sICAcIMsDU2ZLgoL0Z6z9rkRmf9Vd+bi/gYSzgAqMUGl/jiDKu0J8AWFd+BQ=="
},
"node_modules/js-tokens": {
"version": "4.0.0",
@ -25906,7 +25908,7 @@
"@noble/secp256k1": "^1.7.1",
"@waku/utils": "0.0.11",
"debug": "^4.3.4",
"js-sha3": "^0.8.0"
"js-sha3": "^0.9.2"
},
"devDependencies": {
"@libp2p/peer-id-factory": "^3.0.3",
@ -25955,7 +25957,7 @@
"@waku/proto": "0.0.5",
"@waku/utils": "0.0.11",
"debug": "^4.3.4",
"js-sha3": "^0.8.0"
"js-sha3": "^0.9.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
@ -26122,7 +26124,7 @@
"version": "0.0.1",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@libp2p/interface-compliance-tests": "^4.0.5",
"@libp2p/interface-compliance-tests": "^4.1.0",
"@libp2p/peer-id": "^3.0.2",
"@waku/core": "*",
"@waku/enr": "*",
@ -27570,7 +27572,9 @@
}
},
"@libp2p/interface-compliance-tests": {
"version": "4.0.6",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@libp2p/interface-compliance-tests/-/interface-compliance-tests-4.1.0.tgz",
"integrity": "sha512-8h2rRws1zz6lF72rXcfa+xe91kjtwcRcJv8xxj8et5tGxq4mJiDUjOzBaEXjS6Vadf8BBMuHzWRGaloe9E6Mcw==",
"requires": {
"@libp2p/interface": "^0.1.2",
"@libp2p/interface-internal": "^0.1.5",
@ -29161,7 +29165,7 @@
"chai": "^4.3.7",
"cspell": "^7.3.2",
"debug": "^4.3.4",
"js-sha3": "^0.8.0",
"js-sha3": "^0.9.2",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"process": "^0.11.10",
@ -29197,7 +29201,7 @@
"cspell": "^7.3.2",
"debug": "^4.3.4",
"fast-check": "^3.13.1",
"js-sha3": "^0.8.0",
"js-sha3": "^0.9.2",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"process": "^0.11.10",
@ -29314,7 +29318,7 @@
"version": "file:packages/tests",
"requires": {
"@libp2p/bootstrap": "^9.0.2",
"@libp2p/interface-compliance-tests": "^4.0.5",
"@libp2p/interface-compliance-tests": "^4.1.0",
"@libp2p/peer-id": "^3.0.2",
"@types/chai": "^4.3.5",
"@types/dockerode": "^3.3.19",
@ -34055,7 +34059,9 @@
}
},
"js-sha3": {
"version": "0.8.0"
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.9.2.tgz",
"integrity": "sha512-8kgvwd03wNGQG1GRvl3yy1Yt40sICAcIMsDU2ZLgoL0Z6z9rkRmf9Vd+bi/gYSzgAqMUGl/jiDKu0J8AWFd+BQ=="
},
"js-tokens": {
"version": "4.0.0"

View File

@ -58,7 +58,7 @@
"@noble/secp256k1": "^1.7.1",
"@waku/utils": "0.0.11",
"debug": "^4.3.4",
"js-sha3": "^0.8.0"
"js-sha3": "^0.9.2"
},
"devDependencies": {
"@libp2p/peer-id-factory": "^3.0.3",

View File

@ -77,7 +77,7 @@
"@waku/proto": "0.0.5",
"@waku/utils": "0.0.11",
"debug": "^4.3.4",
"js-sha3": "^0.8.0"
"js-sha3": "^0.9.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",

View File

@ -50,7 +50,7 @@
"node": ">=18"
},
"dependencies": {
"@libp2p/interface-compliance-tests": "^4.0.5",
"@libp2p/interface-compliance-tests": "^4.1.0",
"@libp2p/peer-id": "^3.0.2",
"@waku/core": "*",
"@waku/enr": "*",