@@ -355,6 +355,11 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
355
355
shebang-command "^2.0.0"
356
356
which "^2.0.1"
357
357
358
+ data-uri-to-buffer@^4.0.0 :
359
+ version "4.0.1"
360
+ resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
361
+ integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
362
+
358
363
data-view-buffer@^1.0.1 :
359
364
version "1.0.1"
360
365
resolved "https://registry.yarnpkg.com/data-view-buffer/-/data-view-buffer-1.0.1.tgz#8ea6326efec17a2e42620696e671d7d5a8bc66b2"
@@ -772,6 +777,14 @@ fastq@^1.6.0:
772
777
dependencies :
773
778
reusify "^1.0.4"
774
779
780
+ fetch-blob@^3.1.2, fetch-blob@^3.1.4 :
781
+ version "3.2.0"
782
+ resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
783
+ integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
784
+ dependencies :
785
+ node-domexception "^1.0.0"
786
+ web-streams-polyfill "^3.0.3"
787
+
775
788
file-entry-cache@^8.0.0 :
776
789
version "8.0.0"
777
790
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
@@ -814,6 +827,13 @@ for-each@^0.3.3:
814
827
dependencies :
815
828
is-callable "^1.1.3"
816
829
830
+ formdata-polyfill@^4.0.10 :
831
+ version "4.0.10"
832
+ resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
833
+ integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
834
+ dependencies :
835
+ fetch-blob "^3.1.2"
836
+
817
837
function-bind@^1.1.2 :
818
838
version "1.1.2"
819
839
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
@@ -1287,12 +1307,19 @@ natural-compare@^1.4.0:
1287
1307
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
1288
1308
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
1289
1309
1290
- node-fetch@^2 :
1291
- version "2.6.12"
1292
- resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz"
1293
- integrity sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==
1310
+ node-domexception@^1.0.0 :
1311
+ version "1.0.0"
1312
+ resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
1313
+ integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
1314
+
1315
+ node-fetch@^3.0.0 :
1316
+ version "3.3.2"
1317
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2.tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b"
1318
+ integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==
1294
1319
dependencies :
1295
- whatwg-url "^5.0.0"
1320
+ data-uri-to-buffer "^4.0.0"
1321
+ fetch-blob "^3.1.4"
1322
+ formdata-polyfill "^4.0.10"
1296
1323
1297
1324
npm-run-path@^5.1.0 :
1298
1325
version "5.1.0"
@@ -1787,11 +1814,6 @@ to-regex-range@^5.0.1:
1787
1814
dependencies :
1788
1815
is-number "^7.0.0"
1789
1816
1790
- tr46@~0.0.3 :
1791
- version "0.0.3"
1792
- resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
1793
- integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
1794
-
1795
1817
tsconfig-paths@^3.15.0 :
1796
1818
version "3.15.0"
1797
1819
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
@@ -1880,18 +1902,10 @@ utils-merge@1.x.x:
1880
1902
resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz"
1881
1903
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
1882
1904
1883
- webidl-conversions@^3.0.0 :
1884
- version "3.0.1"
1885
- resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
1886
- integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
1887
-
1888
- whatwg-url@^5.0.0 :
1889
- version "5.0.0"
1890
- resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz"
1891
- integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
1892
- dependencies :
1893
- tr46 "~0.0.3"
1894
- webidl-conversions "^3.0.0"
1905
+ web-streams-polyfill@^3.0.3 :
1906
+ version "3.3.3"
1907
+ resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz#2073b91a2fdb1fbfbd401e7de0ac9f8214cecb4b"
1908
+ integrity sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==
1895
1909
1896
1910
which-boxed-primitive@^1.0.2 :
1897
1911
version "1.0.2"
0 commit comments