From d7cc8c5d8f54e60982127797998002210bb21591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 13:11:20 +0000 Subject: [PATCH] build(deps-dev): Bump fast-check from 3.2.0 to 3.5.0 Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.2.0 to 3.5.0. - [Release notes](https://github.com/dubzzz/fast-check/releases) - [Changelog](https://github.com/dubzzz/fast-check/blob/main/packages/fast-check/CHANGELOG.md) - [Commits](https://github.com/dubzzz/fast-check/commits/v3.5.0/packages/fast-check) --- updated-dependencies: - dependency-name: fast-check dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0dcc748..5c5c982 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@vercel/ncc": "^0.34.0", "eslint": "^8.25.0", - "fast-check": "^3.2.0", + "fast-check": "^3.5.0", "jest": "^29.2.0" }, "volta": { diff --git a/yarn.lock b/yarn.lock index 426fcf3..15f6d9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1529,10 +1529,10 @@ expect@^29.2.0: jest-message-util "^29.2.0" jest-util "^29.2.0" -fast-check@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.2.0.tgz#a1f2848de45a4ea6b4606993022ffde7003aa296" - integrity sha512-RH1GMdVeN6Le0B4gI7fz5VZnCgrkREqt4SFMGyFe8v9n06ZuFdR2npxJDl8GUvZQZCq0/mo92JYUZInZnUm0nw== +fast-check@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.5.0.tgz#5d633f82b35a3d18c76574d3c38526f46a44f9fc" + integrity sha512-5Yk9kfPy1DR8+9nl+wgRbXGM+p7e25nDRuZ/4b3TjIaWu53p/KkwS4uyKFc+Ek2Ft5nF40KRCbPYGrWYp0SjPw== dependencies: pure-rand "^5.0.2"