From d5f32bcd5d881c97f2002da0b60db1e4d42bbaea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 00:07:10 +0000 Subject: [PATCH] chore(deps): update dependency fast-check to v3.15.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fd803a3a3044..06ac2ba2cab9 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.15.0", + "fast-check": "3.15.1", "fetch-mock": "9.11.0", "husky": "8.0.3", "jest": "29.7.0", diff --git a/yarn.lock b/yarn.lock index 43796ca495b8..0526bbd5ce77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3174,10 +3174,10 @@ faker@5.5.3: resolved "https://registry.yarnpkg.com/faker/-/faker-5.5.3.tgz#c57974ee484431b25205c2c8dc09fda861e51e0e" integrity sha512-wLTv2a28wjUyWkbnX7u/ABZBkUkIF2fCd73V6P2oFqEGEktDfzWx4UxrSqtPRw0xPRAcjeAOIiJWqZm3pP4u3g== -fast-check@3.15.0: - version "3.15.0" - resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.15.0.tgz#3ee501aa82c836efb96d7bc8c68aa7bbc1d79f8e" - integrity sha512-iBz6c+EXL6+nI931x/sbZs1JYTZtLG6Cko0ouS8LRTikhDR7+wZk4TYzdRavlnByBs2G6+nuuJ7NYL9QplNt8Q== +fast-check@3.15.1: + version "3.15.1" + resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.15.1.tgz#36fae8176ac00e470b59e30c0aefa3b0aa432d61" + integrity sha512-GutOXZ+SCxGaFWfHe0Pbeq8PrkpGtPxA9/hdkI3s9YzqeMlrq5RdJ+QfYZ/S93jMX+tAyqgW0z5c9ppD+vkGUw== dependencies: pure-rand "^6.0.0"