diff --git a/package-lock.json b/package-lock.json index 5af6364b73..7aa208dfcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14758,9 +14758,9 @@ } }, "node_modules/fast-check": { - "version": "3.23.2", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.23.2.tgz", - "integrity": "sha512-h5+1OzzfCC3Ef7VbtKdcv7zsstUQwUDlYpUTvjeUsJAssPgLn7QzbboPtL5ro04Mq0rPOsMzl7q5hIbRs2wD1A==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-4.5.3.tgz", + "integrity": "sha512-IE9csY7lnhxBnA8g/WI5eg/hygA6MGWJMSNfFRrBlXUciADEhS1EDB0SIsMSvzubzIlOBbVITSsypCsW717poA==", "funding": [ { "type": "individual", @@ -14773,10 +14773,10 @@ ], "license": "MIT", "dependencies": { - "pure-rand": "^6.1.0" + "pure-rand": "^7.0.0" }, "engines": { - "node": ">=8.0.0" + "node": ">=12.17.0" } }, "node_modules/fast-content-type-parse": { @@ -26993,9 +26993,9 @@ } }, "node_modules/pure-rand": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz", - "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-7.0.1.tgz", + "integrity": "sha512-oTUZM/NAZS8p7ANR3SHh30kXB+zK2r2BPcEn/awJIbOvq82WoMN4p62AWWp3Hhw50G0xMsw1mhIBLqHw64EcNQ==", "funding": [ { "type": "individual", @@ -34086,7 +34086,7 @@ "@waku/build-utils": "*", "chai": "^4.3.10", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.5.3", "ignore-loader": "^0.1.2", "isomorphic-fetch": "^3.0.0", "mocha": "^10.3.0", @@ -34182,7 +34182,7 @@ "@waku/interfaces": "0.0.34", "chai": "^4.3.10", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.5.3", "mocha": "^10.3.0", "npm-run-all": "^4.1.5", "process": "^0.11.10", @@ -34259,7 +34259,7 @@ "@waku/build-utils": "*", "chai": "^4.3.10", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.5.3", "mocha": "^10.3.0", "npm-run-all": "^4.1.5", "process": "^0.11.10", @@ -34653,7 +34653,7 @@ "@waku/utils": "0.0.27", "chai": "^4.3.10", "debug": "^4.3.4", - "fast-check": "^3.19.0", + "fast-check": "^4.5.3", "p-event": "^6.0.1" }, "devDependencies": { @@ -34690,7 +34690,7 @@ "chai-as-promised": "^7.1.1", "debug": "^4.3.4", "dockerode": "^4.0.2", - "fast-check": "^3.19.0", + "fast-check": "^4.5.3", "p-retry": "^6.1.0", "p-timeout": "^6.1.0", "portfinder": "^1.0.32", @@ -34760,7 +34760,7 @@ "@waku/interfaces": "0.0.34", "@waku/message-encryption": "^0.0.37", "deep-equal-in-any-order": "^2.0.6", - "fast-check": "^3.23.2", + "fast-check": "^4.5.3", "rollup-plugin-copy": "^3.5.0" }, "engines": { @@ -35227,7 +35227,7 @@ "allure-commandline": "^2.27.0", "allure-mocha": "^2.9.2", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.5.3", "mocha-multi-reporters": "^1.5.1", "npm-run-all": "^4.1.5", "rollup": "^4.12.0" @@ -35298,7 +35298,7 @@ "chai-as-promised": "^7.1.1", "debug": "^4.3.4", "dockerode": "^4.0.2", - "fast-check": "^3.19.0", + "fast-check": "^4.5.3", "p-retry": "^6.1.0", "p-timeout": "^6.1.0", "portfinder": "^1.0.32", @@ -35350,7 +35350,7 @@ "@rollup/plugin-node-resolve": "^15.2.3", "@waku/build-utils": "*", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.5.3", "npm-run-all": "^4.1.5", "rollup": "^4.12.0" }, diff --git a/packages/core/package.json b/packages/core/package.json index e49c15c4e2..b67916b8df 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -93,7 +93,7 @@ "chai": "^4.3.10", "sinon": "^18.0.0", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.5.3", "ignore-loader": "^0.1.2", "isomorphic-fetch": "^3.0.0", "mocha": "^10.3.0", diff --git a/packages/enr/package.json b/packages/enr/package.json index 8bf7280d54..2ed680b899 100644 --- a/packages/enr/package.json +++ b/packages/enr/package.json @@ -71,7 +71,7 @@ "@waku/interfaces": "0.0.34", "chai": "^4.3.10", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.5.3", "mocha": "^10.3.0", "npm-run-all": "^4.1.5", "process": "^0.11.10", diff --git a/packages/message-encryption/package.json b/packages/message-encryption/package.json index 9d93bec25b..45615c660f 100644 --- a/packages/message-encryption/package.json +++ b/packages/message-encryption/package.json @@ -94,7 +94,7 @@ "@waku/build-utils": "*", "chai": "^4.3.10", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.5.3", "mocha": "^10.3.0", "npm-run-all": "^4.1.5", "process": "^0.11.10", diff --git a/packages/relay/package.json b/packages/relay/package.json index 8c653e80f1..e748f63656 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -59,7 +59,7 @@ "@waku/utils": "0.0.27", "chai": "^4.3.10", "debug": "^4.3.4", - "fast-check": "^3.19.0", + "fast-check": "^4.5.3", "p-event": "^6.0.1" }, "devDependencies": { diff --git a/packages/reliability-tests/package.json b/packages/reliability-tests/package.json index 517f1c4fd5..235deff48c 100644 --- a/packages/reliability-tests/package.json +++ b/packages/reliability-tests/package.json @@ -64,7 +64,7 @@ "chai-as-promised": "^7.1.1", "debug": "^4.3.4", "dockerode": "^4.0.2", - "fast-check": "^3.19.0", + "fast-check": "^4.5.3", "p-retry": "^6.1.0", "p-timeout": "^6.1.0", "portfinder": "^1.0.32", diff --git a/packages/rln/package.json b/packages/rln/package.json index bff065a5c9..3bc069648b 100644 --- a/packages/rln/package.json +++ b/packages/rln/package.json @@ -64,7 +64,7 @@ "@waku/interfaces": "0.0.34", "@waku/message-encryption": "^0.0.37", "deep-equal-in-any-order": "^2.0.6", - "fast-check": "^3.23.2", + "fast-check": "^4.5.3", "rollup-plugin-copy": "^3.5.0" }, "files": [ diff --git a/packages/sds/package.json b/packages/sds/package.json index 0b2c6025fb..36fa6ac352 100644 --- a/packages/sds/package.json +++ b/packages/sds/package.json @@ -76,7 +76,7 @@ "allure-commandline": "^2.27.0", "allure-mocha": "^2.9.2", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.5.3", "mocha-multi-reporters": "^1.5.1", "npm-run-all": "^4.1.5", "rollup": "^4.12.0" diff --git a/packages/tests/package.json b/packages/tests/package.json index 7911f3be7d..6d666e9eec 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -62,7 +62,7 @@ "chai-as-promised": "^7.1.1", "debug": "^4.3.4", "dockerode": "^4.0.2", - "fast-check": "^3.19.0", + "fast-check": "^4.5.3", "p-retry": "^6.1.0", "p-timeout": "^6.1.0", "portfinder": "^1.0.32", diff --git a/packages/utils/package.json b/packages/utils/package.json index de1d5171b1..9ea54077ae 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -77,7 +77,7 @@ "@waku/build-utils": "*", "cspell": "^8.6.1", "npm-run-all": "^4.1.5", - "fast-check": "^3.19.0", + "fast-check": "^4.5.3", "rollup": "^4.12.0" }, "files": [