Skip to content
This repository was archived by the owner on Nov 3, 2022. It is now read-only.

Commit 799f40b

Browse files
Bump @types/jest from 26.0.22 to 26.0.23 in /cdk
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.22 to 26.0.23. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot[bot] <support@github.com>
1 parent a493095 commit 799f40b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@aws-cdk/assert": "^1.100.0",
15-
"@types/jest": "^26.0.10",
15+
"@types/jest": "^26.0.23",
1616
"@types/node": "10.17.27",
1717
"aws-cdk": "^1.100.0",
1818
"jest": "^26.4.2",

cdk/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,10 +1056,10 @@
10561056
dependencies:
10571057
"@types/istanbul-lib-report" "*"
10581058

1059-
"@types/jest@^26.0.10":
1060-
version "26.0.22"
1061-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.22.tgz#8308a1debdf1b807aa47be2838acdcd91e88fbe6"
1062-
integrity sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw==
1059+
"@types/jest@^26.0.23":
1060+
version "26.0.23"
1061+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.23.tgz#a1b7eab3c503b80451d019efb588ec63522ee4e7"
1062+
integrity sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA==
10631063
dependencies:
10641064
jest-diff "^26.0.0"
10651065
pretty-format "^26.0.0"

0 commit comments

Comments
 (0)