|
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" |
|
10335 | 10358 | resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b" |
10336 | 10359 | integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw== |
10337 | 10360 |
|
| 10361 | + |
| 10362 | + version "0.6.0" |
| 10363 | + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051" |
| 10364 | + integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw== |
| 10365 | + |
10338 | 10366 | cookiejar@^2.1.3: |
10339 | 10367 | version "2.1.3" |
10340 | 10368 | resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.3.tgz#fc7a6216e408e74414b90230050842dacda75acc" |
|
12732 | 12760 | utils-merge "1.0.1" |
12733 | 12761 | vary "~1.1.2" |
12734 | 12762 |
|
12735 | | -express@4.18.2: |
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== |
| 12763 | +express@4.19.0: |
| 12764 | + version "4.19.0" |
| 12765 | + resolved "https://registry.yarnpkg.com/express/-/express-4.19.0.tgz#c9f689a62522f3399132d49eacd9af177d8ccb9e" |
| 12766 | + integrity sha512-/ERliX0l7UuHEgAy7HU2FRsiz3ScIKNl/iwnoYzHTJC0Sqj3ctWDD3MQ9CbUEfjshvxXImWaeukD0Xo7a2lWLA== |
12739 | 12767 | dependencies: |
12740 | 12768 | accepts "~1.3.8" |
12741 | 12769 | array-flatten "1.1.1" |
12742 | | - body-parser "1.20.1" |
| 12770 | + body-parser "1.20.2" |
12743 | 12771 | content-disposition "0.5.4" |
12744 | 12772 | content-type "~1.0.4" |
12745 | | - cookie "0.5.0" |
| 12773 | + cookie "0.6.0" |
12746 | 12774 | cookie-signature "1.0.6" |
12747 | 12775 | debug "2.6.9" |
12748 | 12776 | depd "2.0.0" |
|
20983 | 21011 | iconv-lite "0.4.24" |
20984 | 21012 | unpipe "1.0.0" |
20985 | 21013 |
|
| 21014 | + |
| 21015 | + version "2.5.2" |
| 21016 | + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a" |
| 21017 | + integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA== |
| 21018 | + dependencies: |
| 21019 | + bytes "3.1.2" |
| 21020 | + http-errors "2.0.0" |
| 21021 | + iconv-lite "0.4.24" |
| 21022 | + unpipe "1.0.0" |
| 21023 | + |
20986 | 21024 | raw-body@^2.4.1: |
20987 | 21025 | version "2.4.1" |
20988 | 21026 | resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.1.tgz#30ac82f98bb5ae8c152e67149dac8d55153b168c" |
|
0 commit comments