From 96750d67ff40cc8420ec53cda3344cd86730e41f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 07:46:45 +0200 Subject: [PATCH] Bump fast-check from 3.17.2 to 3.19.0 (#1574) Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.17.2 to 3.19.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.19.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 38978781..d83201a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-jsonc": "2.15.1", "eslint-plugin-regexp": "2.6.0", "eslint-plugin-yml": "1.14.0", - "fast-check": "3.17.2", + "fast-check": "3.19.0", "husky": "9.0.10", "is-ci": "3.0.1", "knip": "5.11.0", @@ -5633,9 +5633,9 @@ } }, "node_modules/fast-check": { - "version": "3.17.2", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.17.2.tgz", - "integrity": "sha512-+3DPTxtxABLgmmVpYxrash3DHoq0cMa1jjLYNp3qqokKKhqVEaS4lbnaDKqWU5Dd6C2pEudPPBAEEQ9nUou9OQ==", + "version": "3.19.0", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.19.0.tgz", + "integrity": "sha512-CO2JX/8/PT9bDGO1iXa5h5ey1skaKI1dvecERyhH4pp3PGjwd3KIjMAXEg79Ps9nclsdt4oPbfqiAnLU0EwrAQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 9cfa5efe..063ef72c 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-jsonc": "2.15.1", "eslint-plugin-regexp": "2.6.0", "eslint-plugin-yml": "1.14.0", - "fast-check": "3.17.2", + "fast-check": "3.19.0", "husky": "9.0.10", "is-ci": "3.0.1", "knip": "5.11.0",