|
2742 | 2742 | cross-spawn "^6.0.5" |
2743 | 2743 | is-windows "^1.0.0" |
2744 | 2744 |
|
2745 | | -cross-fetch@3.0.1: |
2746 | | - version "3.0.1" |
2747 | | - resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.1.tgz#3f207bbd829a76e9aa2a953348bd1f2a3cf388a7" |
2748 | | - integrity sha512-qWtpgBAF8ioqBOddRD+pHhrdzm/UWOArkrlIU7c08DlNbOxo5GfUbSY2vr90ZypWf0raW+HNN1F38pi5CEOjiQ== |
| 2745 | +cross-fetch@3.1.5: |
| 2746 | + version "3.1.5" |
| 2747 | + resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f" |
| 2748 | + integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw== |
2749 | 2749 | dependencies: |
2750 | | - node-fetch "2.3.0" |
2751 | | - whatwg-fetch "3.0.0" |
| 2750 | + node-fetch "2.6.7" |
2752 | 2751 |
|
2753 | 2752 | cross-spawn@^3.0.0: |
2754 | 2753 | version "3.0.1" |
@@ -6929,10 +6928,12 @@ node-abi@^2.7.0: |
6929 | 6928 | dependencies: |
6930 | 6929 | semver "^5.4.1" |
6931 | 6930 |
|
6932 | | - |
6933 | | - version "2.3.0" |
6934 | | - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5" |
6935 | | - integrity sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA== |
| 6931 | + |
| 6932 | + version "2.6.7" |
| 6933 | + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" |
| 6934 | + integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== |
| 6935 | + dependencies: |
| 6936 | + whatwg-url "^5.0.0" |
6936 | 6937 |
|
6937 | 6938 | node-fetch@^1.7.1: |
6938 | 6939 | version "1.7.3" |
@@ -10305,6 +10306,11 @@ tr46@^1.0.1: |
10305 | 10306 | dependencies: |
10306 | 10307 | punycode "^2.1.0" |
10307 | 10308 |
|
| 10309 | +tr46@~0.0.3: |
| 10310 | + version "0.0.3" |
| 10311 | + resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" |
| 10312 | + integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= |
| 10313 | + |
10308 | 10314 | trim-newlines@^1.0.0: |
10309 | 10315 | version "1.0.0" |
10310 | 10316 | resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" |
@@ -10798,6 +10804,11 @@ wcwidth@^1.0.1: |
10798 | 10804 | dependencies: |
10799 | 10805 | defaults "^1.0.3" |
10800 | 10806 |
|
| 10807 | +webidl-conversions@^3.0.0: |
| 10808 | + version "3.0.1" |
| 10809 | + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" |
| 10810 | + integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= |
| 10811 | + |
10801 | 10812 | webidl-conversions@^4.0.2: |
10802 | 10813 | version "4.0.2" |
10803 | 10814 | resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" |
@@ -10895,16 +10906,19 @@ whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3: |
10895 | 10906 | dependencies: |
10896 | 10907 | iconv-lite "0.4.24" |
10897 | 10908 |
|
10898 | | - |
10899 | | - version "3.0.0" |
10900 | | - resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb" |
10901 | | - integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q== |
10902 | | - |
10903 | 10909 | whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0: |
10904 | 10910 | version "2.3.0" |
10905 | 10911 | resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf" |
10906 | 10912 | integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== |
10907 | 10913 |
|
| 10914 | +whatwg-url@^5.0.0: |
| 10915 | + version "5.0.0" |
| 10916 | + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" |
| 10917 | + integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0= |
| 10918 | + dependencies: |
| 10919 | + tr46 "~0.0.3" |
| 10920 | + webidl-conversions "^3.0.0" |
| 10921 | + |
10908 | 10922 | whatwg-url@^6.4.1: |
10909 | 10923 | version "6.5.0" |
10910 | 10924 | resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8" |
|
0 commit comments