This repository was archived by the owner on Jan 16, 2025. It is now read-only.
File tree 2 files changed +7
-7
lines changed
modules/runners/lambdas/runners
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33
33
"moment-timezone" : " ^0.5.40" ,
34
34
"nock" : " ^13.3.0" ,
35
35
"prettier" : " 2.8.1" ,
36
- "ts-jest" : " ^29.0.3 " ,
36
+ "ts-jest" : " ^29.0.5 " ,
37
37
"ts-node" : " ^10.9.1" ,
38
38
"ts-node-dev" : " ^2.0.0"
39
39
},
Original file line number Diff line number Diff line change @@ -3501,7 +3501,7 @@ json-stringify-safe@^5.0.1:
3501
3501
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
3502
3502
integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==
3503
3503
3504
- json5@^2.1.2, json5@^2.2.1 :
3504
+ json5@^2.1.2, json5@^2.2.1, json5@^2.2.3 :
3505
3505
version "2.2.3"
3506
3506
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
3507
3507
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
@@ -4206,15 +4206,15 @@ ts-essentials@^7.0.3:
4206
4206
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-7.0.3.tgz#686fd155a02133eedcc5362dc8b5056cde3e5a38"
4207
4207
integrity sha512-8+gr5+lqO3G84KdiTSMRLtuyJ+nTBVRKuCrK4lidMPdVeEp0uqC875uE5NMcaA7YYMN7XsNiFQuMvasF8HT/xQ==
4208
4208
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 ==
4213
4213
dependencies :
4214
4214
bs-logger "0.x"
4215
4215
fast-json-stable-stringify "2.x"
4216
4216
jest-util "^29.0.0"
4217
- json5 "^2.2.1 "
4217
+ json5 "^2.2.3 "
4218
4218
lodash.memoize "4.x"
4219
4219
make-error "1.x"
4220
4220
semver "7.x"
You can’t perform that action at this time.
0 commit comments