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.28" ,
31
31
"@types/supertest" : " ^2.0.10" ,
32
32
"@types/tape" : " ^4.13.0" ,
Original file line number Diff line number Diff line change 89
89
" @types/qs" " *"
90
90
" @types/range-parser" " *"
91
91
92
- " @types/express@^4.17.8 " :
93
- version "4.17.8"
94
- resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.8.tgz#3df4293293317e61c60137d273a2e96cd8d5f27a"
95
- integrity sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ==
92
+ " @types/express-serve-static-core@^4.17.18 " :
93
+ version "4.17.18"
94
+ resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.18.tgz#8371e260f40e0e1ca0c116a9afcd9426fa094c40"
95
+ integrity sha512-m4JTwx5RUBNZvky/JJ8swEJPKFd8si08pPF2PfizYjGZOKr/svUWPcoUmLow6MmPzhasphB7gSTINY67xn3JNA==
96
+ dependencies :
97
+ " @types/node" " *"
98
+ " @types/qs" " *"
99
+ " @types/range-parser" " *"
100
+
101
+ " @types/express@^4.17.11 " :
102
+ version "4.17.11"
103
+ resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.11.tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545"
104
+ integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg==
96
105
dependencies :
97
106
" @types/body-parser" " *"
98
- " @types/express-serve-static-core" " * "
107
+ " @types/express-serve-static-core" " ^4.17.18 "
99
108
" @types/qs" " *"
100
109
" @types/serve-static" " *"
101
110
You can’t perform that action at this time.
0 commit comments