Bump fast-check from 2.22.0 to 2.23.2

Bumps [fast-check](https://github.com/dubzzz/fast-check) from 2.22.0 to 2.23.2.
- [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.22.0...v2.23.2)

---
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-03-23 18:54:07 +00:00 committed by GitHub
parent e91dc7bbda
commit 4b9a4fdb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 14 deletions

28
package-lock.json generated
View File

@ -5254,12 +5254,12 @@
] ]
}, },
"node_modules/fast-check": { "node_modules/fast-check": {
"version": "2.22.0", "version": "2.23.2",
"resolved": "https://registry.npmjs.org/fast-check/-/fast-check-2.22.0.tgz", "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-2.23.2.tgz",
"integrity": "sha512-Yrx1E8fZk6tfSqYaNkwnxj/lOk+vj2KTbbpHDtYoK9MrrL/D204N/rCtcaVSz5bE29g6gW4xj0byresjlFyybg==", "integrity": "sha512-ECYuSlp6NLpvOj8eScKsqoz1ihtCpSDuEC2ofdGvgsEu1obHYEGqreJ/iPzkJFy73yoU0kCFea7PHUQDNM0VNg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"pure-rand": "^5.0.0" "pure-rand": "^5.0.1"
}, },
"engines": { "engines": {
"node": ">=8.0.0" "node": ">=8.0.0"
@ -10191,9 +10191,9 @@
} }
}, },
"node_modules/pure-rand": { "node_modules/pure-rand": {
"version": "5.0.0", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-5.0.0.tgz", "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-5.0.1.tgz",
"integrity": "sha512-lD2/y78q+7HqBx2SaT6OT4UcwtvXNRfEpzYEzl0EQ+9gZq2Qi3fa0HDnYPeqQwhlHJFBUhT7AO3mLU3+8bynHA==", "integrity": "sha512-ksWccjmXOHU2gJBnH0cK1lSYdvSZ0zLoCMSz/nTGh6hDvCSgcRxDyIcOBD6KNxFz3xhMPm/T267Tbe2JRymKEQ==",
"dev": true, "dev": true,
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
@ -16902,12 +16902,12 @@
"integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU="
}, },
"fast-check": { "fast-check": {
"version": "2.22.0", "version": "2.23.2",
"resolved": "https://registry.npmjs.org/fast-check/-/fast-check-2.22.0.tgz", "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-2.23.2.tgz",
"integrity": "sha512-Yrx1E8fZk6tfSqYaNkwnxj/lOk+vj2KTbbpHDtYoK9MrrL/D204N/rCtcaVSz5bE29g6gW4xj0byresjlFyybg==", "integrity": "sha512-ECYuSlp6NLpvOj8eScKsqoz1ihtCpSDuEC2ofdGvgsEu1obHYEGqreJ/iPzkJFy73yoU0kCFea7PHUQDNM0VNg==",
"dev": true, "dev": true,
"requires": { "requires": {
"pure-rand": "^5.0.0" "pure-rand": "^5.0.1"
} }
}, },
"fast-deep-equal": { "fast-deep-equal": {
@ -20676,9 +20676,9 @@
} }
}, },
"pure-rand": { "pure-rand": {
"version": "5.0.0", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-5.0.0.tgz", "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-5.0.1.tgz",
"integrity": "sha512-lD2/y78q+7HqBx2SaT6OT4UcwtvXNRfEpzYEzl0EQ+9gZq2Qi3fa0HDnYPeqQwhlHJFBUhT7AO3mLU3+8bynHA==", "integrity": "sha512-ksWccjmXOHU2gJBnH0cK1lSYdvSZ0zLoCMSz/nTGh6hDvCSgcRxDyIcOBD6KNxFz3xhMPm/T267Tbe2JRymKEQ==",
"dev": true "dev": true
}, },
"qjobs": { "qjobs": {