From aeb9a7b8b23b1a61a2bf0612840cfb14c55eee84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 04:16:07 +0000 Subject: [PATCH] chore(deps-dev): bump fast-check from 3.23.2 to 4.5.3 Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.23.2 to 4.5.3. - [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.3/packages/fast-check) --- updated-dependencies: - dependency-name: fast-check dependency-version: 4.5.3 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..d6fba12 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.3", "fp-ts": "^2.16.9", "io-ts": "^2.2.21", "prettier": "^3.5.3",