This repository was archived by the owner on Jan 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
modules/webhook/lambdas/webhook Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
"jest-mock" : " ^29.3.1" ,
35
35
"nock" : " ^13.3.0" ,
36
36
"prettier" : " 2.8.4" ,
37
- "ts-jest" : " ^29.0.3 " ,
37
+ "ts-jest" : " ^29.0.5 " ,
38
38
"ts-node-dev" : " ^2.0.0" ,
39
39
"typescript" : " ^4.9.5"
40
40
},
Original file line number Diff line number Diff line change @@ -4336,7 +4336,7 @@ json-stringify-safe@^5.0.1:
4336
4336
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
4337
4337
integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==
4338
4338
4339
- json5@^2.1.2, json5@^2.2.1 :
4339
+ json5@^2.1.2, json5@^2.2.1, json5@^2.2.3 :
4340
4340
version "2.2.3"
4341
4341
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
4342
4342
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
@@ -5144,15 +5144,15 @@ tree-kill@^1.2.2:
5144
5144
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
5145
5145
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
5146
5146
5147
- ts-jest@^29.0.3 :
5148
- version "29.0.3 "
5149
- resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.3 .tgz#63ea93c5401ab73595440733cefdba31fcf9cb77 "
5150
- integrity sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ ==
5147
+ ts-jest@^29.0.5 :
5148
+ version "29.0.5 "
5149
+ resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.5 .tgz#c5557dcec8fe434fcb8b70c3e21c6b143bfce066 "
5150
+ integrity sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA ==
5151
5151
dependencies :
5152
5152
bs-logger "0.x"
5153
5153
fast-json-stable-stringify "2.x"
5154
5154
jest-util "^29.0.0"
5155
- json5 "^2.2.1 "
5155
+ json5 "^2.2.3 "
5156
5156
lodash.memoize "4.x"
5157
5157
make-error "1.x"
5158
5158
semver "7.x"
You can’t perform that action at this time.
0 commit comments