From c51c4a78e73d52d47a0e61034a85eaa3dc8210b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:50:39 +0000 Subject: [PATCH] Bump fast-check from 3.17.0 to 3.17.1 Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.17.0 to 3.17.1. - [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.17.1/packages/fast-check) --- updated-dependencies: - dependency-name: fast-check dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index f56b7b8f1a..44b20a0917 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -52,7 +52,7 @@ "eslint-config-next": "^14.1.4", "eslint-plugin-jest-dom": "^5.2.0", "eslint-plugin-testing-library": "^6.2.0", - "fast-check": "^3.17.0", + "fast-check": "^3.17.1", "husky": "^9.0.11", "jest": "^29.7.0", "jest-axe": "^8.0.0", diff --git a/package-lock.json b/package-lock.json index 4bf11c771f..5f263c1f99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "eslint-config-next": "^14.1.4", "eslint-plugin-jest-dom": "^5.2.0", "eslint-plugin-testing-library": "^6.2.0", - "fast-check": "^3.17.0", + "fast-check": "^3.17.1", "husky": "^9.0.11", "jest": "^29.7.0", "jest-axe": "^8.0.0", @@ -7433,9 +7433,9 @@ } }, "node_modules/fast-check": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.17.0.tgz", - "integrity": "sha512-9A7UiBENXxMBb40qY+xOcIcGdxF5CYbXJOU4b+omh773RIFcIQRejHEjjrzIHQFLIQXWgWQu3dl6FrWR9VpYRQ==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.17.1.tgz", + "integrity": "sha512-jIKXJVe6ZO0SpwEgVtEVujTf8TwjI9wMXFJCjsDHUB3RroUbXBgF4kOSz3A7MW0UR26aqsoB8i9O2mjtjERAiA==", "dev": true, "funding": [ { @@ -20403,9 +20403,9 @@ } }, "fast-check": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.17.0.tgz", - "integrity": "sha512-9A7UiBENXxMBb40qY+xOcIcGdxF5CYbXJOU4b+omh773RIFcIQRejHEjjrzIHQFLIQXWgWQu3dl6FrWR9VpYRQ==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.17.1.tgz", + "integrity": "sha512-jIKXJVe6ZO0SpwEgVtEVujTf8TwjI9wMXFJCjsDHUB3RroUbXBgF4kOSz3A7MW0UR26aqsoB8i9O2mjtjERAiA==", "dev": true, "requires": { "pure-rand": "^6.1.0" @@ -20560,7 +20560,7 @@ "eslint-config-next": "^14.1.4", "eslint-plugin-jest-dom": "^5.2.0", "eslint-plugin-testing-library": "^6.2.0", - "fast-check": "^3.17.0", + "fast-check": "^3.17.1", "husky": "^9.0.11", "jest": "^29.7.0", "jest-axe": "^8.0.0",