From af0558d72f57659c3089666cd143b6919012cfcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 15:20:39 +0000 Subject: [PATCH] build(deps-dev): bump fast-check from 3.23.2 to 4.0.0 Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.23.2 to 4.0.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.0.0/packages/fast-check) --- updated-dependencies: - dependency-name: fast-check 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 ea6856b8b1e..880ac83e507 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "dns-packet": "^5.4.0", "esbuild": "^0.24.0", "eslint": "^9.9.0", - "fast-check": "^3.17.1", + "fast-check": "^4.0.0", "https-pem": "^3.0.0", "husky": "^9.0.7", "jest": "^29.0.2",