1
0
Fork 0

update: update dependency fast-check to v3.8.0

This commit is contained in:
renovate[bot] 2023-03-29 00:58:47 +00:00 committed by Sean Sube
parent fee5749b85
commit d333deb43d
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.7.1",
"fast-check": "3.8.0",
"mocha": "10.2.0",
"sinon": "15.0.3",
"sinon-chai": "3.7.0",

View File

@ -691,10 +691,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.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.7.1.tgz#bfe4b25ee3b1761afd4bfe5f49fc94998e7d2509"
integrity sha512-d63EsxP1eedA+x94xNxIpTWtBShq95KL6ZSrKTD0Pp1lPASmajAaDHJ71c5ebwZ+vBzlTt3AOalcAnBzL7PQ6Q==
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==
dependencies:
pure-rand "^6.0.0"