Skip to content

Commit

Permalink
chore(deps): bump ts-jest from 25.5.0 to 25.5.1 (aws#7888)
Browse files Browse the repository at this point in the history
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.5.0 to 25.5.1.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v25.5.0...v25.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] authored May 9, 2020
1 parent e47b403 commit 685a4bf
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assert/package.json
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
"cdk-build-tools": "0.0.0",
"jest": "^25.5.4",
"pkglint": "0.0.0",
"ts-jest": "^25.5.0"
"ts-jest": "^25.5.1"
},
"dependencies": {
"@aws-cdk/cloudformation-diff": "0.0.0",
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@
"jest": "^25.5.4",
"pkglint": "0.0.0",
"sinon": "^9.0.2",
"ts-jest": "^25.5.0"
"ts-jest": "^25.5.1"
},
"dependencies": {
"@aws-cdk/aws-applicationautoscaling": "0.0.0",
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-sam/package.json
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@
"cfn2ts": "0.0.0",
"jest": "^25.5.4",
"pkglint": "0.0.0",
"ts-jest": "^25.5.0"
"ts-jest": "^25.5.1"
},
"dependencies": {
"@aws-cdk/core": "0.0.0",
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cloudformation-diff/package.json
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@
"fast-check": "^1.24.2",
"jest": "^25.5.4",
"pkglint": "0.0.0",
"ts-jest": "^25.5.0"
"ts-jest": "^25.5.1"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
2 changes: 1 addition & 1 deletion packages/@monocdk-experiment/assert/package.json
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
"cdk-build-tools": "0.0.0",
"jest": "^25.5.4",
"pkglint": "0.0.0",
"ts-jest": "^25.5.0",
"ts-jest": "^25.5.1",
"@monocdk-experiment/rewrite-imports": "0.0.0",
"monocdk-experiment": "0.0.0",
"constructs": "^3.0.2"
2 changes: 1 addition & 1 deletion packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@
"mockery": "^2.1.0",
"pkglint": "0.0.0",
"sinon": "^9.0.2",
"ts-jest": "^25.5.0",
"ts-jest": "^25.5.1",
"ts-mock-imports": "^1.2.6"
},
"dependencies": {
2 changes: 1 addition & 1 deletion tools/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@
"jsii-pacmak": "^1.5.0",
"nodeunit": "^0.11.3",
"nyc": "^15.0.1",
"ts-jest": "^25.5.0",
"ts-jest": "^25.5.1",
"tslint": "^5.20.1",
"typescript": "~3.8.3",
"yargs": "^15.3.1",
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -9454,10 +9454,10 @@ trivial-deferred@^1.0.1:
resolved "https://registry.yarnpkg.com/trivial-deferred/-/trivial-deferred-1.0.1.tgz#376d4d29d951d6368a6f7a0ae85c2f4d5e0658f3"
integrity sha1-N21NKdlR1jaKb3oK6FwvTV4GWPM=

ts-jest@^25.5.0:
version "25.5.0"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.5.0.tgz#f56f039b6caa15d9e32d064b0a8902886ab2fe72"
integrity sha512-govrjbOk1UEzcJ5cX5k8X8IUtFuP3lp3mrF3ZuKtCdAOQzdeCM7qualhb/U8s8SWFwEDutOqfF5PLkJ+oaYD4w==
ts-jest@^25.5.1:
version "25.5.1"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.5.1.tgz#2913afd08f28385d54f2f4e828be4d261f4337c7"
integrity sha512-kHEUlZMK8fn8vkxDjwbHlxXRB9dHYpyzqKIGDNxbzs+Rz+ssNDSDNusEK8Fk/sDd4xE6iKoQLfFkFVaskmTJyw==
dependencies:
bs-logger "0.x"
buffer-from "1.x"

0 comments on commit 685a4bf

Please sign in to comment.