File tree Expand file tree Collapse file tree 2 files changed +2
-23
lines changed
modules/webhook/lambdas/webhook Expand file tree Collapse file tree 2 files changed +2
-23
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.2" ,
33
33
"jest" : " ^29.3" ,
34
- "jest-mock" : " ^29.3.0 " ,
34
+ "jest-mock" : " ^29.3.1 " ,
35
35
"nock" : " ^13.2.9" ,
36
36
"prettier" : " 2.7.1" ,
37
37
"ts-jest" : " ^29.0.3" ,
Original file line number Diff line number Diff line change @@ -3806,15 +3806,6 @@ jest-message-util@^29.3.1:
3806
3806
slash "^3.0.0"
3807
3807
stack-utils "^2.0.3"
3808
3808
3809
- jest-mock@^29.3.0 :
3810
- version "29.3.0"
3811
- resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.3.0.tgz#aa6f1d5118fd4b9d007df782e0624e6efab6d33d"
3812
- integrity sha512-BRKfsAaeP3pTWeog+1D0ILeJF96SzB6y3k0JDxY63kssxiUy9nDLHmNUoVkBGILjMbpHULhbzVTsb3harPXuUQ==
3813
- dependencies :
3814
- " @jest/types" " ^29.2.1"
3815
- " @types/node" " *"
3816
- jest-util "^29.2.1"
3817
-
3818
3809
jest-mock@^29.3.1 :
3819
3810
version "29.3.1"
3820
3811
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.3.1.tgz#60287d92e5010979d01f218c6b215b688e0f313e"
@@ -3942,19 +3933,7 @@ jest-snapshot@^29.3.1:
3942
3933
pretty-format "^29.3.1"
3943
3934
semver "^7.3.5"
3944
3935
3945
- jest-util@^29.0.0, jest-util@^29.2.1 :
3946
- version "29.2.1"
3947
- resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.2.1.tgz#f26872ba0dc8cbefaba32c34f98935f6cf5fc747"
3948
- integrity sha512-P5VWDj25r7kj7kl4pN2rG/RN2c1TLfYYYZYULnS/35nFDjBai+hBeo3MDrYZS7p6IoY3YHZnt2vq4L6mKnLk0g==
3949
- dependencies :
3950
- " @jest/types" " ^29.2.1"
3951
- " @types/node" " *"
3952
- chalk "^4.0.0"
3953
- ci-info "^3.2.0"
3954
- graceful-fs "^4.2.9"
3955
- picomatch "^2.2.3"
3956
-
3957
- jest-util@^29.3.1 :
3936
+ jest-util@^29.0.0, jest-util@^29.2.1, jest-util@^29.3.1 :
3958
3937
version "29.3.1"
3959
3938
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.3.1.tgz#1dda51e378bbcb7e3bc9d8ab651445591ed373e1"
3960
3939
integrity sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==
You can’t perform that action at this time.
0 commit comments