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

Commit 142fa8e

Browse files
chore: Bump jest and @types/jest in /modules/runners/lambdas/runners (#2629)
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.2.2 to 29.3.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.3.0/packages/jest) Updates `@types/jest` from 29.2.0 to 29.2.2 - [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-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 0244027 commit 142fa8e

File tree

2 files changed

+162
-185
lines changed

2 files changed

+162
-185
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
2020
"@types/aws-lambda": "^8.10.108",
2121
"@types/express": "^4.17.14",
22-
"@types/jest": "^29.2.0",
22+
"@types/jest": "^29.2.2",
2323
"@typescript-eslint/eslint-plugin": "^4.33.0",
2424
"@typescript-eslint/parser": "^4.33.0",
2525
"@vercel/ncc": "^0.34.0",
2626
"eslint": "^7.32.0",
2727
"eslint-plugin-prettier": "4.2.1",
28-
"jest": "^29.2",
28+
"jest": "^29.3",
2929
"jest-mock": "^29.3.0",
3030
"jest-mock-extended": "^3.0.1",
3131
"moment-timezone": "^0.5.38",

0 commit comments

Comments
 (0)