From 99dd566b329667039e857fc1eed00d9137da052e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 04:18:37 +0000 Subject: [PATCH] chore(deps-dev): bump fast-check from 3.23.2 to 4.5.2 Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.23.2 to 4.5.2. - [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.5.2/packages/fast-check) --- updated-dependencies: - dependency-name: fast-check dependency-version: 4.5.2 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..82d978e 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.5.2", "fp-ts": "^2.16.9", "io-ts": "^2.2.21", "prettier": "^3.5.3",