Skip to content

Commit 19bd265

Browse files
chore: Bump @types/jest in /modules/webhook/lambdas/webhook (#123)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.8 to 26.0.9. - [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 260efdb commit 19bd265

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

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -748,10 +748,10 @@
748748
"@types/istanbul-lib-coverage" "*"
749749
"@types/istanbul-lib-report" "*"
750750

751-
"@types/jest@^26.0.8":
752-
version "26.0.8"
753-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.8.tgz#f5c5559cf25911ce227f7ce30f1f160f24966369"
754-
integrity sha512-eo3VX9jGASSuv680D4VQ89UmuLZneNxv2MCZjfwlInav05zXVJTzfc//lavdV0GPwSxsXJTy2jALscB7Acqg0g==
751+
"@types/jest@^26.0.9":
752+
version "26.0.9"
753+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.9.tgz#0543b57da5f0cd949c5f423a00c56c492289c989"
754+
integrity sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ==
755755
dependencies:
756756
jest-diff "^25.2.1"
757757
pretty-format "^25.2.1"

0 commit comments

Comments
 (0)