From 2ae63ed0e94ff23623256b8610259700aee1df80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:11:27 +0000 Subject: [PATCH] Bump fast-check from 3.23.1 to 3.23.2 (#1124) --- 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",