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

Commit ad1adb9

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

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
@@ -21,7 +21,7 @@
2121
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
2222
"@types/aws-lambda": "^8.10.109",
2323
"@types/express": "^4.17.15",
24-
"@types/jest": "^29.2.4",
24+
"@types/jest": "^29.2.5",
2525
"@types/node": "^18.11.18",
2626
"@typescript-eslint/eslint-plugin": "^5.48.0",
2727
"@typescript-eslint/parser": "^5.48.1",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1729,10 +1729,10 @@
17291729
dependencies:
17301730
"@types/istanbul-lib-report" "*"
17311731

1732-
"@types/jest@^29.2.4":
1733-
version "29.2.4"
1734-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.4.tgz#9c155c4b81c9570dbd183eb8604aa0ae80ba5a5b"
1735-
integrity sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A==
1732+
"@types/jest@^29.2.5":
1733+
version "29.2.5"
1734+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.5.tgz#c27f41a9d6253f288d1910d3c5f09484a56b73c0"
1735+
integrity sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw==
17361736
dependencies:
17371737
expect "^29.0.0"
17381738
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)