@@ -4779,6 +4779,11 @@ dashdash@^1.12.0:
4779
4779
dependencies :
4780
4780
assert-plus "^1.0.0"
4781
4781
4782
+ data-uri-to-buffer@^4.0.0 :
4783
+ version "4.0.1"
4784
+ resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
4785
+ integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
4786
+
4782
4787
data-urls@^3.0.2 :
4783
4788
version "3.0.2"
4784
4789
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-3.0.2.tgz#9cf24a477ae22bcef5cd5f6f0bfbc1d2d3be9143"
@@ -5727,6 +5732,14 @@ fb-watchman@^2.0.0:
5727
5732
dependencies :
5728
5733
bser "2.1.1"
5729
5734
5735
+ fetch-blob@^3.1.2, fetch-blob@^3.1.4 :
5736
+ version "3.2.0"
5737
+ resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
5738
+ integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
5739
+ dependencies :
5740
+ node-domexception "^1.0.0"
5741
+ web-streams-polyfill "^3.0.3"
5742
+
5730
5743
figures@^1.7.0 :
5731
5744
version "1.7.0"
5732
5745
resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e"
@@ -5860,6 +5873,13 @@ form-data@~2.3.2:
5860
5873
combined-stream "^1.0.6"
5861
5874
mime-types "^2.1.12"
5862
5875
5876
+ formdata-polyfill@^4.0.10 :
5877
+ version "4.0.10"
5878
+ resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
5879
+ integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
5880
+ dependencies :
5881
+ fetch-blob "^3.1.2"
5882
+
5863
5883
5864
5884
version "0.2.0"
5865
5885
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
@@ -7922,11 +7942,19 @@ no-case@^3.0.4:
7922
7942
lower-case "^2.0.2"
7923
7943
tslib "^2.0.3"
7924
7944
7925
- node-fetch@^2.6.1 :
7926
- version "2.6.7"
7927
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
7945
+ node-domexception@^1.0.0 :
7946
+ version "1.0.0"
7947
+ resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
7948
+ integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
7949
+
7950
+ node-fetch@^3.3.0 :
7951
+ version "3.3.0"
7952
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.0.tgz#37e71db4ecc257057af828d523a7243d651d91e4"
7953
+ integrity sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==
7928
7954
dependencies :
7929
- whatwg-url "^5.0.0"
7955
+ data-uri-to-buffer "^4.0.0"
7956
+ fetch-blob "^3.1.4"
7957
+ formdata-polyfill "^4.0.10"
7930
7958
7931
7959
node-forge@^1.2.0 :
7932
7960
version "1.2.1"
@@ -10775,10 +10803,6 @@ tr46@^3.0.0:
10775
10803
dependencies :
10776
10804
punycode "^2.1.1"
10777
10805
10778
- tr46@~0.0.3 :
10779
- version "0.0.3"
10780
- resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
10781
-
10782
10806
trim-newlines@^3.0.0 :
10783
10807
version "3.0.1"
10784
10808
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
@@ -11108,9 +11132,10 @@ wcwidth@^1.0.1:
11108
11132
dependencies :
11109
11133
defaults "^1.0.3"
11110
11134
11111
- webidl-conversions@^3.0.0 :
11112
- version "3.0.1"
11113
- resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
11135
+ web-streams-polyfill@^3.0.3 :
11136
+ version "3.2.1"
11137
+ resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
11138
+ integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
11114
11139
11115
11140
webidl-conversions@^7.0.0 :
11116
11141
version "7.0.0"
@@ -11258,13 +11283,6 @@ whatwg-url@^11.0.0:
11258
11283
tr46 "^3.0.0"
11259
11284
webidl-conversions "^7.0.0"
11260
11285
11261
- whatwg-url@^5.0.0 :
11262
- version "5.0.0"
11263
- resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
11264
- dependencies :
11265
- tr46 "~0.0.3"
11266
- webidl-conversions "^3.0.0"
11267
-
11268
11286
which-boxed-primitive@^1.0.2 :
11269
11287
version "1.0.2"
11270
11288
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
0 commit comments