@@ -2140,6 +2140,11 @@ dashdash@^1.12.0:
21402140 dependencies :
21412141 assert-plus "^1.0.0"
21422142
2143+ data-uri-to-buffer@^4.0.0 :
2144+ version "4.0.1"
2145+ resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
2146+ integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
2147+
21432148data-urls@^1.0.0 :
21442149 version "1.1.0"
21452150 resolved "https://registry.npmjs.org/data-urls/-/data-urls-1.1.0.tgz#15ee0582baa5e22bb59c77140da8f9c76963bbfe"
@@ -3376,6 +3381,14 @@ fb-watchman@^2.0.0:
33763381 dependencies :
33773382 bser "^2.0.0"
33783383
3384+ fetch-blob@^3.1.2, fetch-blob@^3.1.4 :
3385+ version "3.2.0"
3386+ resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
3387+ integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
3388+ dependencies :
3389+ node-domexception "^1.0.0"
3390+ web-streams-polyfill "^3.0.3"
3391+
33793392figgy-pudding@^3.4.1, figgy-pudding@^3.5.1 :
33803393 version "3.5.1"
33813394 resolved "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790"
@@ -3510,6 +3523,13 @@ form-data@~2.3.2:
35103523 combined-stream "^1.0.6"
35113524 mime-types "^2.1.12"
35123525
3526+ formdata-polyfill@^4.0.10 :
3527+ version "4.0.10"
3528+ resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
3529+ integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
3530+ dependencies :
3531+ fetch-blob "^3.1.2"
3532+
35133533fragment-cache@^0.2.1 :
35143534 version "0.2.1"
35153535 resolved "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
@@ -6422,6 +6442,11 @@ nice-try@^1.0.4:
64226442 resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
64236443 integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
64246444
6445+ node-domexception@^1.0.0 :
6446+ version "1.0.0"
6447+ resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
6448+ integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
6449+
64256450[email protected] , node-emoji@^1.4.1:
64266451 version "1.10.0"
64276452 resolved "https://registry.npmjs.org/node-emoji/-/node-emoji-1.10.0.tgz#8886abd25d9c7bb61802a658523d1f8d2a89b2da"
@@ -6438,12 +6463,14 @@ node-fetch-npm@^2.0.2:
64386463 json-parse-better-errors "^1.0.0"
64396464 safe-buffer "^5.1.1"
64406465
6441- node-fetch@2.6.13 :
6442- version "2.6.13 "
6443- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.13 .tgz#a20acbbec73c2e09f9007de5cda17104122e0010 "
6444- integrity sha512-StxNAxh15zr77QvvkmveSQ8uCQ4+v5FkvNTj0OESmiHu+VRi/gXArXtkWMElOsOUNLtUEvI4yS+rdtOHZTwlQA ==
6466+ node-fetch@3.3.2 :
6467+ version "3.3.2 "
6468+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2 .tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b "
6469+ integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA ==
64456470 dependencies :
6446- whatwg-url "^5.0.0"
6471+ data-uri-to-buffer "^4.0.0"
6472+ fetch-blob "^3.1.4"
6473+ formdata-polyfill "^4.0.10"
64476474
64486475node-fetch@^2.3.0 :
64496476 version "2.6.0"
@@ -9237,11 +9264,6 @@ tr46@^1.0.1:
92379264 dependencies :
92389265 punycode "^2.1.0"
92399266
9240- tr46@~0.0.3 :
9241- version "0.0.3"
9242- resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
9243- integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
9244-
92459267traverse@~0.6.6 :
92469268 version "0.6.6"
92479269 resolved "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -9630,10 +9652,10 @@ wcwidth@^1.0.0:
96309652 dependencies :
96319653 defaults "^1.0.3"
96329654
9633- webidl-conversions @^3.0.0 :
9634- version "3.0.1 "
9635- resolved "https://registry.yarnpkg.com/webidl-conversions /-/webidl-conversions-3.0.1 .tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871 "
9636- integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE =
9655+ web-streams-polyfill @^3.0.3 :
9656+ version "3.3.3 "
9657+ resolved "https://registry.yarnpkg.com/web-streams-polyfill /-/web-streams-polyfill-3.3.3 .tgz#2073b91a2fdb1fbfbd401e7de0ac9f8214cecb4b "
9658+ integrity sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw= =
96379659
96389660webidl-conversions@^4.0.2 :
96399661 version "4.0.2"
@@ -9652,14 +9674,6 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
96529674 resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
96539675 integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
96549676
9655- whatwg-url@^5.0.0 :
9656- version "5.0.0"
9657- resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
9658- integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
9659- dependencies :
9660- tr46 "~0.0.3"
9661- webidl-conversions "^3.0.0"
9662-
96639677whatwg-url@^6.4.1 :
96649678 version "6.5.0"
96659679 resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"
0 commit comments