@@ -2389,12 +2389,14 @@ axios-retry@^3.2.4:
2389
2389
" @babel/runtime" " ^7.15.4"
2390
2390
is-retry-allowed "^2.2.0"
2391
2391
2392
- axios@^0.25.0 :
2393
- version "0.25.0 "
2394
- resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0 .tgz#349cfbb31331a9b4453190791760a8d35b093e0a "
2395
- integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g ==
2392
+ axios@^1.7.7 :
2393
+ version "1.7.7 "
2394
+ resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7 .tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f "
2395
+ integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q ==
2396
2396
dependencies :
2397
- follow-redirects "^1.14.7"
2397
+ follow-redirects "^1.15.6"
2398
+ form-data "^4.0.0"
2399
+ proxy-from-env "^1.1.0"
2398
2400
2399
2401
babel-eslint@latest :
2400
2402
version "10.1.0"
@@ -3193,7 +3195,7 @@ colorette@^1.2.1, colorette@^1.2.2:
3193
3195
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
3194
3196
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
3195
3197
3196
- combined-stream@^1.0.6, combined-stream@~1.0.6 :
3198
+ combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@ ~1.0.6 :
3197
3199
version "1.0.8"
3198
3200
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
3199
3201
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -4991,10 +4993,10 @@ follow-redirects@^1.0.0:
4991
4993
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.1.tgz#d9114ded0a1cfdd334e164e6662ad02bfd91ff43"
4992
4994
integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==
4993
4995
4994
- follow-redirects@^1.14.7 :
4995
- version "1.14.7 "
4996
- resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7 .tgz#2004c02eb9436eee9a21446a6477debf17e81685 "
4997
- integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ ==
4996
+ follow-redirects@^1.15.6 :
4997
+ version "1.15.6 "
4998
+ resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6 .tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b "
4999
+ integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA ==
4998
5000
4999
5001
for-in@^1.0.2 :
5000
5002
version "1.0.2"
@@ -5006,6 +5008,15 @@ forever-agent@~0.6.1:
5006
5008
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
5007
5009
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
5008
5010
5011
+ form-data@^4.0.0 :
5012
+ version "4.0.0"
5013
+ resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
5014
+ integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
5015
+ dependencies :
5016
+ asynckit "^0.4.0"
5017
+ combined-stream "^1.0.8"
5018
+ mime-types "^2.1.12"
5019
+
5009
5020
form-data@~2.3.2 :
5010
5021
version "2.3.3"
5011
5022
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -8911,6 +8922,11 @@ protocols@^1.1.0, protocols@^1.4.0:
8911
8922
resolved "https://registry.yarnpkg.com/protocols/-/protocols-1.4.8.tgz#48eea2d8f58d9644a4a32caae5d5db290a075ce8"
8912
8923
integrity sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg==
8913
8924
8925
+ proxy-from-env@^1.1.0 :
8926
+ version "1.1.0"
8927
+ resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
8928
+ integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
8929
+
8914
8930
prr@~1.0.1 :
8915
8931
version "1.0.1"
8916
8932
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
0 commit comments