Skip to content

Commit a61693c

Browse files
chore: Bump @types/jest in /modules/runners/lambdas/runners (#216)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.10 to 26.0.14. - [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 6e77f58 commit a61693c

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.62",
1515
"@types/express": "^4.17.8",
16-
"@types/jest": "^26.0.10",
16+
"@types/jest": "^26.0.14",
1717
"@types/node": "^14.6.2",
1818
"@zeit/ncc": "^0.22.1",
1919
"aws-sdk": "^2.747.0",

modules/runners/lambdas/runners/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -683,10 +683,10 @@
683683
"@types/istanbul-lib-coverage" "*"
684684
"@types/istanbul-lib-report" "*"
685685

686-
"@types/jest@^26.0.10":
687-
version "26.0.10"
688-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.10.tgz#8faf7e9756c033c39014ae76a7329efea00ea607"
689-
integrity sha512-i2m0oyh8w/Lum7wWK/YOZJakYF8Mx08UaKA1CtbmFeDquVhAEdA7znacsVSf2hJ1OQ/OfVMGN90pw/AtzF8s/Q==
686+
"@types/jest@^26.0.14":
687+
version "26.0.14"
688+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3"
689+
integrity sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg==
690690
dependencies:
691691
jest-diff "^25.2.1"
692692
pretty-format "^25.2.1"

0 commit comments

Comments
 (0)