File tree Expand file tree Collapse file tree 2 files changed +23
-10
lines changed
modules/webhook/lambdas/webhook Expand file tree Collapse file tree 2 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 31
31
"eslint-plugin-prettier" : " 4.2.1" ,
32
32
"express" : " ^4.18.1" ,
33
33
"jest" : " ^27.5.1" ,
34
- "jest-mock" : " ^29.0.3 " ,
34
+ "jest-mock" : " ^29.1.2 " ,
35
35
"nock" : " ^13.2.9" ,
36
36
"prettier" : " 2.7.1" ,
37
37
"ts-jest" : " ^27.1.4" ,
Original file line number Diff line number Diff line change 1288
1288
" @types/yargs" " ^16.0.0"
1289
1289
chalk "^4.0.0"
1290
1290
1291
- " @jest/types@^29.0.3 " :
1292
- version "29.0.3 "
1293
- resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.0.3 .tgz#0be78fdddb1a35aeb2041074e55b860561c8ef63 "
1294
- integrity sha512-coBJmOQvurXjN1Hh5PzF7cmsod0zLIOXpP8KD161mqNlroMhLcwpODiEzi7ZsRl5Z/AIuxpeNm8DCl43F4kz8A ==
1291
+ " @jest/types@^29.1.2 " :
1292
+ version "29.1.2 "
1293
+ resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.1.2 .tgz#7442d32b16bcd7592d9614173078b8c334ec730a "
1294
+ integrity sha512-DcXGtoTykQB5jiwCmVr8H4vdg2OJhQex3qPkG+ISyDO7xQXbt/4R6dowcRyPemRnkH7JoHvZuxPBdlq+9JxFCg ==
1295
1295
dependencies :
1296
1296
" @jest/schemas" " ^29.0.0"
1297
1297
" @types/istanbul-lib-coverage" " ^2.0.0"
@@ -3733,13 +3733,14 @@ jest-mock@^27.5.1:
3733
3733
" @jest/types" " ^27.5.1"
3734
3734
" @types/node" " *"
3735
3735
3736
- jest-mock@^29.0.3 :
3737
- version "29.0.3 "
3738
- resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.0.3 .tgz#4f0093f6a9cb2ffdb9c44a07a3912f0c098c8de9 "
3739
- integrity sha512-ort9pYowltbcrCVR43wdlqfAiFJXBx8l4uJDsD8U72LgBcetvEp+Qxj1W9ZYgMRoeAo+ov5cnAGF2B6+Oth+ww ==
3736
+ jest-mock@^29.1.2 :
3737
+ version "29.1.2 "
3738
+ resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.1.2 .tgz#de47807edbb9d4abf8423f1d8d308d670105678c "
3739
+ integrity sha512-PFDAdjjWbjPUtQPkQufvniXIS3N9Tv7tbibePEjIIprzjgo0qQlyUiVMrT4vL8FaSJo1QXifQUOuPH3HQC/aMA ==
3740
3740
dependencies :
3741
- " @jest/types" " ^29.0.3 "
3741
+ " @jest/types" " ^29.1.2 "
3742
3742
" @types/node" " *"
3743
+ jest-util "^29.1.2"
3743
3744
3744
3745
jest-pnp-resolver@^1.2.2 :
3745
3746
version "1.2.2"
@@ -3879,6 +3880,18 @@ jest-util@^27.0.0, jest-util@^27.5.1:
3879
3880
graceful-fs "^4.2.9"
3880
3881
picomatch "^2.2.3"
3881
3882
3883
+ jest-util@^29.1.2 :
3884
+ version "29.1.2"
3885
+ resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.1.2.tgz#ac5798e93cb6a6703084e194cfa0898d66126df1"
3886
+ integrity sha512-vPCk9F353i0Ymx3WQq3+a4lZ07NXu9Ca8wya6o4Fe4/aO1e1awMMprZ3woPFpKwghEOW+UXgd15vVotuNN9ONQ==
3887
+ dependencies :
3888
+ " @jest/types" " ^29.1.2"
3889
+ " @types/node" " *"
3890
+ chalk "^4.0.0"
3891
+ ci-info "^3.2.0"
3892
+ graceful-fs "^4.2.9"
3893
+ picomatch "^2.2.3"
3894
+
3882
3895
jest-validate@^27.5.1 :
3883
3896
version "27.5.1"
3884
3897
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