From e202809757ad96d0fa81c0020769fd54d005ff77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 14:01:23 +0000 Subject: [PATCH] build(deps-dev): Bump fast-check from 3.2.0 to 3.8.2 Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.2.0 to 3.8.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.8.2/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.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 0dcc748..383b387 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@vercel/ncc": "^0.34.0", "eslint": "^8.25.0", - "fast-check": "^3.2.0", + "fast-check": "^3.8.2", "jest": "^29.2.0" }, "volta": { diff --git a/yarn.lock b/yarn.lock index 426fcf3..9e9a1bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1529,12 +1529,12 @@ expect@^29.2.0: jest-message-util "^29.2.0" jest-util "^29.2.0" -fast-check@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.2.0.tgz#a1f2848de45a4ea6b4606993022ffde7003aa296" - integrity sha512-RH1GMdVeN6Le0B4gI7fz5VZnCgrkREqt4SFMGyFe8v9n06ZuFdR2npxJDl8GUvZQZCq0/mo92JYUZInZnUm0nw== +fast-check@^3.8.2: + version "3.8.2" + resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.8.2.tgz#d0e4dce696e0c5b8b0b7aa3c5d5793bfac0bdfd5" + integrity sha512-XTSDfHc8DO+Ssai70MzTEXAo9pOBXM7SqJ9JiOIFwl4cqmTNKr473j4rBxi/RpXVWlPnXckZR1kXs8lPYTQ4rw== dependencies: - pure-rand "^5.0.2" + pure-rand "^6.0.0" fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3" @@ -2581,10 +2581,10 @@ punycode@^2.1.0: resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== -pure-rand@^5.0.2: - version "5.0.3" - resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-5.0.3.tgz#a2f15dfbc3be8433d1d8ed67ee411aa83fb90406" - integrity sha512-9N8x1h8dptBQpHyC7aZMS+iNOAm97WMGY0AFrguU1cpfW3I5jINkWe5BIY5md0ofy+1TCIELsVcm/GJXZSaPbw== +pure-rand@^6.0.0: + version "6.0.2" + resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.0.2.tgz#a9c2ddcae9b68d736a8163036f088a2781c8b306" + integrity sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ== queue-microtask@^1.2.2: version "1.2.3"