File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 17
17
"devDependencies" : {
18
18
"@commitlint/cli" : " 17.4.2" ,
19
19
"@commitlint/config-conventional" : " 17.4.2" ,
20
- "@types/express" : " 4.17.14 " ,
20
+ "@types/express" : " 4.17.17 " ,
21
21
"@types/jest" : " 29.4.0" ,
22
22
"@types/js-yaml" : " 4.0.5" ,
23
23
"@types/lodash" : " 4.14.191" ,
Original file line number Diff line number Diff line change 985
985
" @types/qs" " *"
986
986
" @types/range-parser" " *"
987
987
988
+ " @types/express-serve-static-core@^4.17.33 " :
989
+ version "4.17.33"
990
+ resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz#de35d30a9d637dc1450ad18dd583d75d5733d543"
991
+ integrity sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==
992
+ dependencies :
993
+ " @types/node" " *"
994
+ " @types/qs" " *"
995
+ " @types/range-parser" " *"
996
+
988
997
" @types/express@* " :
989
998
version "4.17.13"
990
999
resolved "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz"
995
1004
" @types/qs" " *"
996
1005
" @types/serve-static" " *"
997
1006
998
-
999
- version "4.17.14 "
1000
- resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.14 .tgz#143ea0557249bc1b3b54f15db4c81c3d4eb3569c "
1001
- integrity sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg ==
1007
+
1008
+ version "4.17.17 "
1009
+ resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.17 .tgz#01d5437f6ef9cfa8668e616e13c2f2ac9a491ae4 "
1010
+ integrity sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q ==
1002
1011
dependencies :
1003
1012
" @types/body-parser" " *"
1004
- " @types/express-serve-static-core" " ^4.17.18 "
1013
+ " @types/express-serve-static-core" " ^4.17.33 "
1005
1014
" @types/qs" " *"
1006
1015
" @types/serve-static" " *"
1007
1016
You can’t perform that action at this time.
0 commit comments