@@ -2677,6 +2677,11 @@ damerau-levenshtein@^1.0.8:
26772677 resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#b43d286ccbd36bc5b2f7ed41caf2d0aba1f8a6e7"
26782678 integrity sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==
26792679
2680+ data-uri-to-buffer@^4.0.0 :
2681+ version "4.0.1"
2682+ resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
2683+ integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
2684+
2680268526812686 version "2.6.9"
26822687 resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
@@ -3430,6 +3435,14 @@ fb-watchman@^2.0.0:
34303435 dependencies :
34313436 bser "2.1.1"
34323437
3438+ fetch-blob@^3.1.2, fetch-blob@^3.1.4 :
3439+ version "3.2.0"
3440+ resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
3441+ integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
3442+ dependencies :
3443+ node-domexception "^1.0.0"
3444+ web-streams-polyfill "^3.0.3"
3445+
34333446file-entry-cache@^6.0.1 :
34343447 version "6.0.1"
34353448 resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz"
@@ -3519,6 +3532,13 @@ form-data@^4.0.0:
35193532 combined-stream "^1.0.8"
35203533 mime-types "^2.1.12"
35213534
3535+ formdata-polyfill@^4.0.10 :
3536+ version "4.0.10"
3537+ resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
3538+ integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
3539+ dependencies :
3540+ fetch-blob "^3.1.2"
3541+
35223542formidable@^2.1.2 :
35233543 version "2.1.2"
35243544 resolved "https://registry.yarnpkg.com/formidable/-/formidable-2.1.2.tgz#fa973a2bec150e4ce7cac15589d7a25fc30ebd89"
@@ -4993,13 +5013,27 @@ no-case@^3.0.4:
49935013 lower-case "^2.0.2"
49945014 tslib "^2.0.3"
49955015
4996- node-fetch@^2.6.1, node-fetch@^2.6.7 :
5016+ node-domexception@^1.0.0 :
5017+ version "1.0.0"
5018+ resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
5019+ integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
5020+
5021+ node-fetch@^2.6.7 :
49975022 version "2.6.7"
49985023 resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
49995024 integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
50005025 dependencies :
50015026 whatwg-url "^5.0.0"
50025027
5028+ node-fetch@^3.3.1 :
5029+ version "3.3.1"
5030+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.1.tgz#b3eea7b54b3a48020e46f4f88b9c5a7430d20b2e"
5031+ integrity sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==
5032+ dependencies :
5033+ data-uri-to-buffer "^4.0.0"
5034+ fetch-blob "^3.1.4"
5035+ formdata-polyfill "^4.0.10"
5036+
50035037node-forge@^1 :
50045038 version "1.3.1"
50055039 resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3"
@@ -6430,6 +6464,11 @@ wcwidth@^1.0.1:
64306464 dependencies :
64316465 defaults "^1.0.3"
64326466
6467+ web-streams-polyfill@^3.0.3 :
6468+ version "3.2.1"
6469+ resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
6470+ integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
6471+
64336472webidl-conversions@^3.0.0 :
64346473 version "3.0.1"
64356474 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
0 commit comments