Bump fast-check from 2.17.0 to 2.22.0

Bumps [fast-check](https://github.com/dubzzz/fast-check) from 2.17.0 to 2.22.0.
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dubzzz/fast-check/compare/v2.17.0...v2.22.0)

---
updated-dependencies:
- dependency-name: fast-check
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-25 15:34:03 +00:00 committed by GitHub
parent 782cf10419
commit 61a2453b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

12
package-lock.json generated
View File

@ -5218,9 +5218,9 @@
]
},
"node_modules/fast-check": {
"version": "2.17.0",
"resolved": "https://registry.npmjs.org/fast-check/-/fast-check-2.17.0.tgz",
"integrity": "sha512-fNNKkxNEJP+27QMcEzF6nbpOYoSZIS0p+TyB+xh/jXqRBxRhLkiZSREly4ruyV8uJi7nwH1YWAhi7OOK5TubRw==",
"version": "2.22.0",
"resolved": "https://registry.npmjs.org/fast-check/-/fast-check-2.22.0.tgz",
"integrity": "sha512-Yrx1E8fZk6tfSqYaNkwnxj/lOk+vj2KTbbpHDtYoK9MrrL/D204N/rCtcaVSz5bE29g6gW4xj0byresjlFyybg==",
"dev": true,
"dependencies": {
"pure-rand": "^5.0.0"
@ -16423,9 +16423,9 @@
"integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU="
},
"fast-check": {
"version": "2.17.0",
"resolved": "https://registry.npmjs.org/fast-check/-/fast-check-2.17.0.tgz",
"integrity": "sha512-fNNKkxNEJP+27QMcEzF6nbpOYoSZIS0p+TyB+xh/jXqRBxRhLkiZSREly4ruyV8uJi7nwH1YWAhi7OOK5TubRw==",
"version": "2.22.0",
"resolved": "https://registry.npmjs.org/fast-check/-/fast-check-2.22.0.tgz",
"integrity": "sha512-Yrx1E8fZk6tfSqYaNkwnxj/lOk+vj2KTbbpHDtYoK9MrrL/D204N/rCtcaVSz5bE29g6gW4xj0byresjlFyybg==",
"dev": true,
"requires": {
"pure-rand": "^5.0.0"