@@ -545,12 +545,19 @@ ansi-styles@^3.2.1:
545
545
dependencies :
546
546
color-convert "^1.9.0"
547
547
548
- axios@^0.26.1 :
549
- version "0.26.1"
550
- resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
551
- integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
548
+ asynckit@^0.4.0 :
549
+ version "0.4.0"
550
+ resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
551
+ integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
552
+
553
+ axios@^1.6.0 :
554
+ version "1.6.0"
555
+ resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
556
+ integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
552
557
dependencies :
553
- follow-redirects "^1.14.8"
558
+ follow-redirects "^1.15.0"
559
+ form-data "^4.0.0"
560
+ proxy-from-env "^1.1.0"
554
561
555
562
babel-plugin-macros@^2.6.1 :
556
563
version "2.8.0"
607
614
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
608
615
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
609
616
617
+ combined-stream@^1.0.8 :
618
+ version "1.0.8"
619
+ resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
620
+ integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
621
+ dependencies :
622
+ delayed-stream "~1.0.0"
623
+
610
624
convert-source-map@^1.5.0, convert-source-map@^1.7.0 :
611
625
version "1.8.0"
612
626
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
@@ -637,6 +651,11 @@ debug@^4.1.0:
637
651
dependencies :
638
652
ms "2.1.2"
639
653
654
+ delayed-stream@~1.0.0 :
655
+ version "1.0.0"
656
+ resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
657
+ integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
658
+
640
659
dom-helpers@^5.0.1 :
641
660
version "5.2.1"
642
661
resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.2.1.tgz#d9400536b2bf8225ad98fe052e029451ac40e902"
@@ -808,10 +827,19 @@ find-root@^1.1.0:
808
827
resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4"
809
828
integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==
810
829
811
- follow-redirects@^1.14.8 :
812
- version "1.15.1"
813
- resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
814
- integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
830
+ follow-redirects@^1.15.0 :
831
+ version "1.15.3"
832
+ resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
833
+ integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
834
+
835
+ form-data@^4.0.0 :
836
+ version "4.0.0"
837
+ resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
838
+ integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
839
+ dependencies :
840
+ asynckit "^0.4.0"
841
+ combined-stream "^1.0.8"
842
+ mime-types "^2.1.12"
815
843
816
844
fsevents@~2.3.2 :
817
845
version "2.3.2"
@@ -909,6 +937,18 @@ loose-envify@^1.1.0, loose-envify@^1.4.0:
909
937
dependencies :
910
938
js-tokens "^3.0.0 || ^4.0.0"
911
939
940
+
941
+ version "1.52.0"
942
+ resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
943
+ integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
944
+
945
+ mime-types@^2.1.12 :
946
+ version "2.1.35"
947
+ resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
948
+ integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
949
+ dependencies :
950
+ mime-db "1.52.0"
951
+
912
952
913
953
version "2.1.2"
914
954
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -994,6 +1034,11 @@ prop-types@^15.6.2, prop-types@^15.8.1:
994
1034
object-assign "^4.1.1"
995
1035
react-is "^16.13.1"
996
1036
1037
+ proxy-from-env@^1.1.0 :
1038
+ version "1.1.0"
1039
+ resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
1040
+ integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
1041
+
997
1042
react-dom@^17.0.2 :
998
1043
version "17.0.2"
999
1044
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
0 commit comments