From 8229cf6c8fe21d33737ae14b641d23bb252169ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 06:05:55 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump fast-check from 3.23.2 to 4.6.0 Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.23.2 to 4.6.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/v4.6.0/packages/fast-check) --- updated-dependencies: - dependency-name: fast-check dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index b14683c..ae95d8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@webgpu/types": "^0.1.40", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", - "fast-check": "^3.15.0", + "fast-check": "^4.6.0", "husky": "^9.0.0", "lint-staged": "^15.2.0", "prettier": "^3.2.0", @@ -2188,9 +2188,9 @@ } }, "node_modules/fast-check": { - "version": "3.23.2", - "resolved": "https://registry.npmmirror.com/fast-check/-/fast-check-3.23.2.tgz", - "integrity": "sha512-h5+1OzzfCC3Ef7VbtKdcv7zsstUQwUDlYpUTvjeUsJAssPgLn7QzbboPtL5ro04Mq0rPOsMzl7q5hIbRs2wD1A==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-4.6.0.tgz", + "integrity": "sha512-h7H6Dm0Fy+H4ciQYFxFjXnXkzR2kr9Fb22c0UBpHnm59K2zpr2t13aPTHlltFiNT6zuxp6HMPAVVvgur4BLdpA==", "dev": true, "funding": [ { @@ -2204,10 +2204,10 @@ ], "license": "MIT", "dependencies": { - "pure-rand": "^6.1.0" + "pure-rand": "^8.0.0" }, "engines": { - "node": ">=8.0.0" + "node": ">=12.17.0" } }, "node_modules/fast-deep-equal": { @@ -3593,9 +3593,9 @@ } }, "node_modules/pure-rand": { - "version": "6.1.0", - "resolved": "https://registry.npmmirror.com/pure-rand/-/pure-rand-6.1.0.tgz", - "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-8.4.0.tgz", + "integrity": "sha512-IoM8YF/jY0hiugFo/wOWqfmarlE6J0wc6fDK1PhftMk7MGhVZl88sZimmqBBFomLOCSmcCCpsfj7wXASCpvK9A==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index bfed707..be33b62 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@webgpu/types": "^0.1.40", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", - "fast-check": "^3.15.0", + "fast-check": "^4.6.0", "husky": "^9.0.0", "lint-staged": "^15.2.0", "prettier": "^3.2.0",