|
59 | 59 | resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
|
60 | 60 | integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
|
61 | 61 |
|
62 |
| -axios@^0.26.1: |
63 |
| - version "0.26.1" |
64 |
| - resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9" |
65 |
| - integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA== |
| 62 | +asynckit@^0.4.0: |
| 63 | + version "0.4.0" |
| 64 | + resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" |
| 65 | + integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= |
| 66 | + |
| 67 | +axios@^0.27.2: |
| 68 | + version "0.27.2" |
| 69 | + resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972" |
| 70 | + integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ== |
66 | 71 | dependencies:
|
67 |
| - follow-redirects "^1.14.8" |
| 72 | + follow-redirects "^1.14.9" |
| 73 | + form-data "^4.0.0" |
68 | 74 |
|
69 | 75 | balanced-match@^1.0.0:
|
70 | 76 | version "1.0.2"
|
@@ -225,6 +231,13 @@ color-name@~1.1.4:
|
225 | 231 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
226 | 232 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
227 | 233 |
|
| 234 | +combined-stream@^1.0.8: |
| 235 | + version "1.0.8" |
| 236 | + resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" |
| 237 | + integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== |
| 238 | + dependencies: |
| 239 | + delayed-stream "~1.0.0" |
| 240 | + |
228 | 241 | compromise-pronounce@^0.0.5:
|
229 | 242 | version "0.0.5"
|
230 | 243 | resolved "https://registry.yarnpkg.com/compromise-pronounce/-/compromise-pronounce-0.0.5.tgz#4200596e1a657ccd87f616bfc917338003858dc0"
|
@@ -328,6 +341,11 @@ defer-to-connect@^1.0.1:
|
328 | 341 | resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-1.1.3.tgz#331ae050c08dcf789f8c83a7b81f0ed94f4ac591"
|
329 | 342 | integrity sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==
|
330 | 343 |
|
| 344 | +delayed-stream@~1.0.0: |
| 345 | + version "1.0.0" |
| 346 | + resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" |
| 347 | + integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= |
| 348 | + |
331 | 349 | depd@~1.1.2:
|
332 | 350 | version "1.1.2"
|
333 | 351 | resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
|
@@ -529,11 +547,20 @@ finalhandler@~1.1.2:
|
529 | 547 | statuses "~1.5.0"
|
530 | 548 | unpipe "~1.0.0"
|
531 | 549 |
|
532 |
| -follow-redirects@^1.14.8: |
| 550 | +follow-redirects@^1.14.9: |
533 | 551 | version "1.14.9"
|
534 | 552 | resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
|
535 | 553 | integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
|
536 | 554 |
|
| 555 | +form-data@^4.0.0: |
| 556 | + version "4.0.0" |
| 557 | + resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452" |
| 558 | + integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww== |
| 559 | + dependencies: |
| 560 | + asynckit "^0.4.0" |
| 561 | + combined-stream "^1.0.8" |
| 562 | + mime-types "^2.1.12" |
| 563 | + |
537 | 564 |
|
538 | 565 | version "0.2.0"
|
539 | 566 | resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
|
|
824 | 851 | resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c"
|
825 | 852 | integrity sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==
|
826 | 853 |
|
| 854 | + |
| 855 | + version "1.52.0" |
| 856 | + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" |
| 857 | + integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== |
| 858 | + |
| 859 | +mime-types@^2.1.12: |
| 860 | + version "2.1.35" |
| 861 | + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" |
| 862 | + integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== |
| 863 | + dependencies: |
| 864 | + mime-db "1.52.0" |
| 865 | + |
827 | 866 | mime-types@~2.1.24:
|
828 | 867 | version "2.1.28"
|
829 | 868 | resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.28.tgz#1160c4757eab2c5363888e005273ecf79d2a0ecd"
|
|
0 commit comments