|
1109 | 1109 | dependencies:
|
1110 | 1110 | "@types/express" "*"
|
1111 | 1111 |
|
1112 |
| -"@types/express-serve-static-core@*": |
1113 |
| - version "4.17.13" |
1114 |
| - resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.13.tgz#d9af025e925fc8b089be37423b8d1eac781be084" |
1115 |
| - integrity sha512-RgDi5a4nuzam073lRGKTUIaL3eF2+H7LJvJ8eUnCI0wA6SNjXc44DCmWNiTLs/AZ7QlsFWZiw/gTG3nSQGL0fA== |
| 1112 | +"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18": |
| 1113 | + version "4.17.19" |
| 1114 | + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.19.tgz#00acfc1632e729acac4f1530e9e16f6dd1508a1d" |
| 1115 | + integrity sha512-DJOSHzX7pCiSElWaGR8kCprwibCB/3yW6vcT8VG3P0SJjnv19gnWG/AZMfM60Xj/YJIp/YCaDHyvzsFVeniARA== |
1116 | 1116 | dependencies:
|
1117 | 1117 | "@types/node" "*"
|
1118 | 1118 | "@types/qs" "*"
|
1119 | 1119 | "@types/range-parser" "*"
|
1120 | 1120 |
|
1121 | 1121 | "@types/express@*", "@types/express@^4.17.8":
|
1122 |
| - version "4.17.8" |
1123 |
| - resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.8.tgz#3df4293293317e61c60137d273a2e96cd8d5f27a" |
1124 |
| - integrity sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ== |
| 1122 | + version "4.17.11" |
| 1123 | + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.11.tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545" |
| 1124 | + integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg== |
1125 | 1125 | dependencies:
|
1126 | 1126 | "@types/body-parser" "*"
|
1127 |
| - "@types/express-serve-static-core" "*" |
| 1127 | + "@types/express-serve-static-core" "^4.17.18" |
1128 | 1128 | "@types/qs" "*"
|
1129 | 1129 | "@types/serve-static" "*"
|
1130 | 1130 |
|
|
1157 | 1157 | dependencies:
|
1158 | 1158 | "@types/unist" "*"
|
1159 | 1159 |
|
1160 |
| -"@types/mime@*": |
1161 |
| - version "2.0.3" |
1162 |
| - resolved "https://registry.yarnpkg.com/@types/mime/-/mime-2.0.3.tgz#c893b73721db73699943bfc3653b1deb7faa4a3a" |
1163 |
| - integrity sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q== |
| 1160 | +"@types/mime@^1": |
| 1161 | + version "1.3.2" |
| 1162 | + resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a" |
| 1163 | + integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw== |
1164 | 1164 |
|
1165 | 1165 | "@types/minimist@^1.2.0":
|
1166 | 1166 | version "1.2.1"
|
|
1229 | 1229 | integrity sha512-+nVsLKlcUCeMzD2ufHEYuJ9a2ovstb6Dp52A5VsoKxDXgvE051XgHI/33I1EymwkRGQkwnA0LkhnUzituGs4EQ==
|
1230 | 1230 |
|
1231 | 1231 | "@types/serve-static@*":
|
1232 |
| - version "1.13.5" |
1233 |
| - resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.5.tgz#3d25d941a18415d3ab092def846e135a08bbcf53" |
1234 |
| - integrity sha512-6M64P58N+OXjU432WoLLBQxbA0LRGBCRm7aAGQJ+SMC1IMl0dgRVi9EFfoDcS2a7Xogygk/eGN94CfwU9UF7UQ== |
| 1232 | + version "1.13.9" |
| 1233 | + resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.9.tgz#aacf28a85a05ee29a11fb7c3ead935ac56f33e4e" |
| 1234 | + integrity sha512-ZFqF6qa48XsPdjXV5Gsz0Zqmux2PerNd3a/ktL45mHpa19cuMi/cL8tcxdAx497yRh+QtYPuofjT9oWw9P7nkA== |
1235 | 1235 | dependencies:
|
1236 |
| - "@types/express-serve-static-core" "*" |
1237 |
| - "@types/mime" "*" |
| 1236 | + "@types/mime" "^1" |
| 1237 | + "@types/node" "*" |
1238 | 1238 |
|
1239 | 1239 | "@types/split2@^2.1.6":
|
1240 | 1240 | version "2.1.6"
|
|
0 commit comments