From 791ca12c9e2686aae8b404a78c73269858a6e228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 05:11:18 +0000 Subject: [PATCH] Bump fast-check from 3.23.1 to 3.23.2 Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.23.1 to 3.23.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.23.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 0a14d4a..87b2903 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-github": "^5.1.4", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-prettier": "^5.2.1", - "fast-check": "^3.23.1", + "fast-check": "^3.23.2", "jest": "^29.7.0", "prettier": "^3.4.2", "ts-jest": "^29.2.5", @@ -4261,9 +4261,9 @@ } }, "node_modules/fast-check": { - "version": "3.23.1", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.23.1.tgz", - "integrity": "sha512-u/MudsoQEgBUZgR5N1v87vEgybeVYus9VnDVaIkxkkGP2jt54naghQ3PCQHJiogS8U/GavZCUPFfx3Xkp+NaHw==", + "version": "3.23.2", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.23.2.tgz", + "integrity": "sha512-h5+1OzzfCC3Ef7VbtKdcv7zsstUQwUDlYpUTvjeUsJAssPgLn7QzbboPtL5ro04Mq0rPOsMzl7q5hIbRs2wD1A==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index fcf0c27..5cf3e80 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-plugin-github": "^5.1.4", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-prettier": "^5.2.1", - "fast-check": "^3.23.1", + "fast-check": "^3.23.2", "jest": "^29.7.0", "prettier": "^3.4.2", "ts-jest": "^29.2.5",