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

Commit cd01969

Browse files
chore(runners): Bump ts-jest from 29.0.3 to 29.0.5 in /modules/runners/lambdas/runners (#2891)
chore(runners): Bump ts-jest in /modules/runners/lambdas/runners Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.0.3 to 29.0.5. - [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.3...v29.0.5) --- updated-dependencies: - dependency-name: ts-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 3d33744 commit cd01969

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"moment-timezone": "^0.5.40",
3434
"nock": "^13.3.0",
3535
"prettier": "2.8.1",
36-
"ts-jest": "^29.0.3",
36+
"ts-jest": "^29.0.5",
3737
"ts-node": "^10.9.1",
3838
"ts-node-dev": "^2.0.0"
3939
},

Diff for: modules/runners/lambdas/runners/yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -3501,7 +3501,7 @@ json-stringify-safe@^5.0.1:
35013501
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
35023502
integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==
35033503

3504-
json5@^2.1.2, json5@^2.2.1:
3504+
json5@^2.1.2, json5@^2.2.1, json5@^2.2.3:
35053505
version "2.2.3"
35063506
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
35073507
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
@@ -4206,15 +4206,15 @@ ts-essentials@^7.0.3:
42064206
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-7.0.3.tgz#686fd155a02133eedcc5362dc8b5056cde3e5a38"
42074207
integrity sha512-8+gr5+lqO3G84KdiTSMRLtuyJ+nTBVRKuCrK4lidMPdVeEp0uqC875uE5NMcaA7YYMN7XsNiFQuMvasF8HT/xQ==
42084208

4209-
ts-jest@^29.0.3:
4210-
version "29.0.3"
4211-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.3.tgz#63ea93c5401ab73595440733cefdba31fcf9cb77"
4212-
integrity sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==
4209+
ts-jest@^29.0.5:
4210+
version "29.0.5"
4211+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.5.tgz#c5557dcec8fe434fcb8b70c3e21c6b143bfce066"
4212+
integrity sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA==
42134213
dependencies:
42144214
bs-logger "0.x"
42154215
fast-json-stable-stringify "2.x"
42164216
jest-util "^29.0.0"
4217-
json5 "^2.2.1"
4217+
json5 "^2.2.3"
42184218
lodash.memoize "4.x"
42194219
make-error "1.x"
42204220
semver "7.x"

0 commit comments

Comments
 (0)