1
0
Fork 0

update: update dependency fast-check to v3.9.0

This commit is contained in:
renovate[bot] 2023-05-19 21:25:38 +00:00 committed by Sean Sube
parent 8dd196035b
commit 4d9ffcd4fd
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
"c8": "7.13.0",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"fast-check": "3.8.1",
"fast-check": "3.9.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.8.1:
version "3.8.1"
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.8.1.tgz#804db0496e16bd0c4a27d3cba23bb2114b512ba3"
integrity sha512-WRll9CUIz6jWKgByFlHT2M/1BY3F7lewKl5BBIz5VHAy7B8y5iklK9rVm922kx+0x1hJqdkffuTs008xfIgytQ==
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==
dependencies:
pure-rand "^6.0.0"