diff --git a/package.json b/package.json index 8e6165d607d9..13fec596bbcd 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,7 @@ "coveralls": "3.1.1", "del-cli": "5.1.0", "faker": "5.5.3", - "fast-check": "3.13.2", + "fast-check": "3.14.0", "fetch-mock": "9.11.0", "husky": "8.0.3", "jest": "29.7.0", diff --git a/yarn.lock b/yarn.lock index 17b349c9d692..7946fdb77ef0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3123,10 +3123,10 @@ faker@5.5.3: resolved "https://registry.yarnpkg.com/faker/-/faker-5.5.3.tgz#c57974ee484431b25205c2c8dc09fda861e51e0e" integrity sha512-wLTv2a28wjUyWkbnX7u/ABZBkUkIF2fCd73V6P2oFqEGEktDfzWx4UxrSqtPRw0xPRAcjeAOIiJWqZm3pP4u3g== -fast-check@3.13.2: - version "3.13.2" - resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.13.2.tgz#1bea3b167f689b271535dde7569c2d56caa7e4ea" - integrity sha512-ouTiFyeMoqmNg253xqy4NSacr5sHxH6pZpLOaHgaAdgZxFWdtsfxExwolpveoAE9CJdV+WYjqErNGef6SqA5Mg== +fast-check@3.14.0: + version "3.14.0" + resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.14.0.tgz#1d15aca87524e598525dbb713d7f9ca1800e55cf" + integrity sha512-9Z0zqASzDNjXBox/ileV/fd+4P+V/f3o4shM6QawvcdLFh8yjPG4h5BrHUZ8yzY6amKGDTAmRMyb/JZqe+dCgw== dependencies: pure-rand "^6.0.0"