File tree 2 files changed +21
-2
lines changed
2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 22
22
"devDependencies" : {
23
23
"@types/cors" : " 2.8.6" ,
24
24
"@types/dotenv" : " 8.2.0" ,
25
- "@types/express" : " 4.17.6 " ,
25
+ "@types/express" : " 4.17.17 " ,
26
26
"@types/mongoose" : " 5.7.24" ,
27
27
"@types/multer" : " 1.4.3" ,
28
28
"@types/multer-s3" : " 2.7.7" ,
Original file line number Diff line number Diff line change 80
80
" @types/qs" " *"
81
81
" @types/range-parser" " *"
82
82
83
- " @types/express@*" , "@types/[email protected] ":
83
+ " @types/express-serve-static-core@^4.17.33 " :
84
+ version "4.17.33"
85
+ resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz#de35d30a9d637dc1450ad18dd583d75d5733d543"
86
+ integrity sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==
87
+ dependencies :
88
+ " @types/node" " *"
89
+ " @types/qs" " *"
90
+ " @types/range-parser" " *"
91
+
92
+ " @types/express@* " :
84
93
version "4.17.6"
85
94
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.6.tgz#6bce49e49570507b86ea1b07b806f04697fac45e"
86
95
integrity sha512-n/mr9tZI83kd4azlPG5y997C/M4DNABK9yErhFM6hKdym4kkmd9j0vtsJyjFIwfRBxtrxZtAfGZCNRIBMFLK5w==
90
99
" @types/qs" " *"
91
100
" @types/serve-static" " *"
92
101
102
+
103
+ version "4.17.17"
104
+ resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.17.tgz#01d5437f6ef9cfa8668e616e13c2f2ac9a491ae4"
105
+ integrity sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==
106
+ dependencies :
107
+ " @types/body-parser" " *"
108
+ " @types/express-serve-static-core" " ^4.17.33"
109
+ " @types/qs" " *"
110
+ " @types/serve-static" " *"
111
+
93
112
" @types/json-schema@^7.0.3 " :
94
113
version "7.0.5"
95
114
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
You can’t perform that action at this time.
0 commit comments