From f4aa1416b7481b9d990e914ef32565768e7cae7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 11:13:19 +0000 Subject: [PATCH] chore(deps-dev): bump fast-check from 4.2.0 to 4.3.0 Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 4.2.0 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-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8fd59f..06da9e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@commitlint/cli": "^19.0.0", "@commitlint/config-conventional": "^19.0.0", "aws-sdk-client-mock": "^4.0.0", - "fast-check": "^4.0.0", + "fast-check": "^4.3.0", "husky": "^9.0.0", "tinybench": "^5.0.0" }, @@ -2757,9 +2757,9 @@ } }, "node_modules/fast-check": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-4.2.0.tgz", - "integrity": "sha512-buxrKEaSseOwFjt6K1REcGMeFOrb0wk3cXifeMAG8yahcE9kV20PjQn1OdzPGL6OBFTbYXfjleNBARf/aCfV1A==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-4.3.0.tgz", + "integrity": "sha512-JVw/DJSxVKl8uhCb7GrwanT9VWsCIdBkK3WpP37B/Au4pyaspriSjtrY2ApbSFwTg3ViPfniT13n75PhzE7VEQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index fd54532..4cd1240 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@commitlint/cli": "^19.0.0", "@commitlint/config-conventional": "^19.0.0", "aws-sdk-client-mock": "^4.0.0", - "fast-check": "^4.0.0", + "fast-check": "^4.3.0", "husky": "^9.0.0", "tinybench": "^5.0.0" },