|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
| 5 | +agent-base@6: |
| 6 | + version "6.0.2" |
| 7 | + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" |
| 8 | + integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== |
| 9 | + dependencies: |
| 10 | + debug "4" |
| 11 | + |
5 | 12 | array-buffer-byte-length@^1.0.1: |
6 | 13 | version "1.0.1" |
7 | 14 | resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz#1e5583ec16763540a27ae52eed99ff899223568f" |
@@ -73,13 +80,14 @@ available-typed-arrays@^1.0.7: |
73 | 80 | possible-typed-array-names "^1.0.0" |
74 | 81 |
|
75 | 82 | axios@^1.13.4: |
76 | | - version "1.13.5" |
77 | | - resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43" |
78 | | - integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q== |
| 83 | + version "1.16.1" |
| 84 | + resolved "https://registry.yarnpkg.com/axios/-/axios-1.16.1.tgz#517e29291d19d6e8cf919ff264f4fe157261ba12" |
| 85 | + integrity sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A== |
79 | 86 | dependencies: |
80 | | - follow-redirects "^1.15.11" |
| 87 | + follow-redirects "^1.16.0" |
81 | 88 | form-data "^4.0.5" |
82 | | - proxy-from-env "^1.1.0" |
| 89 | + https-proxy-agent "^5.0.1" |
| 90 | + proxy-from-env "^2.1.0" |
83 | 91 |
|
84 | 92 | call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2: |
85 | 93 | version "1.0.2" |
@@ -179,6 +187,13 @@ data-view-byte-offset@^1.0.1: |
179 | 187 | es-errors "^1.3.0" |
180 | 188 | is-data-view "^1.0.1" |
181 | 189 |
|
| 190 | +debug@4: |
| 191 | + version "4.4.3" |
| 192 | + resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a" |
| 193 | + integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA== |
| 194 | + dependencies: |
| 195 | + ms "^2.1.3" |
| 196 | + |
182 | 197 | define-data-property@^1.0.1, define-data-property@^1.1.4: |
183 | 198 | version "1.1.4" |
184 | 199 | resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz#894dc141bb7d3060ae4366f6a0107e68fbe48c5e" |
@@ -388,7 +403,7 @@ es-to-primitive@^1.3.0: |
388 | 403 | is-date-object "^1.0.5" |
389 | 404 | is-symbol "^1.0.4" |
390 | 405 |
|
391 | | -follow-redirects@^1.15.11: |
| 406 | +follow-redirects@^1.16.0: |
392 | 407 | version "1.16.0" |
393 | 408 | resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.16.0.tgz#28474a159d3b9d11ef62050a14ed60e4df6d61bc" |
394 | 409 | integrity sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw== |
@@ -564,6 +579,14 @@ hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2: |
564 | 579 | dependencies: |
565 | 580 | function-bind "^1.1.2" |
566 | 581 |
|
| 582 | +https-proxy-agent@^5.0.1: |
| 583 | + version "5.0.1" |
| 584 | + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" |
| 585 | + integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA== |
| 586 | + dependencies: |
| 587 | + agent-base "6" |
| 588 | + debug "4" |
| 589 | + |
567 | 590 | internal-slot@^1.0.7: |
568 | 591 | version "1.0.7" |
569 | 592 | resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802" |
@@ -849,6 +872,11 @@ mime-types@^2.1.12: |
849 | 872 | dependencies: |
850 | 873 | mime-db "1.52.0" |
851 | 874 |
|
| 875 | +ms@^2.1.3: |
| 876 | + version "2.1.3" |
| 877 | + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" |
| 878 | + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== |
| 879 | + |
852 | 880 | object-inspect@^1.13.1: |
853 | 881 | version "1.13.1" |
854 | 882 | resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2" |
@@ -900,10 +928,10 @@ possible-typed-array-names@^1.0.0: |
900 | 928 | resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f" |
901 | 929 | integrity sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q== |
902 | 930 |
|
903 | | -proxy-from-env@^1.1.0: |
904 | | - version "1.1.0" |
905 | | - resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" |
906 | | - integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== |
| 931 | +proxy-from-env@^2.1.0: |
| 932 | + version "2.1.0" |
| 933 | + resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz#a7487568adad577cfaaa7e88c49cab3ab3081aba" |
| 934 | + integrity sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA== |
907 | 935 |
|
908 | 936 | proxy-polyfill@^0.3.0: |
909 | 937 | version "0.3.2" |
@@ -1258,9 +1286,9 @@ unbox-primitive@^1.1.0: |
1258 | 1286 | which-boxed-primitive "^1.1.1" |
1259 | 1287 |
|
1260 | 1288 | web-streams-polyfill@^4.0.0: |
1261 | | - version "4.2.0" |
1262 | | - resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.2.0.tgz#93295e67af95889a1e044a6beff1366c82720650" |
1263 | | - integrity sha512-0rYDzGOh9EZpig92umN5g5D/9A1Kff7k0/mzPSSCY8jEQeYkgRMoY7LhbXtUCWzLCMX0TUE9aoHkjFNB7D9pfA== |
| 1289 | + version "4.3.0" |
| 1290 | + resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.3.0.tgz#2f5fe004e2c53f09f7e03aef25b892953cab99a6" |
| 1291 | + integrity sha512-/Gnggvj9oSrEvJbDyyPtAnxBt5fGQM2iWOKQNu7ie1OxDgK40iZpyV3TKaRiEzVj1oA1UxKnEy9XPXh6PW3eVw== |
1264 | 1292 |
|
1265 | 1293 | which-boxed-primitive@^1.0.2: |
1266 | 1294 | version "1.0.2" |
|
0 commit comments