1
0
Fork 0

update: update dependency fast-check to v3.8.1

This commit is contained in:
renovate[bot] 2023-04-21 09:56:21 +00:00 committed by Sean Sube
parent 4343094708
commit db9d778d1f
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.0",
"fast-check": "3.8.1",
"mocha": "10.2.0",
"sinon": "15.0.3",
"sinon-chai": "3.7.0",

View File

@ -698,10 +698,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.0:
version "3.8.0"
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.8.0.tgz#43a6367db76c2bc1a1976e9898e1e6a4acfbac26"
integrity sha512-Mz6k/+bton0iMXdIaqG/ow81oUCYxIDtmGUvf1Q/9O5QhiLI6T9JaCNEr4Y6LfMOpY/jBUfo8hK+3qd5sGfTfw==
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==
dependencies:
pure-rand "^6.0.0"