Skip to content

Commit 6e77f58

Browse files
chore: Bump @types/jest in /modules/webhook/lambdas/webhook (#224)
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 ccd68e4 commit 6e77f58

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@octokit/webhooks": "^7.11.2",
1515
"@types/express": "^4.17.3",
16-
"@types/jest": "^26.0.9",
16+
"@types/jest": "^26.0.14",
1717
"@types/node": "^14.11.2",
1818
"@zeit/ncc": "^0.22.1",
1919
"aws-sdk": "^2.747.0",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -764,10 +764,10 @@
764764
dependencies:
765765
"@types/istanbul-lib-report" "*"
766766

767-
"@types/[email protected]", "@types/jest@^26.0.9":
768-
version "26.0.10"
769-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.10.tgz#8faf7e9756c033c39014ae76a7329efea00ea607"
770-
integrity sha512-i2m0oyh8w/Lum7wWK/YOZJakYF8Mx08UaKA1CtbmFeDquVhAEdA7znacsVSf2hJ1OQ/OfVMGN90pw/AtzF8s/Q==
767+
"@types/[email protected]", "@types/jest@^26.0.14":
768+
version "26.0.14"
769+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3"
770+
integrity sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg==
771771
dependencies:
772772
jest-diff "^25.2.1"
773773
pretty-format "^25.2.1"

0 commit comments

Comments
 (0)