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

Commit effd2a2

Browse files
chore(syncer): bump ts-jest from 29.0.5 to 29.1.0 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#3147)
chore(syncer): bump ts-jest Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.0.5 to 29.1.0. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.0.5...v29.1.0) --- updated-dependencies: - dependency-name: ts-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 6fc495f commit effd2a2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"jest": "^29.5",
3434
"jest-mock": "^29.5.0",
3535
"prettier": "2.8.7",
36-
"ts-jest": "^29.0.5",
36+
"ts-jest": "^29.1.0",
3737
"ts-node-dev": "^2.0.0",
3838
"typescript": "^5.0.2"
3939
},

Diff for: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4419,10 +4419,10 @@ tree-kill@^1.2.2:
44194419
resolved "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz"
44204420
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
44214421

4422-
ts-jest@^29.0.5:
4423-
version "29.0.5"
4424-
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.5.tgz"
4425-
integrity sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA==
4422+
ts-jest@^29.1.0:
4423+
version "29.1.0"
4424+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.0.tgz#4a9db4104a49b76d2b368ea775b6c9535c603891"
4425+
integrity sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==
44264426
dependencies:
44274427
bs-logger "0.x"
44284428
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)