@@ -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"
@@ -4988,13 +5008,27 @@ no-case@^3.0.4:
49885008 lower-case "^2.0.2"
49895009 tslib "^2.0.3"
49905010
4991- node-fetch@^2.6.1, node-fetch@^2.6.7 :
5011+ node-domexception@^1.0.0 :
5012+ version "1.0.0"
5013+ resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
5014+ integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
5015+
5016+ node-fetch@^2.6.7 :
49925017 version "2.6.7"
49935018 resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
49945019 integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
49955020 dependencies :
49965021 whatwg-url "^5.0.0"
49975022
5023+ node-fetch@^3.3.1 :
5024+ version "3.3.1"
5025+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.1.tgz#b3eea7b54b3a48020e46f4f88b9c5a7430d20b2e"
5026+ integrity sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==
5027+ dependencies :
5028+ data-uri-to-buffer "^4.0.0"
5029+ fetch-blob "^3.1.4"
5030+ formdata-polyfill "^4.0.10"
5031+
49985032node-forge@^1 :
49995033 version "1.3.1"
50005034 resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3"
@@ -6425,6 +6459,11 @@ wcwidth@^1.0.1:
64256459 dependencies :
64266460 defaults "^1.0.3"
64276461
6462+ web-streams-polyfill@^3.0.3 :
6463+ version "3.2.1"
6464+ resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
6465+ integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
6466+
64286467webidl-conversions@^3.0.0 :
64296468 version "3.0.1"
64306469 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
0 commit comments