From fc3e1d4d6bf4a7e97d1b0432aaf1b8ce12dd8c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 09:24:01 +0000 Subject: [PATCH] chore(deps-dev): bump fast-check from 4.9.0 to 4.10.0 Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 4.9.0 to 4.10.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.10.0/packages/fast-check) --- updated-dependencies: - dependency-name: fast-check dependency-version: 4.10.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 72ac4fe8..61f31f7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.6", "fake-indexeddb": "^6.2.5", - "fast-check": "^4.9.0", + "fast-check": "^4.10.0", "husky": "^9.1.7", "jest-axe": "^11.0.0", "jsdom": "^30.0.1", @@ -7527,9 +7527,9 @@ } }, "node_modules/fast-check": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-4.9.0.tgz", - "integrity": "sha512-7ms6T7SybUev/PQITciI0yLM2pOSFy5zpG8Ty7tQofcVaQUvrMXp6CBwqF6fThLCLOrfBtuHAtwq6Yu4XPCllg==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-4.10.0.tgz", + "integrity": "sha512-hhqQL+IJllZi3aM4TKvmCj3bywLEcycNTTLZeLhA9ttMxBrCqM07q7Di4kl+j9EWSTXvJH1+EpIgsDbF/+8H5Q==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 746fdea3..d00b297d 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.6", "fake-indexeddb": "^6.2.5", - "fast-check": "^4.9.0", + "fast-check": "^4.10.0", "husky": "^9.1.7", "jest-axe": "^11.0.0", "jsdom": "^30.0.1",