diff --git a/package-lock.json b/package-lock.json index 7c3c140727..a44651a0a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16635,9 +16635,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.3.0", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-4.3.0.tgz", + "integrity": "sha512-JVw/DJSxVKl8uhCb7GrwanT9VWsCIdBkK3WpP37B/Au4pyaspriSjtrY2ApbSFwTg3ViPfniT13n75PhzE7VEQ==", "funding": [ { "type": "individual", @@ -16650,10 +16650,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": { @@ -29623,9 +29623,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", @@ -36688,7 +36688,7 @@ "@waku/build-utils": "*", "chai": "^4.3.10", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.3.0", "ignore-loader": "^0.1.2", "isomorphic-fetch": "^3.0.0", "mocha": "^10.3.0", @@ -36784,7 +36784,7 @@ "@waku/interfaces": "0.0.33", "chai": "^4.3.10", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.3.0", "mocha": "^10.3.0", "npm-run-all": "^4.1.5", "process": "^0.11.10", @@ -37337,7 +37337,7 @@ "@waku/build-utils": "*", "chai": "^4.3.10", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.3.0", "mocha": "^10.3.0", "npm-run-all": "^4.1.5", "process": "^0.11.10", @@ -37387,7 +37387,7 @@ "@waku/utils": "0.0.26", "chai": "^4.3.10", "debug": "^4.3.4", - "fast-check": "^3.19.0", + "fast-check": "^4.3.0", "p-event": "^6.0.1" }, "devDependencies": { @@ -37424,7 +37424,7 @@ "chai-as-promised": "^7.1.1", "debug": "^4.3.4", "dockerode": "^4.0.2", - "fast-check": "^3.19.0", + "fast-check": "^4.3.0", "p-retry": "^6.1.0", "p-timeout": "^6.1.0", "portfinder": "^1.0.32", @@ -37492,7 +37492,7 @@ "@waku/interfaces": "0.0.33", "@waku/message-encryption": "^0.0.36", "deep-equal-in-any-order": "^2.0.6", - "fast-check": "^3.23.2", + "fast-check": "^4.3.0", "rollup-plugin-copy": "^3.5.0" }, "engines": { @@ -37849,7 +37849,7 @@ "allure-commandline": "^2.27.0", "allure-mocha": "^2.9.2", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.3.0", "mocha-multi-reporters": "^1.5.1", "npm-run-all": "^4.1.5", "rollup": "^4.12.0" @@ -37920,7 +37920,7 @@ "chai-as-promised": "^7.1.1", "debug": "^4.3.4", "dockerode": "^4.0.2", - "fast-check": "^3.19.0", + "fast-check": "^4.3.0", "p-retry": "^6.1.0", "p-timeout": "^6.1.0", "portfinder": "^1.0.32", @@ -37972,7 +37972,7 @@ "@rollup/plugin-node-resolve": "^15.2.3", "@waku/build-utils": "*", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.3.0", "npm-run-all": "^4.1.5", "rollup": "^4.12.0" }, diff --git a/packages/core/package.json b/packages/core/package.json index 3d740a2869..3a952d455a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -92,7 +92,7 @@ "chai": "^4.3.10", "sinon": "^18.0.0", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.3.0", "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 10f621e493..de21c91ae3 100644 --- a/packages/enr/package.json +++ b/packages/enr/package.json @@ -70,7 +70,7 @@ "@waku/interfaces": "0.0.33", "chai": "^4.3.10", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.3.0", "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 98fd35c4dd..1a6d802636 100644 --- a/packages/message-encryption/package.json +++ b/packages/message-encryption/package.json @@ -93,7 +93,7 @@ "@waku/build-utils": "*", "chai": "^4.3.10", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.3.0", "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 44a3e6990b..d65837f0b2 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -58,7 +58,7 @@ "@waku/utils": "0.0.26", "chai": "^4.3.10", "debug": "^4.3.4", - "fast-check": "^3.19.0", + "fast-check": "^4.3.0", "p-event": "^6.0.1" }, "devDependencies": { diff --git a/packages/reliability-tests/package.json b/packages/reliability-tests/package.json index 97dfac7ba1..eb917d5082 100644 --- a/packages/reliability-tests/package.json +++ b/packages/reliability-tests/package.json @@ -63,7 +63,7 @@ "chai-as-promised": "^7.1.1", "debug": "^4.3.4", "dockerode": "^4.0.2", - "fast-check": "^3.19.0", + "fast-check": "^4.3.0", "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 2ddd3e9311..1b9ecad34c 100644 --- a/packages/rln/package.json +++ b/packages/rln/package.json @@ -61,7 +61,7 @@ "@waku/build-utils": "^1.0.0", "@waku/message-encryption": "^0.0.36", "deep-equal-in-any-order": "^2.0.6", - "fast-check": "^3.23.2", + "fast-check": "^4.3.0", "rollup-plugin-copy": "^3.5.0" }, "files": [ diff --git a/packages/sds/package.json b/packages/sds/package.json index 5e27d32b53..71fc22b737 100644 --- a/packages/sds/package.json +++ b/packages/sds/package.json @@ -75,7 +75,7 @@ "allure-commandline": "^2.27.0", "allure-mocha": "^2.9.2", "cspell": "^8.6.1", - "fast-check": "^3.19.0", + "fast-check": "^4.3.0", "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 b059f4a909..b92cdbc646 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -61,7 +61,7 @@ "chai-as-promised": "^7.1.1", "debug": "^4.3.4", "dockerode": "^4.0.2", - "fast-check": "^3.19.0", + "fast-check": "^4.3.0", "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 d335f07c94..9d65adc7ff 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -76,7 +76,7 @@ "@waku/build-utils": "*", "cspell": "^8.6.1", "npm-run-all": "^4.1.5", - "fast-check": "^3.19.0", + "fast-check": "^4.3.0", "rollup": "^4.12.0" }, "files": [