@@ -2042,6 +2042,11 @@ dashdash@^1.12.0:
20422042 dependencies :
20432043 assert-plus "^1.0.0"
20442044
2045+ data-uri-to-buffer@^4.0.0 :
2046+ version "4.0.1"
2047+ resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
2048+ integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
2049+
20452050data-urls@^1.0.0 :
20462051 version "1.1.0"
20472052 resolved "https://registry.npmjs.org/data-urls/-/data-urls-1.1.0.tgz#15ee0582baa5e22bb59c77140da8f9c76963bbfe"
@@ -3048,6 +3053,14 @@ fb-watchman@^2.0.0:
30483053 dependencies :
30493054 bser "^2.0.0"
30503055
3056+ fetch-blob@^3.1.2, fetch-blob@^3.1.4 :
3057+ version "3.2.0"
3058+ resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
3059+ integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
3060+ dependencies :
3061+ node-domexception "^1.0.0"
3062+ web-streams-polyfill "^3.0.3"
3063+
30513064figgy-pudding@^3.4.1, figgy-pudding@^3.5.1 :
30523065 version "3.5.1"
30533066 resolved "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790"
@@ -3182,6 +3195,13 @@ form-data@~2.3.2:
31823195 combined-stream "^1.0.6"
31833196 mime-types "^2.1.12"
31843197
3198+ formdata-polyfill@^4.0.10 :
3199+ version "4.0.10"
3200+ resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
3201+ integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
3202+ dependencies :
3203+ fetch-blob "^3.1.2"
3204+
31853205fragment-cache@^0.2.1 :
31863206 version "0.2.1"
31873207 resolved "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
@@ -5875,6 +5895,11 @@ nice-try@^1.0.4:
58755895 resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
58765896 integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
58775897
5898+ node-domexception@^1.0.0 :
5899+ version "1.0.0"
5900+ resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
5901+ integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
5902+
58785903[email protected] , node-emoji@^1.4.1:
58795904 version "1.10.0"
58805905 resolved "https://registry.npmjs.org/node-emoji/-/node-emoji-1.10.0.tgz#8886abd25d9c7bb61802a658523d1f8d2a89b2da"
@@ -5891,12 +5916,14 @@ node-fetch-npm@^2.0.2:
58915916 json-parse-better-errors "^1.0.0"
58925917 safe-buffer "^5.1.1"
58935918
5894- node-fetch@2.6.9 :
5895- version "2.6.9 "
5896- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.9. tgz#7c7f744b5cc6eb5fd404e0c7a9fec630a55657e6 "
5897- integrity sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg ==
5919+ node-fetch@3.2.10 :
5920+ version "3.2.10 "
5921+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.10. tgz#e8347f94b54ae18b57c9c049ef641cef398a85c8 "
5922+ integrity sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA ==
58985923 dependencies :
5899- whatwg-url "^5.0.0"
5924+ data-uri-to-buffer "^4.0.0"
5925+ fetch-blob "^3.1.4"
5926+ formdata-polyfill "^4.0.10"
59005927
59015928node-fetch@^2.3.0 :
59025929 version "2.6.0"
@@ -8447,11 +8474,6 @@ tr46@^1.0.1:
84478474 dependencies :
84488475 punycode "^2.1.0"
84498476
8450- tr46@~0.0.3 :
8451- version "0.0.3"
8452- resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
8453- integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
8454-
84558477traverse@~0.6.6 :
84568478 version "0.6.6"
84578479 resolved "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -8757,10 +8779,10 @@ wcwidth@^1.0.0:
87578779 dependencies :
87588780 defaults "^1.0.3"
87598781
8760- webidl-conversions @^3.0.0 :
8761- version "3.0 .1"
8762- resolved "https://registry.yarnpkg.com/webidl-conversions /-/webidl-conversions-3.0 .1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871 "
8763- integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE =
8782+ web-streams-polyfill @^3.0.3 :
8783+ version "3.2 .1"
8784+ resolved "https://registry.yarnpkg.com/web-streams-polyfill /-/web-streams-polyfill-3.2 .1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6 "
8785+ integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q= =
87648786
87658787webidl-conversions@^4.0.2 :
87668788 version "4.0.2"
@@ -8779,14 +8801,6 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
87798801 resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
87808802 integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
87818803
8782- whatwg-url@^5.0.0 :
8783- version "5.0.0"
8784- resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
8785- integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
8786- dependencies :
8787- tr46 "~0.0.3"
8788- webidl-conversions "^3.0.0"
8789-
87908804whatwg-url@^6.4.1 :
87918805 version "6.5.0"
87928806 resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"
0 commit comments