From 740ca0d88d4b729cd9e9e93b04cf346a8e77fc13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:07:18 +0200 Subject: [PATCH] Bump fast-check from 3.12.1 to 3.13.0 (#1198) Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.12.1 to 3.13.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.13.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 cbbe03349..f7ce128e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint-plugin-jsonc": "2.9.0", "eslint-plugin-regexp": "1.15.0", "eslint-plugin-yml": "1.9.0", - "fast-check": "3.12.1", + "fast-check": "3.13.0", "husky": "8.0.3", "is-ci": "3.0.1", "knip": "2.20.2", @@ -4943,9 +4943,9 @@ } }, "node_modules/fast-check": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.12.1.tgz", - "integrity": "sha512-aRN6WrO+q3TZV8CjXnpebx9bTHrpYIOVi6v3ttxciZiWqS739yy8b1oVx+qNEyV1b8RdVjlp/+miTY6yAp90HA==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.13.0.tgz", + "integrity": "sha512-m6+3gZ/yTiCWTuV/1e/UuPPjyyyHdQ5gu0pMd84C6705VTDjAgAE6nqFT5jhgegFllCJ95yOzBpqvJSs2DZAxQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index c7021c7c0..e6a7ba7b2 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint-plugin-jsonc": "2.9.0", "eslint-plugin-regexp": "1.15.0", "eslint-plugin-yml": "1.9.0", - "fast-check": "3.12.1", + "fast-check": "3.13.0", "husky": "8.0.3", "is-ci": "3.0.1", "knip": "2.20.2",