|
6504 | 6504 | "@types/qs" "*" |
6505 | 6505 | "@types/range-parser" "*" |
6506 | 6506 |
|
| 6507 | +"@types/express-serve-static-core@^4.17.33": |
| 6508 | + version "4.17.43" |
| 6509 | + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz#10d8444be560cb789c4735aea5eac6e5af45df54" |
| 6510 | + integrity sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg== |
| 6511 | + dependencies: |
| 6512 | + "@types/node" "*" |
| 6513 | + "@types/qs" "*" |
| 6514 | + "@types/range-parser" "*" |
| 6515 | + "@types/send" "*" |
| 6516 | + |
6507 | 6517 | "@types/express@*", "@types/express@^4.17.9": |
6508 | 6518 | version "4.17.12" |
6509 | 6519 | resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.12.tgz#4bc1bf3cd0cfe6d3f6f2853648b40db7d54de350" |
|
6514 | 6524 | "@types/qs" "*" |
6515 | 6525 | "@types/serve-static" "*" |
6516 | 6526 |
|
6517 | | - |
6518 | | - version "4.17.14" |
6519 | | - resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.14.tgz#143ea0557249bc1b3b54f15db4c81c3d4eb3569c" |
6520 | | - integrity sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg== |
| 6527 | + |
| 6528 | + version "4.17.21" |
| 6529 | + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d" |
| 6530 | + integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ== |
6521 | 6531 | dependencies: |
6522 | 6532 | "@types/body-parser" "*" |
6523 | | - "@types/express-serve-static-core" "^4.17.18" |
| 6533 | + "@types/express-serve-static-core" "^4.17.33" |
6524 | 6534 | "@types/qs" "*" |
6525 | 6535 | "@types/serve-static" "*" |
6526 | 6536 |
|
|
7020 | 7030 | resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.6.tgz#e9831776f4512a7ba6da53e71c26e5fb67882d63" |
7021 | 7031 | integrity sha512-0caWDWmpCp0uifxFh+FaqK3CuZ2SkRR/ZRxAV5+zNdC3QVUi6wyOJnefhPvtNt8NQWXB5OA93BUvZsXpWat2Xw== |
7022 | 7032 |
|
| 7033 | +"@types/send@*": |
| 7034 | + version "0.17.4" |
| 7035 | + resolved "https://registry.yarnpkg.com/@types/send/-/send-0.17.4.tgz#6619cd24e7270793702e4e6a4b958a9010cfc57a" |
| 7036 | + integrity sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA== |
| 7037 | + dependencies: |
| 7038 | + "@types/mime" "^1" |
| 7039 | + "@types/node" "*" |
| 7040 | + |
7023 | 7041 | "@types/serve-static@*": |
7024 | 7042 | version "1.13.9" |
7025 | 7043 | resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.9.tgz#aacf28a85a05ee29a11fb7c3ead935ac56f33e4e" |
|
9137 | 9155 | type-is "~1.6.18" |
9138 | 9156 | unpipe "1.0.0" |
9139 | 9157 |
|
9140 | | - |
9141 | | - version "1.20.1" |
9142 | | - resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668" |
9143 | | - integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw== |
| 9158 | + |
| 9159 | + version "1.20.2" |
| 9160 | + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd" |
| 9161 | + integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA== |
9144 | 9162 | dependencies: |
9145 | 9163 | bytes "3.1.2" |
9146 | | - content-type "~1.0.4" |
| 9164 | + content-type "~1.0.5" |
9147 | 9165 | debug "2.6.9" |
9148 | 9166 | depd "2.0.0" |
9149 | 9167 | destroy "1.2.0" |
9150 | 9168 | http-errors "2.0.0" |
9151 | 9169 | iconv-lite "0.4.24" |
9152 | 9170 | on-finished "2.4.1" |
9153 | 9171 | qs "6.11.0" |
9154 | | - raw-body "2.5.1" |
| 9172 | + raw-body "2.5.2" |
9155 | 9173 | type-is "~1.6.18" |
9156 | 9174 | unpipe "1.0.0" |
9157 | 9175 |
|
@@ -10293,6 +10311,11 @@ content-type@^1.0.4, content-type@~1.0.4: |
10293 | 10311 | resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" |
10294 | 10312 | integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== |
10295 | 10313 |
|
| 10314 | +content-type@~1.0.5: |
| 10315 | + version "1.0.5" |
| 10316 | + resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918" |
| 10317 | + integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== |
| 10318 | + |
10296 | 10319 | |
10297 | 10320 | version "1.7.0" |
10298 | 10321 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" |
|
12732 | 12755 | utils-merge "1.0.1" |
12733 | 12756 | vary "~1.1.2" |
12734 | 12757 |
|
12735 | | - |
12736 | | - version "4.18.2" |
12737 | | - resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59" |
12738 | | - integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ== |
| 12758 | + |
| 12759 | + version "4.18.3" |
| 12760 | + resolved "https://registry.yarnpkg.com/express/-/express-4.18.3.tgz#6870746f3ff904dee1819b82e4b51509afffb0d4" |
| 12761 | + integrity sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw== |
12739 | 12762 | dependencies: |
12740 | 12763 | accepts "~1.3.8" |
12741 | 12764 | array-flatten "1.1.1" |
12742 | | - body-parser "1.20.1" |
| 12765 | + body-parser "1.20.2" |
12743 | 12766 | content-disposition "0.5.4" |
12744 | 12767 | content-type "~1.0.4" |
12745 | 12768 | cookie "0.5.0" |
|
20983 | 21006 | iconv-lite "0.4.24" |
20984 | 21007 | unpipe "1.0.0" |
20985 | 21008 |
|
| 21009 | + |
| 21010 | + version "2.5.2" |
| 21011 | + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a" |
| 21012 | + integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA== |
| 21013 | + dependencies: |
| 21014 | + bytes "3.1.2" |
| 21015 | + http-errors "2.0.0" |
| 21016 | + iconv-lite "0.4.24" |
| 21017 | + unpipe "1.0.0" |
| 21018 | + |
20986 | 21019 | raw-body@^2.4.1: |
20987 | 21020 | version "2.4.1" |
20988 | 21021 | resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.1.tgz#30ac82f98bb5ae8c152e67149dac8d55153b168c" |
|
0 commit comments