Skip to content

Commit

Permalink
chore(deps-dev): bump fast-check from 1.20.0 to 1.20.1
Browse files Browse the repository at this point in the history
Bumps [fast-check](https://github.com/dubzzz/fast-check) from 1.20.0 to 1.20.1.
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/master/CHANGELOG.md)
- [Commits](dubzzz/fast-check@v1.20.0...v1.20.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Dec 12, 2019
1 parent 748b5b3 commit 7218f8c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/app-delivery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@aws-cdk/aws-s3": "1.18.0",
"cdk-build-tools": "1.18.0",
"cdk-integ-tools": "1.18.0",
"fast-check": "^1.20.0",
"fast-check": "^1.20.1",
"pkglint": "1.18.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-applicationautoscaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@aws-cdk/assert": "1.18.0",
"cdk-build-tools": "1.18.0",
"cfn2ts": "1.18.0",
"fast-check": "^1.20.0",
"fast-check": "^1.20.1",
"pkglint": "1.18.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-autoscaling-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@aws-cdk/assert": "1.18.0",
"cdk-build-tools": "1.18.0",
"cdk-integ-tools": "1.18.0",
"fast-check": "^1.20.0",
"fast-check": "^1.20.1",
"pkglint": "1.18.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cloudformation-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/string-width": "^4.0.1",
"@types/table": "^4.0.7",
"cdk-build-tools": "1.18.0",
"fast-check": "^1.20.0",
"fast-check": "^1.20.1",
"pkglint": "1.18.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"@types/lodash": "^4.14.149",
"cdk-build-tools": "1.18.0",
"cfn2ts": "1.18.0",
"fast-check": "^1.20.0",
"fast-check": "^1.20.1",
"lodash": "^4.17.15",
"pkglint": "1.18.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3308,10 +3308,10 @@ extsprintf@^1.2.0:
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=

fast-check@^1.20.0:
version "1.20.0"
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-1.20.0.tgz#85b3cb461171bbb8e239383af6c1af08576c26ee"
integrity sha512-MgTViuH0+j5Z7M9sJNZ1oUmwL3ps+gQmY/0UuGCZMqO+9qEncNZKNsyqMN0razPX0TvXRqKVzIlsVt9O7zWPow==
fast-check@^1.20.1:
version "1.20.1"
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-1.20.1.tgz#71ababf12038c8f18648233161ef85ea13f2e09a"
integrity sha512-VyW+/5QPewaF7EUA6sDp2k6UkBvy8ZlIruXFSEnHJmql8vfc+3PtiP1klo+pvxua1H2mnFhc5xlW4d8nwJjKQg==
dependencies:
pure-rand "^1.7.0"
tslib "^1.10.0"
Expand Down

0 comments on commit 7218f8c

Please sign in to comment.