|
3527 | 3527 | dependencies:
|
3528 | 3528 | follow-redirects "1.5.10"
|
3529 | 3529 |
|
3530 |
| -axios@0.21.2: |
3531 |
| - version "0.21.2" |
3532 |
| - resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017" |
3533 |
| - integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg== |
| 3530 | +axios@0.28.0: |
| 3531 | + version "0.28.0" |
| 3532 | + resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89" |
| 3533 | + integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q== |
3534 | 3534 | dependencies:
|
3535 |
| - follow-redirects "^1.14.0" |
| 3535 | + follow-redirects "^1.15.0" |
| 3536 | + form-data "^4.0.0" |
| 3537 | + proxy-from-env "^1.1.0" |
3536 | 3538 |
|
3537 | 3539 | axios@^0.18.0:
|
3538 | 3540 | version "0.18.1"
|
|
5641 | 5643 | color "3.0.x"
|
5642 | 5644 | text-hex "1.0.x"
|
5643 | 5645 |
|
5644 |
| -combined-stream@^1.0.6, combined-stream@~1.0.6: |
| 5646 | +combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6: |
5645 | 5647 | version "1.0.8"
|
5646 | 5648 | resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
|
5647 | 5649 | integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
|
|
8334 | 8336 | dependencies:
|
8335 | 8337 | debug "=3.1.0"
|
8336 | 8338 |
|
8337 |
| -follow-redirects@^1.0.0, follow-redirects@^1.14.0: |
8338 |
| - version "1.14.4" |
8339 |
| - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379" |
8340 |
| - integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g== |
| 8339 | +follow-redirects@^1.0.0, follow-redirects@^1.15.0: |
| 8340 | + version "1.15.5" |
| 8341 | + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020" |
| 8342 | + integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw== |
8341 | 8343 |
|
8342 | 8344 | font-awesome@^4.7.0:
|
8343 | 8345 | version "4.7.0"
|
@@ -8388,6 +8390,15 @@ form-data@^2.2.0, form-data@^2.3.1:
|
8388 | 8390 | combined-stream "^1.0.6"
|
8389 | 8391 | mime-types "^2.1.12"
|
8390 | 8392 |
|
| 8393 | +form-data@^4.0.0: |
| 8394 | + version "4.0.0" |
| 8395 | + resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452" |
| 8396 | + integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww== |
| 8397 | + dependencies: |
| 8398 | + asynckit "^0.4.0" |
| 8399 | + combined-stream "^1.0.8" |
| 8400 | + mime-types "^2.1.12" |
| 8401 | + |
8391 | 8402 | form-data@~2.3.2:
|
8392 | 8403 | version "2.3.3"
|
8393 | 8404 | resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
|
@@ -14521,7 +14532,7 @@ proxy-addr@~2.0.7:
|
14521 | 14532 | forwarded "0.2.0"
|
14522 | 14533 | ipaddr.js "1.9.1"
|
14523 | 14534 |
|
14524 |
| -proxy-from-env@^1.0.0: |
| 14535 | +proxy-from-env@^1.0.0, proxy-from-env@^1.1.0: |
14525 | 14536 | version "1.1.0"
|
14526 | 14537 | resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
|
14527 | 14538 | integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
|
|
0 commit comments