Skip to content

Commit

Permalink
chore(deps-dev): bump fast-check from 1.20.1 to 1.21.0 (aws#5549)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Dec 27, 2019
1 parent 55d74f5 commit 78b3909
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 @@ -55,7 +55,7 @@
"@types/nodeunit": "^0.0.30",
"cdk-build-tools": "1.19.0",
"cdk-integ-tools": "1.19.0",
"fast-check": "^1.20.1",
"fast-check": "^1.21.0",
"nodeunit": "^0.11.3",
"pkglint": "1.19.0"
},
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 @@ -66,7 +66,7 @@
"@types/nodeunit": "^0.0.30",
"cdk-build-tools": "1.19.0",
"cfn2ts": "1.19.0",
"fast-check": "^1.20.1",
"fast-check": "^1.21.0",
"nodeunit": "^0.11.3",
"pkglint": "1.19.0"
},
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 @@ -62,7 +62,7 @@
"@types/nodeunit": "^0.0.30",
"cdk-build-tools": "1.19.0",
"cdk-integ-tools": "1.19.0",
"fast-check": "^1.20.1",
"fast-check": "^1.21.0",
"nodeunit": "^0.11.3",
"pkglint": "1.19.0"
},
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 @@ -40,7 +40,7 @@
"@types/string-width": "^4.0.1",
"@types/table": "^4.0.7",
"cdk-build-tools": "1.19.0",
"fast-check": "^1.20.1",
"fast-check": "^1.21.0",
"nodeunit": "^0.11.3",
"pkglint": "1.19.0"
},
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 @@ -151,7 +151,7 @@
"@types/nodeunit": "^0.0.30",
"cdk-build-tools": "1.19.0",
"cfn2ts": "1.19.0",
"fast-check": "^1.20.1",
"fast-check": "^1.21.0",
"lodash": "^4.17.15",
"nodeunit": "^0.11.3",
"pkglint": "1.19.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3528,10 +3528,10 @@ extsprintf@^1.2.0:
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=

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==
fast-check@^1.21.0:
version "1.21.0"
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-1.21.0.tgz#2bb4f7898197fa9a01a8d1078f1ea60c7eb94cb6"
integrity sha512-t9E+rNNV8DNSUqxvUwJ8DBAVm0qiGsVktvUXB3zUC9PTnNbYqGvGVycL6osOo+CRWH8nJYLk/fXynqdag2StdQ==
dependencies:
pure-rand "^1.7.0"
tslib "^1.10.0"
Expand Down

0 comments on commit 78b3909

Please sign in to comment.