Skip to content

Commit

Permalink
chore(deps)(deps): bump fast-check from 3.17.1 to 3.19.0 (#2060)
Browse files Browse the repository at this point in the history
Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.17.1 to 3.19.0.
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/main/packages/fast-check/CHANGELOG.md)
- [Commits](https://github.com/dubzzz/fast-check/commits/v3.19.0/packages/fast-check)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 11, 2024
1 parent 14f8401 commit c0c2907
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@waku/build-utils": "*",
"chai": "^4.3.10",
"cspell": "^8.6.1",
"fast-check": "^3.15.1",
"fast-check": "^3.19.0",
"ignore-loader": "^0.1.2",
"isomorphic-fetch": "^3.0.0",
"mocha": "^10.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/enr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@waku/interfaces": "0.0.25",
"chai": "^4.3.10",
"cspell": "^8.6.1",
"fast-check": "^3.15.1",
"fast-check": "^3.19.0",
"mocha": "^10.3.0",
"npm-run-all": "^4.1.5",
"process": "^0.11.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/message-encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@waku/build-utils": "*",
"chai": "^4.3.10",
"cspell": "^8.6.1",
"fast-check": "^3.15.1",
"fast-check": "^3.19.0",
"mocha": "^10.3.0",
"npm-run-all": "^4.1.5",
"process": "^0.11.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/message-hash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@waku/interfaces": "0.0.25",
"chai": "^4.3.10",
"cspell": "^8.6.1",
"fast-check": "^3.15.1",
"fast-check": "^3.19.0",
"ignore-loader": "^0.1.2",
"isomorphic-fetch": "^3.0.0",
"mocha": "^10.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@waku/utils": "0.0.18",
"chai": "^4.3.10",
"debug": "^4.3.4",
"fast-check": "^3.15.1"
"fast-check": "^3.19.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"chai-as-promised": "^7.1.1",
"debug": "^4.3.4",
"dockerode": "^4.0.2",
"fast-check": "^3.15.1",
"fast-check": "^3.19.0",
"p-retry": "^6.1.0",
"p-timeout": "^6.1.0",
"portfinder": "^1.0.32",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@waku/build-utils": "*",
"cspell": "^8.6.1",
"npm-run-all": "^4.1.5",
"fast-check": "^3.15.1",
"fast-check": "^3.19.0",
"rollup": "^4.12.0"
},
"peerDependencies": {
Expand Down

0 comments on commit c0c2907

Please sign in to comment.