This repository was archived by the owner on Jan 16, 2025. It is now read-only.
File tree 2 files changed +10
-10
lines changed
modules/webhook/lambdas/webhook
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 20
20
"@octokit/webhooks-definitions" : " ^3.67.3" ,
21
21
"@trivago/prettier-plugin-sort-imports" : " ^4.0.0" ,
22
22
"@types/aws-lambda" : " ^8.10.110" ,
23
- "@types/express" : " ^4.17.15 " ,
23
+ "@types/express" : " ^4.17.17 " ,
24
24
"@types/jest" : " ^29.4.0" ,
25
25
"@types/node" : " ^18.11.18" ,
26
26
"@typescript-eslint/eslint-plugin" : " ^5.48.0" ,
Original file line number Diff line number Diff line change 2338
2338
dependencies :
2339
2339
" @types/node" " *"
2340
2340
2341
- " @types/express-serve-static-core@^4.17.31 " :
2342
- version "4.17.31 "
2343
- resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.31 .tgz#a1139efeab4e7323834bb0226e62ac019f474b2f "
2344
- integrity sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q ==
2341
+ " @types/express-serve-static-core@^4.17.33 " :
2342
+ version "4.17.33 "
2343
+ resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.33 .tgz#de35d30a9d637dc1450ad18dd583d75d5733d543 "
2344
+ integrity sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA ==
2345
2345
dependencies :
2346
2346
" @types/node" " *"
2347
2347
" @types/qs" " *"
2348
2348
" @types/range-parser" " *"
2349
2349
2350
- " @types/express@^4.17.15 " :
2351
- version "4.17.15 "
2352
- resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.15 .tgz#9290e983ec8b054b65a5abccb610411953d417ff "
2353
- integrity sha512-Yv0k4bXGOH+8a+7bELd2PqHQsuiANB+A8a4gnQrkRWzrkKlb6KHaVvyXhqs04sVW/OWlbPyYxRgYlIXLfrufMQ ==
2350
+ " @types/express@^4.17.17 " :
2351
+ version "4.17.17 "
2352
+ resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.17 .tgz#01d5437f6ef9cfa8668e616e13c2f2ac9a491ae4 "
2353
+ integrity sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q ==
2354
2354
dependencies :
2355
2355
" @types/body-parser" " *"
2356
- " @types/express-serve-static-core" " ^4.17.31 "
2356
+ " @types/express-serve-static-core" " ^4.17.33 "
2357
2357
" @types/qs" " *"
2358
2358
" @types/serve-static" " *"
2359
2359
You can’t perform that action at this time.
0 commit comments