Skip to content

Commit 1992dbc

Browse files
chore: Bump @types/jest in /modules/webhook/lambdas/webhook (#1070)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 27.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77a8859 commit 1992dbc

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
@@ -19,7 +19,7 @@
1919
"@octokit/webhooks-definitions": "^3.67.3",
2020
"@types/aws-lambda": "^8.10.79",
2121
"@types/express": "^4.17.11",
22-
"@types/jest": "^26.0.22",
22+
"@types/jest": "^27.0.0",
2323
"@types/node": "^16.4.12",
2424
"@typescript-eslint/eslint-plugin": "^4.22.0",
2525
"@typescript-eslint/parser": "^4.29.1",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,10 +1364,10 @@
13641364
dependencies:
13651365
"@types/istanbul-lib-report" "*"
13661366

1367-
"@types/jest@^26.0.22":
1368-
version "26.0.24"
1369-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
1370-
integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==
1367+
"@types/jest@^27.0.0":
1368+
version "27.0.0"
1369+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.0.tgz#f1c28f741371739c7cd0e8edb5ed8e67acfa6c35"
1370+
integrity sha512-IlpQZVpxufe+3qPaAqEoSPHVSxnJh1cf0BqqWHJeKiAUbwnHdmNzjP3ZCWSZSTbmAGXQPNk9QmM3Bif0pR54rg==
13711371
dependencies:
13721372
jest-diff "^26.0.0"
13731373
pretty-format "^26.0.0"

0 commit comments

Comments
 (0)