@@ -4822,6 +4822,11 @@ dashdash@^1.12.0:
4822
4822
dependencies :
4823
4823
assert-plus "^1.0.0"
4824
4824
4825
+ data-uri-to-buffer@^4.0.0 :
4826
+ version "4.0.1"
4827
+ resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
4828
+ integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
4829
+
4825
4830
data-urls@^3.0.2 :
4826
4831
version "3.0.2"
4827
4832
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-3.0.2.tgz#9cf24a477ae22bcef5cd5f6f0bfbc1d2d3be9143"
@@ -5774,6 +5779,14 @@ fb-watchman@^2.0.0:
5774
5779
dependencies :
5775
5780
bser "2.1.1"
5776
5781
5782
+ fetch-blob@^3.1.2, fetch-blob@^3.1.4 :
5783
+ version "3.2.0"
5784
+ resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
5785
+ integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
5786
+ dependencies :
5787
+ node-domexception "^1.0.0"
5788
+ web-streams-polyfill "^3.0.3"
5789
+
5777
5790
figures@^1.7.0 :
5778
5791
version "1.7.0"
5779
5792
resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e"
@@ -5902,6 +5915,13 @@ form-data@~2.3.2:
5902
5915
combined-stream "^1.0.6"
5903
5916
mime-types "^2.1.12"
5904
5917
5918
+ formdata-polyfill@^4.0.10 :
5919
+ version "4.0.10"
5920
+ resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
5921
+ integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
5922
+ dependencies :
5923
+ fetch-blob "^3.1.2"
5924
+
5905
5925
5906
5926
version "0.2.0"
5907
5927
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
@@ -8006,11 +8026,19 @@ no-case@^3.0.4:
8006
8026
lower-case "^2.0.2"
8007
8027
tslib "^2.0.3"
8008
8028
8009
- node-fetch@^2.6.1 :
8010
- version "2.6.7"
8011
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
8029
+ node-domexception@^1.0.0 :
8030
+ version "1.0.0"
8031
+ resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
8032
+ integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
8033
+
8034
+ node-fetch@^3.3.0 :
8035
+ version "3.3.0"
8036
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.0.tgz#37e71db4ecc257057af828d523a7243d651d91e4"
8037
+ integrity sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==
8012
8038
dependencies :
8013
- whatwg-url "^5.0.0"
8039
+ data-uri-to-buffer "^4.0.0"
8040
+ fetch-blob "^3.1.4"
8041
+ formdata-polyfill "^4.0.10"
8014
8042
8015
8043
node-forge@^1.2.0 :
8016
8044
version "1.2.1"
@@ -10873,10 +10901,6 @@ tr46@^3.0.0:
10873
10901
dependencies :
10874
10902
punycode "^2.1.1"
10875
10903
10876
- tr46@~0.0.3 :
10877
- version "0.0.3"
10878
- resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
10879
-
10880
10904
trim-newlines@^3.0.0 :
10881
10905
version "3.0.1"
10882
10906
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
@@ -11214,9 +11238,10 @@ wcwidth@^1.0.1:
11214
11238
dependencies :
11215
11239
defaults "^1.0.3"
11216
11240
11217
- webidl-conversions@^3.0.0 :
11218
- version "3.0.1"
11219
- resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
11241
+ web-streams-polyfill@^3.0.3 :
11242
+ version "3.2.1"
11243
+ resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
11244
+ integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
11220
11245
11221
11246
webidl-conversions@^7.0.0 :
11222
11247
version "7.0.0"
@@ -11364,13 +11389,6 @@ whatwg-url@^11.0.0:
11364
11389
tr46 "^3.0.0"
11365
11390
webidl-conversions "^7.0.0"
11366
11391
11367
- whatwg-url@^5.0.0 :
11368
- version "5.0.0"
11369
- resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
11370
- dependencies :
11371
- tr46 "~0.0.3"
11372
- webidl-conversions "^3.0.0"
11373
-
11374
11392
which-boxed-primitive@^1.0.2 :
11375
11393
version "1.0.2"
11376
11394
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
0 commit comments