From 0964e558783dd85d846244723eb5a012b7dd81ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 05:10:29 +0000 Subject: [PATCH] Bump fast-check from 3.13.0 to 3.13.2 Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.13.0 to 3.13.2. - [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.2/packages/fast-check) --- updated-dependencies: - dependency-name: fast-check dependency-type: direct:development update-type: version-update:semver-patch ... 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 a6865a6ae..cf991558c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint-plugin-jsonc": "2.10.0", "eslint-plugin-regexp": "2.0.0", "eslint-plugin-yml": "1.10.0", - "fast-check": "3.13.0", + "fast-check": "3.13.2", "husky": "8.0.3", "is-ci": "3.0.1", "knip": "2.33.4", @@ -5575,9 +5575,9 @@ } }, "node_modules/fast-check": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.13.0.tgz", - "integrity": "sha512-m6+3gZ/yTiCWTuV/1e/UuPPjyyyHdQ5gu0pMd84C6705VTDjAgAE6nqFT5jhgegFllCJ95yOzBpqvJSs2DZAxQ==", + "version": "3.13.2", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.13.2.tgz", + "integrity": "sha512-ouTiFyeMoqmNg253xqy4NSacr5sHxH6pZpLOaHgaAdgZxFWdtsfxExwolpveoAE9CJdV+WYjqErNGef6SqA5Mg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index f47691602..0b04743b5 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint-plugin-jsonc": "2.10.0", "eslint-plugin-regexp": "2.0.0", "eslint-plugin-yml": "1.10.0", - "fast-check": "3.13.0", + "fast-check": "3.13.2", "husky": "8.0.3", "is-ci": "3.0.1", "knip": "2.33.4",