File tree Expand file tree Collapse file tree 2 files changed +23
-10
lines changed
modules/runners/lambdas/runners Expand file tree Collapse file tree 2 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 26
26
"eslint" : " ^7.32.0" ,
27
27
"eslint-plugin-prettier" : " 4.2.1" ,
28
28
"jest" : " 27.5.1" ,
29
- "jest-mock" : " ^29.0.3 " ,
29
+ "jest-mock" : " ^29.1.2 " ,
30
30
"jest-mock-extended" : " ^3.0.1" ,
31
31
"moment-timezone" : " ^0.5.37" ,
32
32
"nock" : " ^13.2.9" ,
Original file line number Diff line number Diff line change 1267
1267
" @types/yargs" " ^16.0.0"
1268
1268
chalk "^4.0.0"
1269
1269
1270
- " @jest/types@^29.0.3 " :
1271
- version "29.0.3 "
1272
- resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.0.3 .tgz#0be78fdddb1a35aeb2041074e55b860561c8ef63 "
1273
- integrity sha512-coBJmOQvurXjN1Hh5PzF7cmsod0zLIOXpP8KD161mqNlroMhLcwpODiEzi7ZsRl5Z/AIuxpeNm8DCl43F4kz8A ==
1270
+ " @jest/types@^29.1.2 " :
1271
+ version "29.1.2 "
1272
+ resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.1.2 .tgz#7442d32b16bcd7592d9614173078b8c334ec730a "
1273
+ integrity sha512-DcXGtoTykQB5jiwCmVr8H4vdg2OJhQex3qPkG+ISyDO7xQXbt/4R6dowcRyPemRnkH7JoHvZuxPBdlq+9JxFCg ==
1274
1274
dependencies :
1275
1275
" @jest/schemas" " ^29.0.0"
1276
1276
" @types/istanbul-lib-coverage" " ^2.0.0"
@@ -3563,13 +3563,14 @@ jest-mock@^27.5.1:
3563
3563
" @jest/types" " ^27.5.1"
3564
3564
" @types/node" " *"
3565
3565
3566
- jest-mock@^29.0.3 :
3567
- version "29.0.3 "
3568
- resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.0.3 .tgz#4f0093f6a9cb2ffdb9c44a07a3912f0c098c8de9 "
3569
- integrity sha512-ort9pYowltbcrCVR43wdlqfAiFJXBx8l4uJDsD8U72LgBcetvEp+Qxj1W9ZYgMRoeAo+ov5cnAGF2B6+Oth+ww ==
3566
+ jest-mock@^29.1.2 :
3567
+ version "29.1.2 "
3568
+ resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.1.2 .tgz#de47807edbb9d4abf8423f1d8d308d670105678c "
3569
+ integrity sha512-PFDAdjjWbjPUtQPkQufvniXIS3N9Tv7tbibePEjIIprzjgo0qQlyUiVMrT4vL8FaSJo1QXifQUOuPH3HQC/aMA ==
3570
3570
dependencies :
3571
- " @jest/types" " ^29.0.3 "
3571
+ " @jest/types" " ^29.1.2 "
3572
3572
" @types/node" " *"
3573
+ jest-util "^29.1.2"
3573
3574
3574
3575
jest-pnp-resolver@^1.2.2 :
3575
3576
version "1.2.2"
@@ -3709,6 +3710,18 @@ jest-util@^27.0.0, jest-util@^27.5.1:
3709
3710
graceful-fs "^4.2.9"
3710
3711
picomatch "^2.2.3"
3711
3712
3713
+ jest-util@^29.1.2 :
3714
+ version "29.1.2"
3715
+ resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.1.2.tgz#ac5798e93cb6a6703084e194cfa0898d66126df1"
3716
+ integrity sha512-vPCk9F353i0Ymx3WQq3+a4lZ07NXu9Ca8wya6o4Fe4/aO1e1awMMprZ3woPFpKwghEOW+UXgd15vVotuNN9ONQ==
3717
+ dependencies :
3718
+ " @jest/types" " ^29.1.2"
3719
+ " @types/node" " *"
3720
+ chalk "^4.0.0"
3721
+ ci-info "^3.2.0"
3722
+ graceful-fs "^4.2.9"
3723
+ picomatch "^2.2.3"
3724
+
3712
3725
jest-validate@^27.5.1 :
3713
3726
version "27.5.1"
3714
3727
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.5.1.tgz#9197d54dc0bdb52260b8db40b46ae668e04df067"
You can’t perform that action at this time.
0 commit comments