Skip to content

Commit fdecee8

Browse files
chore: Bump @types/jest from 29.2.3 to 29.2.4 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#2719)
chore: Bump @types/jest Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.2.3 to 29.2.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - 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 fb72ee8 commit fdecee8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@octokit/rest": "^19.0.5",
1919
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
20-
"@types/jest": "^29.2.3",
20+
"@types/jest": "^29.2.4",
2121
"@types/node": "^18.11.9",
2222
"@types/request": "^2.48.8",
2323
"@typescript-eslint/eslint-plugin": "^4.33.0",

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,10 +1078,10 @@
10781078
dependencies:
10791079
"@types/istanbul-lib-report" "*"
10801080

1081-
"@types/jest@^29.2.3":
1082-
version "29.2.3"
1083-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.3.tgz#f5fd88e43e5a9e4221ca361e23790d48fcf0a211"
1084-
integrity sha512-6XwoEbmatfyoCjWRX7z0fKMmgYKe9+/HrviJ5k0X/tjJWHGAezZOfYaxqQKuzG/TvQyr+ktjm4jgbk0s4/oF2w==
1081+
"@types/jest@^29.2.4":
1082+
version "29.2.4"
1083+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.4.tgz#9c155c4b81c9570dbd183eb8604aa0ae80ba5a5b"
1084+
integrity sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A==
10851085
dependencies:
10861086
expect "^29.0.0"
10871087
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)