From 150d757fce93042d6ef9b34018dfec4cc9744f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 08:45:35 +0000 Subject: [PATCH] chore(deps-dev): bump fast-check from 3.23.2 to 4.3.0 Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.23.2 to 4.3.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/v4.3.0/packages/fast-check) --- updated-dependencies: - dependency-name: fast-check dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11d9075..8842ccd 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@badrap/valita": "^0.4.3", "@types/bun": "latest", - "fast-check": "^3.21.0", + "fast-check": "^4.3.0", "fp-ts": "^2.16.9", "io-ts": "^2.2.21", "prettier": "^3.5.3",