Skip to content

Commit 4f8baa4

Browse files
chor: Bump @types/jest in /modules/runners/lambdas/runners (#54)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.2.3 to 26.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77c33f2 commit 4f8baa4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@types/aws-lambda": "^8.10.51",
1515
"@types/express": "^4.17.3",
16-
"@types/jest": "^25.2.1",
16+
"@types/jest": "^26.0.4",
1717
"@types/node": "^13.13.4",
1818
"@zeit/ncc": "^0.22.1",
1919
"aws-sdk": "^2.671.0",

modules/runners/lambdas/runners/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -677,10 +677,10 @@
677677
"@types/istanbul-lib-coverage" "*"
678678
"@types/istanbul-lib-report" "*"
679679

680-
"@types/jest@^25.2.1":
681-
version "25.2.3"
682-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf"
683-
integrity sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==
680+
"@types/jest@^26.0.4":
681+
version "26.0.4"
682+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.4.tgz#d2e513e85aca16992816f192582b5e67b0b15efb"
683+
integrity sha512-4fQNItvelbNA9+sFgU+fhJo8ZFF+AS4Egk3GWwCW2jFtViukXbnztccafAdLhzE/0EiCogljtQQXP8aQ9J7sFg==
684684
dependencies:
685685
jest-diff "^25.2.1"
686686
pretty-format "^25.2.1"

0 commit comments

Comments
 (0)