diff --git a/package-lock.json b/package-lock.json index dfb5272c..25244bac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint-plugin-regexp": "2.6.0", "eslint-plugin-unicorn": "56.0.1", "eslint-plugin-yml": "1.14.0", - "fast-check": "3.22.0", + "fast-check": "3.23.2", "husky": "9.1.1", "is-ci": "4.1.0", "knip": "5.37.2", @@ -6114,9 +6114,9 @@ "license": "MIT" }, "node_modules/fast-check": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.22.0.tgz", - "integrity": "sha512-8HKz3qXqnHYp/VCNn2qfjHdAdcI8zcSqOyX64GOMukp7SL2bfzfeDKjSd+UyECtejccaZv3LcvZTm9YDD22iCQ==", + "version": "3.23.2", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.23.2.tgz", + "integrity": "sha512-h5+1OzzfCC3Ef7VbtKdcv7zsstUQwUDlYpUTvjeUsJAssPgLn7QzbboPtL5ro04Mq0rPOsMzl7q5hIbRs2wD1A==", "dev": true, "funding": [ { @@ -6128,7 +6128,6 @@ "url": "https://opencollective.com/fast-check" } ], - "license": "MIT", "dependencies": { "pure-rand": "^6.1.0" }, diff --git a/package.json b/package.json index e0644b46..1cc8915c 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "eslint-plugin-regexp": "2.6.0", "eslint-plugin-unicorn": "56.0.1", "eslint-plugin-yml": "1.14.0", - "fast-check": "3.22.0", + "fast-check": "3.23.2", "husky": "9.1.1", "is-ci": "4.1.0", "knip": "5.37.2",