1
0
Fork 0

update: update dependency fast-check to v3.15.1

This commit is contained in:
renovate[bot] 2024-02-09 03:38:39 +00:00 committed by GitHub
parent a41affd8d5
commit 39dce37b90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
"c8": "8.0.1",
"chai": "4.4.1",
"chai-as-promised": "7.1.1",
"fast-check": "3.10.0",
"fast-check": "3.15.1",
"mocha": "10.3.0",
"sinon": "15.2.0",
"sinon-chai": "3.7.0",

View File

@ -721,10 +721,10 @@ escape-string-regexp@^1.0.5:
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
fast-check@3.10.0:
version "3.10.0"
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.10.0.tgz#dccdf925c123f65910754454118ff3d6461b1733"
integrity sha512-I2FldZwnCbcY6iL+H0rp9m4D+O3PotuFu9FasWjMCzUedYHMP89/37JbSt6/n7Yq/IZmJDW0B2h30sPYdzrfzw==
fast-check@3.15.1:
version "3.15.1"
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.15.1.tgz#36fae8176ac00e470b59e30c0aefa3b0aa432d61"
integrity sha512-GutOXZ+SCxGaFWfHe0Pbeq8PrkpGtPxA9/hdkI3s9YzqeMlrq5RdJ+QfYZ/S93jMX+tAyqgW0z5c9ppD+vkGUw==
dependencies:
pure-rand "^6.0.0"