File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
modules/webhook/lambdas/webhook Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 13
13
"format-check" : " prettier --check \" **/*.ts\" "
14
14
},
15
15
"devDependencies" : {
16
- "@types/express" : " ^4.17.9 " ,
16
+ "@types/express" : " ^4.17.11 " ,
17
17
"@types/jest" : " ^26.0.20" ,
18
18
"@types/node" : " ^14.14.20" ,
19
19
"@zeit/ncc" : " ^0.22.1" ,
Original file line number Diff line number Diff line change 672
672
dependencies :
673
673
" @types/node" " *"
674
674
675
- " @types/express-serve-static-core@* " :
676
- version "4.17.9 "
677
- resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.9 .tgz#2d7b34dcfd25ec663c25c85d76608f8b249667f1 "
678
- integrity sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA ==
675
+ " @types/express-serve-static-core@*" , "@types/express-serve-static-core@^4.17.18" :
676
+ version "4.17.18 "
677
+ resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.18 .tgz#8371e260f40e0e1ca0c116a9afcd9426fa094c40 "
678
+ integrity sha512-m4JTwx5RUBNZvky/JJ8swEJPKFd8si08pPF2PfizYjGZOKr/svUWPcoUmLow6MmPzhasphB7gSTINY67xn3JNA ==
679
679
dependencies :
680
680
" @types/node" " *"
681
681
" @types/qs" " *"
682
682
" @types/range-parser" " *"
683
683
684
- " @types/express@^4.17.9 " :
685
- version "4.17.9 "
686
- resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.9 .tgz#f5f2df6add703ff28428add52bdec8a1091b0a78 "
687
- integrity sha512-SDzEIZInC4sivGIFY4Sz1GG6J9UObPwCInYJjko2jzOf/Imx/dlpume6Xxwj1ORL82tBbmN4cPDIDkLbWHk9hw ==
684
+ " @types/express@^4.17.11 " :
685
+ version "4.17.11 "
686
+ resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.11 .tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545 "
687
+ integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg ==
688
688
dependencies :
689
689
" @types/body-parser" " *"
690
- " @types/express-serve-static-core" " * "
690
+ " @types/express-serve-static-core" " ^4.17.18 "
691
691
" @types/qs" " *"
692
692
" @types/serve-static" " *"
693
693
You can’t perform that action at this time.
0 commit comments