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

Commit 47df421

Browse files
chore(webhook): bump jest and @types/jest in /modules/webhook/lambdas/webhook (#3167)
chore(webhook): bump jest and @types/jest Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 29.4.2 to 29.5.0 - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest) Updates `@types/jest` from 29.4.0 to 29.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-minor - 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 952b038 commit 47df421

File tree

2 files changed

+348
-351
lines changed

2 files changed

+348
-351
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
2222
"@types/aws-lambda": "^8.10.111",
2323
"@types/express": "^4.17.17",
24-
"@types/jest": "^29.4.0",
24+
"@types/jest": "^29.5.0",
2525
"@types/node": "^18.15.11",
2626
"@typescript-eslint/eslint-plugin": "^5.57.0",
2727
"@typescript-eslint/parser": "^5.59.0",
@@ -30,7 +30,7 @@
3030
"eslint": "^8.38.0",
3131
"eslint-plugin-prettier": "4.2.1",
3232
"express": "^4.18.2",
33-
"jest": "^29.4",
33+
"jest": "^29.5",
3434
"jest-mock": "^29.5.0",
3535
"nock": "^13.3.0",
3636
"prettier": "2.8.7",

0 commit comments

Comments
 (0)