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

Commit 57ac849

Browse files
chore(webhook): bump jest and @types/jest in /modules/webhook/lambdas/webhook (#2958)
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.3.1 to 29.4.2 - [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.4.2/packages/jest) Updates `@types/jest` from 29.2.5 to 29.4.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 e83be67 commit 57ac849

File tree

2 files changed

+393
-371
lines changed

2 files changed

+393
-371
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 2 additions & 2 deletions
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.5",
24+
"@types/jest": "^29.4.0",
2525
"@types/node": "^18.11.18",
2626
"@typescript-eslint/eslint-plugin": "^5.48.0",
2727
"@typescript-eslint/parser": "^5.48.1",
@@ -30,7 +30,7 @@
3030
"eslint": "^8.33.0",
3131
"eslint-plugin-prettier": "4.2.1",
3232
"express": "^4.18.2",
33-
"jest": "^29.3",
33+
"jest": "^29.4",
3434
"jest-mock": "^29.3.1",
3535
"nock": "^13.3.0",
3636
"prettier": "2.8.4",

0 commit comments

Comments
 (0)