@@ -3472,6 +3472,11 @@ dashdash@^1.12.0:
34723472 dependencies :
34733473 assert-plus "^1.0.0"
34743474
3475+ data-uri-to-buffer@^4.0.0 :
3476+ version "4.0.0"
3477+ resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz#b5db46aea50f6176428ac05b73be39a57701a64b"
3478+ integrity sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==
3479+
34753480date-fns@^1.29.0, date-fns@^1.30.1 :
34763481 version "1.30.1"
34773482 resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
@@ -4666,6 +4671,14 @@ fastq@^1.6.0:
46664671 dependencies :
46674672 reusify "^1.0.0"
46684673
4674+ fetch-blob@^3.1.2, fetch-blob@^3.1.4 :
4675+ version "3.2.0"
4676+ resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
4677+ integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
4678+ dependencies :
4679+ node-domexception "^1.0.0"
4680+ web-streams-polyfill "^3.0.3"
4681+
46694682figgy-pudding@^3.4.1, figgy-pudding@^3.5.1 :
46704683 version "3.5.2"
46714684 resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
@@ -4900,6 +4913,13 @@ formatio@1.2.0:
49004913 dependencies :
49014914 samsam "1.x"
49024915
4916+ formdata-polyfill@^4.0.10 :
4917+ version "4.0.10"
4918+ resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
4919+ integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
4920+ dependencies :
4921+ fetch-blob "^3.1.2"
4922+
49034923fragment-cache@^0.2.1 :
49044924 version "0.2.1"
49054925 resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
@@ -7544,6 +7564,11 @@ nock@^9.2.3, nock@^9.2.5, nock@^9.3.3, nock@^9.6.1:
75447564 qs "^6.5.1"
75457565 semver "^5.5.0"
75467566
7567+ node-domexception@^1.0.0 :
7568+ version "1.0.0"
7569+ resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
7570+ integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
7571+
75477572node-fetch-npm@^2.0.2 :
75487573 version "2.0.2"
75497574 resolved "https://registry.yarnpkg.com/node-fetch-npm/-/node-fetch-npm-2.0.2.tgz#7258c9046182dca345b4208eda918daf33697ff7"
@@ -7553,11 +7578,20 @@ node-fetch-npm@^2.0.2:
75537578 json-parse-better-errors "^1.0.0"
75547579 safe-buffer "^5.1.1"
75557580
7556- node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.1 :
7581+ node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.5.0 :
75577582 version "2.6.1"
75587583 resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
75597584 integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
75607585
7586+ node-fetch@^3.2.10 :
7587+ version "3.2.10"
7588+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.10.tgz#e8347f94b54ae18b57c9c049ef641cef398a85c8"
7589+ integrity sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==
7590+ dependencies :
7591+ data-uri-to-buffer "^4.0.0"
7592+ fetch-blob "^3.1.4"
7593+ formdata-polyfill "^4.0.10"
7594+
75617595node-forge@1.3.0 :
75627596 version "1.3.0"
75637597 resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.0.tgz#37a874ea723855f37db091e6c186e5b67a01d4b2"
@@ -10785,6 +10819,11 @@ wcwidth@^1.0.0:
1078510819 dependencies :
1078610820 defaults "^1.0.3"
1078710821
10822+ web-streams-polyfill@^3.0.3 :
10823+ version "3.2.1"
10824+ resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
10825+ integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
10826+
1078810827webidl-conversions@^4.0.2 :
1078910828 version "4.0.2"
1079010829 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
0 commit comments