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

Commit 2caca2a

Browse files
chore(syncer): bump jest and @types/jest in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#3057)
chore(syncer): 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.4.1 - [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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 106cad0 commit 2caca2a

File tree

2 files changed

+348
-351
lines changed

2 files changed

+348
-351
lines changed

Diff for: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"@babel/helper-get-function-arity": "^7.16.7",
2020
"@octokit/rest": "^19.0.7",
2121
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
22-
"@types/jest": "^29.4.0",
22+
"@types/jest": "^29.5.0",
2323
"@types/node": "^18.14.6",
2424
"@types/request": "^2.48.8",
2525
"@typescript-eslint/eslint-plugin": "^5.54.1",
2626
"@typescript-eslint/parser": "^5.54.1",
2727
"@vercel/ncc": "^0.36.1",
2828
"eslint": "^8.35.0",
2929
"eslint-plugin-prettier": "4.2.1",
30-
"jest": "^29.4",
30+
"jest": "^29.5",
3131
"jest-mock": "^29.5.0",
3232
"prettier": "2.8.4",
3333
"ts-jest": "^29.0.5",

0 commit comments

Comments
 (0)