Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit ea771cf

Browse files
chore: Bump @types/jest in /modules/webhook/lambdas/webhook (#2009)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.4.1 to 27.5.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-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0576c0d commit ea771cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: modules/webhook/lambdas/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
2121
"@types/aws-lambda": "^8.10.95",
2222
"@types/express": "^4.17.11",
23-
"@types/jest": "^27.4.1",
23+
"@types/jest": "^27.5.0",
2424
"@types/node": "^17.0.31",
2525
"@typescript-eslint/eslint-plugin": "^4.33.0",
2626
"@typescript-eslint/parser": "^4.33.0",

Diff for: modules/webhook/lambdas/webhook/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1530,10 +1530,10 @@
15301530
dependencies:
15311531
"@types/istanbul-lib-report" "*"
15321532

1533-
"@types/jest@^27.4.1":
1534-
version "27.4.1"
1535-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d"
1536-
integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw==
1533+
"@types/jest@^27.5.0":
1534+
version "27.5.0"
1535+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.0.tgz#e04ed1824ca6b1dd0438997ba60f99a7405d4c7b"
1536+
integrity sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g==
15371537
dependencies:
15381538
jest-matcher-utils "^27.0.0"
15391539
pretty-format "^27.0.0"

0 commit comments

Comments
 (0)