Skip to content

Commit

Permalink
chore(deps)(deps): bump fast-check from 3.15.0 to 3.15.1 (#1837)
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.15.0 to 3.15.1.
- [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.15.1/packages/fast-check)

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

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 Feb 8, 2024
1 parent f6b62b8 commit a717708
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 deletions.
40 changes: 20 additions & 20 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 @@ -99,7 +99,7 @@
"@waku/build-utils": "*",
"chai": "^4.3.10",
"cspell": "^8.3.2",
"fast-check": "^3.14.0",
"fast-check": "^3.15.1",
"ignore-loader": "^0.1.2",
"isomorphic-fetch": "^3.0.0",
"mocha": "^10.2.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.21",
"chai": "^4.3.10",
"cspell": "^8.3.2",
"fast-check": "^3.14.0",
"fast-check": "^3.15.1",
"mocha": "^10.2.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.3.2",
"fast-check": "^3.14.0",
"fast-check": "^3.15.1",
"mocha": "^10.2.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.21",
"chai": "^4.3.10",
"cspell": "^8.3.2",
"fast-check": "^3.14.0",
"fast-check": "^3.15.1",
"ignore-loader": "^0.1.2",
"isomorphic-fetch": "^3.0.0",
"mocha": "^10.2.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.14",
"chai": "^4.3.10",
"debug": "^4.3.4",
"fast-check": "^3.14.0"
"fast-check": "^3.15.1"
},
"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": "^3.3.5",
"fast-check": "^3.15.0",
"fast-check": "^3.15.1",
"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.3.2",
"npm-run-all": "^4.1.5",
"fast-check": "^3.14.0",
"fast-check": "^3.15.1",
"rollup": "^4.9.5"
},
"files": [
Expand Down

0 comments on commit a717708

Please sign in to comment.