This repository was archived by the owner on Jan 16, 2025. It is now read-only.
File tree 2 files changed +23
-10
lines changed
modules/runner-binaries-syncer/lambdas/runner-binaries-syncer
2 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 27
27
"eslint" : " ^7.32.0" ,
28
28
"eslint-plugin-prettier" : " 4.2.1" ,
29
29
"jest" : " ^27.5.1" ,
30
- "jest-mock" : " ^29.0.3 " ,
30
+ "jest-mock" : " ^29.1.2 " ,
31
31
"prettier" : " 2.7.1" ,
32
32
"ts-jest" : " ^27.1.4" ,
33
33
"ts-node-dev" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 654
654
" @types/yargs" " ^16.0.0"
655
655
chalk "^4.0.0"
656
656
657
- " @jest/types@^29.0.3 " :
658
- version "29.0.3 "
659
- resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.0.3 .tgz#0be78fdddb1a35aeb2041074e55b860561c8ef63 "
660
- integrity sha512-coBJmOQvurXjN1Hh5PzF7cmsod0zLIOXpP8KD161mqNlroMhLcwpODiEzi7ZsRl5Z/AIuxpeNm8DCl43F4kz8A ==
657
+ " @jest/types@^29.1.2 " :
658
+ version "29.1.2 "
659
+ resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.1.2 .tgz#7442d32b16bcd7592d9614173078b8c334ec730a "
660
+ integrity sha512-DcXGtoTykQB5jiwCmVr8H4vdg2OJhQex3qPkG+ISyDO7xQXbt/4R6dowcRyPemRnkH7JoHvZuxPBdlq+9JxFCg ==
661
661
dependencies :
662
662
" @jest/schemas" " ^29.0.0"
663
663
" @types/istanbul-lib-coverage" " ^2.0.0"
@@ -2796,13 +2796,14 @@ jest-mock@^27.5.1:
2796
2796
" @jest/types" " ^27.5.1"
2797
2797
" @types/node" " *"
2798
2798
2799
- jest-mock@^29.0.3 :
2800
- version "29.0.3 "
2801
- resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.0.3 .tgz#4f0093f6a9cb2ffdb9c44a07a3912f0c098c8de9 "
2802
- integrity sha512-ort9pYowltbcrCVR43wdlqfAiFJXBx8l4uJDsD8U72LgBcetvEp+Qxj1W9ZYgMRoeAo+ov5cnAGF2B6+Oth+ww ==
2799
+ jest-mock@^29.1.2 :
2800
+ version "29.1.2 "
2801
+ resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.1.2 .tgz#de47807edbb9d4abf8423f1d8d308d670105678c "
2802
+ integrity sha512-PFDAdjjWbjPUtQPkQufvniXIS3N9Tv7tbibePEjIIprzjgo0qQlyUiVMrT4vL8FaSJo1QXifQUOuPH3HQC/aMA ==
2803
2803
dependencies :
2804
- " @jest/types" " ^29.0.3 "
2804
+ " @jest/types" " ^29.1.2 "
2805
2805
" @types/node" " *"
2806
+ jest-util "^29.1.2"
2806
2807
2807
2808
jest-pnp-resolver@^1.2.2 :
2808
2809
version "1.2.2"
@@ -2942,6 +2943,18 @@ jest-util@^27.0.0, jest-util@^27.5.1:
2942
2943
graceful-fs "^4.2.9"
2943
2944
picomatch "^2.2.3"
2944
2945
2946
+ jest-util@^29.1.2 :
2947
+ version "29.1.2"
2948
+ resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.1.2.tgz#ac5798e93cb6a6703084e194cfa0898d66126df1"
2949
+ integrity sha512-vPCk9F353i0Ymx3WQq3+a4lZ07NXu9Ca8wya6o4Fe4/aO1e1awMMprZ3woPFpKwghEOW+UXgd15vVotuNN9ONQ==
2950
+ dependencies :
2951
+ " @jest/types" " ^29.1.2"
2952
+ " @types/node" " *"
2953
+ chalk "^4.0.0"
2954
+ ci-info "^3.2.0"
2955
+ graceful-fs "^4.2.9"
2956
+ picomatch "^2.2.3"
2957
+
2945
2958
jest-validate@^27.5.1 :
2946
2959
version "27.5.1"
2947
2960
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