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

Commit e83be67

Browse files
chore(syncer): bump jest and @types/jest in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#2950)
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.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 8f2a53f commit e83be67

File tree

2 files changed

+393
-371
lines changed

2 files changed

+393
-371
lines changed

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

Lines changed: 2 additions & 2 deletions
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.5",
2121
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
22-
"@types/jest": "^29.2.5",
22+
"@types/jest": "^29.4.0",
2323
"@types/node": "^18.11.18",
2424
"@types/request": "^2.48.8",
2525
"@typescript-eslint/eslint-plugin": "^5.51.0",
2626
"@typescript-eslint/parser": "^5.52.0",
2727
"@vercel/ncc": "^0.36.0",
2828
"eslint": "^8.34.0",
2929
"eslint-plugin-prettier": "4.2.1",
30-
"jest": "^29.3",
30+
"jest": "^29.4",
3131
"jest-mock": "^29.3.1",
3232
"prettier": "2.8.4",
3333
"ts-jest": "^29.0.5",

0 commit comments

Comments
 (0)