@@ -4821,6 +4821,11 @@ dashdash@^1.12.0:
48214821 dependencies :
48224822 assert-plus "^1.0.0"
48234823
4824+ data-uri-to-buffer@^4.0.0 :
4825+ version "4.0.1"
4826+ resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
4827+ integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
4828+
48244829data-urls@^3.0.2 :
48254830 version "3.0.2"
48264831 resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-3.0.2.tgz#9cf24a477ae22bcef5cd5f6f0bfbc1d2d3be9143"
@@ -5781,6 +5786,14 @@ fb-watchman@^2.0.0:
57815786 dependencies :
57825787 bser "2.1.1"
57835788
5789+ fetch-blob@^3.1.2, fetch-blob@^3.1.4 :
5790+ version "3.2.0"
5791+ resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
5792+ integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
5793+ dependencies :
5794+ node-domexception "^1.0.0"
5795+ web-streams-polyfill "^3.0.3"
5796+
57845797figures@^1.7.0 :
57855798 version "1.7.0"
57865799 resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e"
@@ -5914,6 +5927,13 @@ form-data@~2.3.2:
59145927 combined-stream "^1.0.6"
59155928 mime-types "^2.1.12"
59165929
5930+ formdata-polyfill@^4.0.10 :
5931+ version "4.0.10"
5932+ resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
5933+ integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
5934+ dependencies :
5935+ fetch-blob "^3.1.2"
5936+
59175937forwarded@0.2.0 :
59185938 version "0.2.0"
59195939 resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
@@ -8001,12 +8021,26 @@ no-case@^3.0.4:
80018021 lower-case "^2.0.2"
80028022 tslib "^2.0.3"
80038023
8004- node-fetch@^2.6.1, node-fetch@^2.6.7 :
8024+ node-domexception@^1.0.0 :
8025+ version "1.0.0"
8026+ resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
8027+ integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
8028+
8029+ node-fetch@^2.6.7 :
80058030 version "2.6.7"
80068031 resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
80078032 dependencies :
80088033 whatwg-url "^5.0.0"
80098034
8035+ node-fetch@^3.3.0 :
8036+ version "3.3.0"
8037+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.0.tgz#37e71db4ecc257057af828d523a7243d651d91e4"
8038+ integrity sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==
8039+ dependencies :
8040+ data-uri-to-buffer "^4.0.0"
8041+ fetch-blob "^3.1.4"
8042+ formdata-polyfill "^4.0.10"
8043+
80108044node-forge@^1.2.0 :
80118045 version "1.2.1"
80128046 resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c"
@@ -11223,6 +11257,11 @@ wcwidth@^1.0.1:
1122311257 dependencies :
1122411258 defaults "^1.0.3"
1122511259
11260+ web-streams-polyfill@^3.0.3 :
11261+ version "3.2.1"
11262+ resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
11263+ integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
11264+
1122611265webidl-conversions@^3.0.0 :
1122711266 version "3.0.1"
1122811267 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
0 commit comments