|
184 | 184 | dependencies:
|
185 | 185 | "@types/node" "*"
|
186 | 186 |
|
187 |
| -"@types/express-serve-static-core@^4.17.33": |
188 |
| - version "4.17.33" |
189 |
| - resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz#de35d30a9d637dc1450ad18dd583d75d5733d543" |
190 |
| - integrity sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA== |
| 187 | +"@types/express-serve-static-core@^5.0.0": |
| 188 | + version "5.0.0" |
| 189 | + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-5.0.0.tgz#91f06cda1049e8f17eeab364798ed79c97488a1c" |
| 190 | + integrity sha512-AbXMTZGt40T+KON9/Fdxx0B2WK5hsgxcfXJLr5bFpZ7b4JCex2WyQPTEKdXqfHiY5nKKBScZ7yCoO6Pvgxfvnw== |
191 | 191 | dependencies:
|
192 | 192 | "@types/node" "*"
|
193 | 193 | "@types/qs" "*"
|
194 | 194 | "@types/range-parser" "*"
|
| 195 | + "@types/send" "*" |
195 | 196 |
|
196 |
| -"@types/express@4.17.21": |
197 |
| - version "4.17.21" |
198 |
| - resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d" |
199 |
| - integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ== |
| 197 | +"@types/express@5.0.0": |
| 198 | + version "5.0.0" |
| 199 | + resolved "https://registry.yarnpkg.com/@types/express/-/express-5.0.0.tgz#13a7d1f75295e90d19ed6e74cab3678488eaa96c" |
| 200 | + integrity sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ== |
200 | 201 | dependencies:
|
201 | 202 | "@types/body-parser" "*"
|
202 |
| - "@types/express-serve-static-core" "^4.17.33" |
| 203 | + "@types/express-serve-static-core" "^5.0.0" |
203 | 204 | "@types/qs" "*"
|
204 | 205 | "@types/serve-static" "*"
|
205 | 206 |
|
|
208 | 209 | resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
|
209 | 210 | integrity sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==
|
210 | 211 |
|
| 212 | +"@types/mime@^1": |
| 213 | + version "1.3.5" |
| 214 | + resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.5.tgz#1ef302e01cf7d2b5a0fa526790c9123bf1d06690" |
| 215 | + integrity sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w== |
| 216 | + |
211 | 217 | "@types/node@*":
|
212 | 218 | version "18.15.1"
|
213 | 219 | resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.1.tgz#41dc2bf78e8085a250d4670d95edb7fba621dd29"
|
|
230 | 236 | resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
|
231 | 237 | integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
|
232 | 238 |
|
| 239 | +"@types/send@*": |
| 240 | + version "0.17.4" |
| 241 | + resolved "https://registry.yarnpkg.com/@types/send/-/send-0.17.4.tgz#6619cd24e7270793702e4e6a4b958a9010cfc57a" |
| 242 | + integrity sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA== |
| 243 | + dependencies: |
| 244 | + "@types/mime" "^1" |
| 245 | + "@types/node" "*" |
| 246 | + |
233 | 247 | "@types/serve-static@*":
|
234 | 248 | version "1.15.1"
|
235 | 249 | resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.1.tgz#86b1753f0be4f9a1bee68d459fcda5be4ea52b5d"
|
|
0 commit comments