From 5eb2e25320469d03b0f4764daf3f4ed26db288f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:03:17 +0000 Subject: [PATCH] Bump fast-check from 3.19.0 to 3.20.0 Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.19.0 to 3.20.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.20.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] --- 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 e8c01b3c..0b8181b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-no-comments": "^1.1.10", - "fast-check": "^3.19.0", + "fast-check": "^3.20.0", "fetch-mock": "^10.0.7", "open-cli": "^8.0.0", "prettier": "^3.3.2", @@ -3648,9 +3648,9 @@ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" }, "node_modules/fast-check": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.19.0.tgz", - "integrity": "sha512-CO2JX/8/PT9bDGO1iXa5h5ey1skaKI1dvecERyhH4pp3PGjwd3KIjMAXEg79Ps9nclsdt4oPbfqiAnLU0EwrAQ==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.20.0.tgz", + "integrity": "sha512-pZIjqLpOZgdSLecec4GKC3Zq5702MZ34upMKxojnNVSWA0K64V3pXOBT1Wdsrc3AphLtzRBbsi8bRWF4TUGmUg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 101b5d73..4fa27739 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-no-comments": "^1.1.10", - "fast-check": "^3.19.0", + "fast-check": "^3.20.0", "fetch-mock": "^10.0.7", "open-cli": "^8.0.0", "prettier": "^3.3.2",