Skip to content

Commit d1d4196

Browse files
chore: Bump @types/jest in /modules/webhook/lambdas/webhook (#454)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.19 to 26.0.20. - [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 ab90ac8 commit d1d4196

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
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@types/express": "^4.17.9",
17-
"@types/jest": "^26.0.19",
17+
"@types/jest": "^26.0.20",
1818
"@types/node": "^14.14.20",
1919
"@zeit/ncc": "^0.22.1",
2020
"aws-sdk": "^2.819.0",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -717,10 +717,10 @@
717717
dependencies:
718718
"@types/istanbul-lib-report" "*"
719719

720-
"@types/[email protected]", "@types/jest@^26.0.19":
721-
version "26.0.19"
722-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.19.tgz#e6fa1e3def5842ec85045bd5210e9bb8289de790"
723-
integrity sha512-jqHoirTG61fee6v6rwbnEuKhpSKih0tuhqeFbCmMmErhtu3BYlOZaXWjffgOstMM4S/3iQD31lI5bGLTrs97yQ==
720+
"@types/[email protected]", "@types/jest@^26.0.20":
721+
version "26.0.20"
722+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
723+
integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==
724724
dependencies:
725725
jest-diff "^26.0.0"
726726
pretty-format "^26.0.0"

0 commit comments

Comments
 (0)