From cf0d4a43ced7d0fd311b3a0ad0a4565b05177613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 08:07:15 +0100 Subject: [PATCH] Bump fast-check from 3.13.2 to 3.14.0 (#1309) Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.13.2 to 3.14.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.14.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 c9a95237a..db38e0e9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-jsonc": "2.10.0", "eslint-plugin-regexp": "2.1.1", "eslint-plugin-yml": "1.10.0", - "fast-check": "3.13.2", + "fast-check": "3.14.0", "husky": "8.0.3", "is-ci": "3.0.1", "knip": "2.41.3", @@ -5566,9 +5566,9 @@ } }, "node_modules/fast-check": { - "version": "3.13.2", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.13.2.tgz", - "integrity": "sha512-ouTiFyeMoqmNg253xqy4NSacr5sHxH6pZpLOaHgaAdgZxFWdtsfxExwolpveoAE9CJdV+WYjqErNGef6SqA5Mg==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.14.0.tgz", + "integrity": "sha512-9Z0zqASzDNjXBox/ileV/fd+4P+V/f3o4shM6QawvcdLFh8yjPG4h5BrHUZ8yzY6amKGDTAmRMyb/JZqe+dCgw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 17455cd96..b401a1234 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-jsonc": "2.10.0", "eslint-plugin-regexp": "2.1.1", "eslint-plugin-yml": "1.10.0", - "fast-check": "3.13.2", + "fast-check": "3.14.0", "husky": "8.0.3", "is-ci": "3.0.1", "knip": "2.41.3",