1
0
Fork 0

update: update dependency fast-check to v3.10.0

This commit is contained in:
renovate[bot] 2023-05-30 21:24:48 +00:00 committed by Sean Sube
parent d6ba0ada78
commit 20c365806b
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
"c8": "7.14.0",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"fast-check": "3.9.0",
"fast-check": "3.10.0",
"mocha": "10.2.0",
"sinon": "15.1.0",
"sinon-chai": "3.7.0",

View File

@ -705,10 +705,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.9.0:
version "3.9.0"
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.9.0.tgz#5cb36d3b68e906c16691730c88a8cc66a7b9f8bf"
integrity sha512-5vBtAK9lt7eQ/g18iBHETnbRK0jskxISmdlkp0Lz9JghEg+TqDL1q26xiK3jQzW5D27Q0V88NeZwkoIi52Qqcw==
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==
dependencies:
pure-rand "^6.0.0"