Skip to content

Commit

Permalink
chore(deps-dev): bump sinon from 7.5.0 to 8.0.1
Browse files Browse the repository at this point in the history
Bumps [sinon](https://github.com/sinonjs/sinon) from 7.5.0 to 8.0.1.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
- [Commits](sinonjs/sinon@v7.5.0...v8.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Dec 23, 2019
1 parent f10b3e6 commit 89d920a
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 206 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"cdk-integ-tools": "1.19.0",
"nodeunit": "^0.11.3",
"pkglint": "1.19.0",
"sinon": "^7.5.0",
"sinon": "^8.0.1",
"ts-mock-imports": "^1.2.6"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"nock": "^11.7.0",
"nodeunit": "^0.11.3",
"pkglint": "1.19.0",
"sinon": "^7.5.0"
"sinon": "^8.0.1"
},
"dependencies": {
"@aws-cdk/aws-cloudwatch": "1.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-s3-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"cdk-integ-tools": "1.19.0",
"nodeunit": "^0.11.3",
"pkglint": "1.19.0",
"sinon": "^7.5.0",
"sinon": "^8.0.1",
"ts-mock-imports": "^1.2.6"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/custom-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"fs-extra": "^8.1.0",
"nock": "^11.7.0",
"pkglint": "1.19.0",
"sinon": "^7.5.0"
"sinon": "^8.0.1"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "1.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"mockery": "^2.1.0",
"nodeunit": "^0.11.3",
"pkglint": "1.19.0",
"sinon": "^7.5.0"
"sinon": "^8.0.1"
},
"dependencies": {
"@aws-cdk/cloudformation-diff": "1.19.0",
Expand Down
Loading

0 comments on commit 89d920a

Please sign in to comment.