mirror of https://github.com/waku-org/js-waku.git
Merge pull request #630 from status-im/dependabot/npm_and_yarn/fast-check-2.23.2
This commit is contained in:
commit
a67df28ae8
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue