Skip to content

Commit 06586bc

Browse files
dependabot[bot]npalm
authored andcommitted
chore: Bump @types/jest in /modules/runners/lambdas/runners (#137)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.9 to 26.0.10. - [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 472e725 commit 06586bc

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.59",
1515
"@types/express": "^4.17.3",
16-
"@types/jest": "^26.0.9",
16+
"@types/jest": "^26.0.10",
1717
"@types/node": "^14.0.27",
1818
"@zeit/ncc": "^0.22.1",
1919
"aws-sdk": "^2.734.0",

modules/runners/lambdas/runners/yarn.lock

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

679-
"@types/jest@^26.0.9":
680-
version "26.0.9"
681-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.9.tgz#0543b57da5f0cd949c5f423a00c56c492289c989"
682-
integrity sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ==
679+
"@types/jest@^26.0.10":
680+
version "26.0.10"
681+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.10.tgz#8faf7e9756c033c39014ae76a7329efea00ea607"
682+
integrity sha512-i2m0oyh8w/Lum7wWK/YOZJakYF8Mx08UaKA1CtbmFeDquVhAEdA7znacsVSf2hJ1OQ/OfVMGN90pw/AtzF8s/Q==
683683
dependencies:
684684
jest-diff "^25.2.1"
685685
pretty-format "^25.2.1"

0 commit comments

Comments
 (0)