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

Commit 4638334

Browse files
chore: Bump @types/jest from 29.2.3 to 29.2.4 in /modules/webhook/lambdas/webhook (#2721)
chore: Bump @types/jest in /modules/webhook/lambdas/webhook Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.2.3 to 29.2.4. - [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 992f3aa commit 4638334

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.4.0",
2121
"@types/aws-lambda": "^8.10.108",
2222
"@types/express": "^4.17.14",
23-
"@types/jest": "^29.2.3",
23+
"@types/jest": "^29.2.4",
2424
"@types/node": "^18.11.12",
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
@@ -1838,10 +1838,10 @@
18381838
dependencies:
18391839
"@types/istanbul-lib-report" "*"
18401840

1841-
"@types/jest@^29.2.3":
1842-
version "29.2.3"
1843-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.3.tgz#f5fd88e43e5a9e4221ca361e23790d48fcf0a211"
1844-
integrity sha512-6XwoEbmatfyoCjWRX7z0fKMmgYKe9+/HrviJ5k0X/tjJWHGAezZOfYaxqQKuzG/TvQyr+ktjm4jgbk0s4/oF2w==
1841+
"@types/jest@^29.2.4":
1842+
version "29.2.4"
1843+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.4.tgz#9c155c4b81c9570dbd183eb8604aa0ae80ba5a5b"
1844+
integrity sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A==
18451845
dependencies:
18461846
expect "^29.0.0"
18471847
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)