From 00b06c93594014156bb458677352b238e70b7b1b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 26 Aug 2024 03:36:40 +0000
Subject: [PATCH] Bump fast-check from 3.19.0 to 3.22.0

Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.19.0 to 3.22.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/v3.22.0/packages/fast-check)

---
updated-dependencies:
- dependency-name: fast-check
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 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 e8c01b3c..0147f09d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -38,7 +38,7 @@
         "eslint-import-resolver-typescript": "^3.6.1",
         "eslint-plugin-import": "^2.29.1",
         "eslint-plugin-no-comments": "^1.1.10",
-        "fast-check": "^3.19.0",
+        "fast-check": "^3.22.0",
         "fetch-mock": "^10.0.7",
         "open-cli": "^8.0.0",
         "prettier": "^3.3.2",
@@ -3648,9 +3648,9 @@
       "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
     },
     "node_modules/fast-check": {
-      "version": "3.19.0",
-      "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.19.0.tgz",
-      "integrity": "sha512-CO2JX/8/PT9bDGO1iXa5h5ey1skaKI1dvecERyhH4pp3PGjwd3KIjMAXEg79Ps9nclsdt4oPbfqiAnLU0EwrAQ==",
+      "version": "3.22.0",
+      "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.22.0.tgz",
+      "integrity": "sha512-8HKz3qXqnHYp/VCNn2qfjHdAdcI8zcSqOyX64GOMukp7SL2bfzfeDKjSd+UyECtejccaZv3LcvZTm9YDD22iCQ==",
       "funding": [
         {
           "type": "individual",
diff --git a/package.json b/package.json
index 101b5d73..e92530cd 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
     "eslint-import-resolver-typescript": "^3.6.1",
     "eslint-plugin-import": "^2.29.1",
     "eslint-plugin-no-comments": "^1.1.10",
-    "fast-check": "^3.19.0",
+    "fast-check": "^3.22.0",
     "fetch-mock": "^10.0.7",
     "open-cli": "^8.0.0",
     "prettier": "^3.3.2",