From 71246c26df6dd734b4278c838b33f09f819f1cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 09:13:08 +0000 Subject: [PATCH] build(deps-dev): Bump fast-check from 4.1.1 to 4.3.0 Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 4.1.1 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 6593e57..e318eba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.2.0", "eslint-plugin-prettier": "^5.5.3", - "fast-check": "^4.1.1", + "fast-check": "^4.3.0", "jest": "^29.0.0", "prettier": "^3.6.2", "protobufjs-cli": "^1.1.3", @@ -5921,9 +5921,9 @@ } }, "node_modules/fast-check": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-4.1.1.tgz", - "integrity": "sha512-8+yQYeNYqBfWem0Nmm7BUnh27wm+qwGvI0xln60c8RPM5rVekxZf/Ildng2GNBfjaG6utIebFmVBPlNtZlBLxg==", + "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 179206d..e8ff77d 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.2.0", "eslint-plugin-prettier": "^5.5.3", - "fast-check": "^4.1.1", + "fast-check": "^4.3.0", "jest": "^29.0.0", "prettier": "^3.6.2", "protobufjs-cli": "^1.1.3",