This repository was archived by the owner on May 26, 2021. It is now read-only.
File tree 2 files changed +15
-6
lines changed
2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 26
26
"@types/express" : " ^4.17.8"
27
27
},
28
28
"devDependencies" : {
29
- "@types/express" : " ^4.17.8 " ,
29
+ "@types/express" : " ^4.17.11 " ,
30
30
"@types/node" : " ^14.14.37" ,
31
31
"@types/supertest" : " ^2.0.10" ,
32
32
"@types/tape" : " ^4.13.0" ,
Original file line number Diff line number Diff line change 88
88
" @types/qs" " *"
89
89
" @types/range-parser" " *"
90
90
91
- " @types/express@^4.17.8 " :
92
- version "4.17.8"
93
- resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.8.tgz#3df4293293317e61c60137d273a2e96cd8d5f27a"
94
- integrity sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ==
91
+ " @types/express-serve-static-core@^4.17.18 " :
92
+ version "4.17.19"
93
+ resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.19.tgz#00acfc1632e729acac4f1530e9e16f6dd1508a1d"
94
+ integrity sha512-DJOSHzX7pCiSElWaGR8kCprwibCB/3yW6vcT8VG3P0SJjnv19gnWG/AZMfM60Xj/YJIp/YCaDHyvzsFVeniARA==
95
+ dependencies :
96
+ " @types/node" " *"
97
+ " @types/qs" " *"
98
+ " @types/range-parser" " *"
99
+
100
+ " @types/express@^4.17.11 " :
101
+ version "4.17.11"
102
+ resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.11.tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545"
103
+ integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg==
95
104
dependencies :
96
105
" @types/body-parser" " *"
97
- " @types/express-serve-static-core" " * "
106
+ " @types/express-serve-static-core" " ^4.17.18 "
98
107
" @types/qs" " *"
99
108
" @types/serve-static" " *"
100
109
You can’t perform that action at this time.
0 commit comments