|
1599 | 1599 | dependencies:
|
1600 | 1600 | inherits "~2.0.0"
|
1601 | 1601 |
|
1602 |
| - |
1603 |
| - version "1.20.1" |
1604 |
| - resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz" |
| 1602 | + |
| 1603 | + version "1.20.2" |
| 1604 | + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd" |
| 1605 | + integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA== |
1605 | 1606 | dependencies:
|
1606 | 1607 | bytes "3.1.2"
|
1607 |
| - content-type "~1.0.4" |
| 1608 | + content-type "~1.0.5" |
1608 | 1609 | debug "2.6.9"
|
1609 | 1610 | depd "2.0.0"
|
1610 | 1611 | destroy "1.2.0"
|
1611 | 1612 | http-errors "2.0.0"
|
1612 | 1613 | iconv-lite "0.4.24"
|
1613 | 1614 | on-finished "2.4.1"
|
1614 | 1615 | qs "6.11.0"
|
1615 |
| - raw-body "2.5.1" |
| 1616 | + raw-body "2.5.2" |
1616 | 1617 | type-is "~1.6.18"
|
1617 | 1618 | unpipe "1.0.0"
|
1618 | 1619 |
|
|
2019 | 2020 | dependencies:
|
2020 | 2021 | safe-buffer "5.2.1"
|
2021 | 2022 |
|
2022 |
| -content-type@~1.0.4: |
2023 |
| - version "1.0.4" |
2024 |
| - resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz" |
| 2023 | +content-type@~1.0.4, content-type@~1.0.5: |
| 2024 | + version "1.0.5" |
| 2025 | + resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918" |
| 2026 | + integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== |
2025 | 2027 |
|
2026 | 2028 | convert-source-map@^1.7.0:
|
2027 | 2029 | version "1.9.0"
|
|
2031 | 2033 | version "1.0.6"
|
2032 | 2034 | resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
|
2033 | 2035 |
|
2034 |
| - |
2035 |
| - version "0.5.0" |
2036 |
| - resolved "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz" |
| 2036 | + |
| 2037 | + version "0.6.0" |
| 2038 | + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051" |
| 2039 | + integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw== |
2037 | 2040 |
|
2038 | 2041 | core-js-compat@^3.25.1:
|
2039 | 2042 | version "3.26.1"
|
@@ -2590,15 +2593,16 @@ expose-loader@^4.0.0:
|
2590 | 2593 | resolved "https://registry.npmjs.org/expose-loader/-/expose-loader-4.0.0.tgz"
|
2591 | 2594 |
|
2592 | 2595 | express@^4.18.2:
|
2593 |
| - version "4.18.2" |
2594 |
| - resolved "https://registry.npmjs.org/express/-/express-4.18.2.tgz" |
| 2596 | + version "4.19.2" |
| 2597 | + resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465" |
| 2598 | + integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q== |
2595 | 2599 | dependencies:
|
2596 | 2600 | accepts "~1.3.8"
|
2597 | 2601 | array-flatten "1.1.1"
|
2598 |
| - body-parser "1.20.1" |
| 2602 | + body-parser "1.20.2" |
2599 | 2603 | content-disposition "0.5.4"
|
2600 | 2604 | content-type "~1.0.4"
|
2601 |
| - cookie "0.5.0" |
| 2605 | + cookie "0.6.0" |
2602 | 2606 | cookie-signature "1.0.6"
|
2603 | 2607 | debug "2.6.9"
|
2604 | 2608 | depd "2.0.0"
|
@@ -4927,9 +4931,10 @@ range-parser@~1.2.1:
|
4927 | 4931 | version "1.2.1"
|
4928 | 4932 | resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz"
|
4929 | 4933 |
|
4930 |
| - |
4931 |
| - version "2.5.1" |
4932 |
| - resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz" |
| 4934 | + |
| 4935 | + version "2.5.2" |
| 4936 | + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a" |
| 4937 | + integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA== |
4933 | 4938 | dependencies:
|
4934 | 4939 | bytes "3.1.2"
|
4935 | 4940 | http-errors "2.0.0"
|
|
0 commit comments