File tree Expand file tree Collapse file tree 2 files changed +6
-18
lines changed
modules/webhook/lambdas/webhook Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 32
32
"jest" : " ^27.4.3" ,
33
33
"nock" : " ^13.2.1" ,
34
34
"prettier" : " 2.5.1" ,
35
- "ts-jest" : " ^27.0.7 " ,
35
+ "ts-jest" : " ^27.1.1 " ,
36
36
"ts-node-dev" : " ^1.1.6" ,
37
37
"typescript" : " ^4.5.2"
38
38
},
Original file line number Diff line number Diff line change @@ -3349,19 +3349,7 @@ jest-snapshot@^27.4.2:
3349
3349
pretty-format "^27.4.2"
3350
3350
semver "^7.3.2"
3351
3351
3352
- jest-util@^27.0.0 :
3353
- version "27.3.1"
3354
- resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.3.1.tgz#a58cdc7b6c8a560caac9ed6bdfc4e4ff23f80429"
3355
- integrity sha512-8fg+ifEH3GDryLQf/eKZck1DEs2YuVPBCMOaHQxVVLmQwl/CDhWzrvChTX4efLZxGrw+AA0mSXv78cyytBt/uw==
3356
- dependencies :
3357
- " @jest/types" " ^27.2.5"
3358
- " @types/node" " *"
3359
- chalk "^4.0.0"
3360
- ci-info "^3.2.0"
3361
- graceful-fs "^4.2.4"
3362
- picomatch "^2.2.3"
3363
-
3364
- jest-util@^27.4.2 :
3352
+ jest-util@^27.0.0, jest-util@^27.4.2 :
3365
3353
version "27.4.2"
3366
3354
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.4.2.tgz#ed95b05b1adfd761e2cda47e0144c6a58e05a621"
3367
3355
integrity sha512-YuxxpXU6nlMan9qyLuxHaMMOzXAl5aGZWCSzben5DhLHemYQxCc4YK+4L3ZrCutT8GPQ+ui9k5D8rUJoDioMnA==
@@ -4400,10 +4388,10 @@ tree-kill@^1.2.2:
4400
4388
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
4401
4389
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
4402
4390
4403
- ts-jest@^27.0.7 :
4404
- version "27.0.7 "
4405
- resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.7 .tgz#fb7c8c8cb5526ab371bc1b23d06e745652cca2d0 "
4406
- integrity sha512-O41shibMqzdafpuP+CkrOL7ykbmLh+FqQrXEmV9CydQ5JBk0Sj0uAEF5TNNe94fZWKm3yYvWa/IbyV4Yg1zK2Q ==
4391
+ ts-jest@^27.1.1 :
4392
+ version "27.1.1 "
4393
+ resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.1 .tgz#5a54aca96db1dac37c681f3029dd10f3a8c36192 "
4394
+ integrity sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA ==
4407
4395
dependencies :
4408
4396
bs-logger "0.x"
4409
4397
fast-json-stable-stringify "2.x"
You can’t perform that action at this time.
0 commit comments