@@ -1774,6 +1774,11 @@ d@1, d@^1.0.1:
1774
1774
es5-ext "^0.10.50"
1775
1775
type "^1.0.1"
1776
1776
1777
+ data-uri-to-buffer@^4.0.0 :
1778
+ version "4.0.0"
1779
+ resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz#b5db46aea50f6176428ac05b73be39a57701a64b"
1780
+ integrity sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==
1781
+
1777
1782
date-fns@^2.16.1 :
1778
1783
version "2.17.0"
1779
1784
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.17.0.tgz#afa55daea539239db0a64e236ce716ef3d681ba1"
@@ -2378,6 +2383,14 @@ fastq@^1.6.0:
2378
2383
dependencies :
2379
2384
reusify "^1.0.4"
2380
2385
2386
+ fetch-blob@^3.1.2, fetch-blob@^3.1.4 :
2387
+ version "3.1.5"
2388
+ resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.1.5.tgz#0077bf5f3fcdbd9d75a0b5362f77dbb743489863"
2389
+ integrity sha512-N64ZpKqoLejlrwkIAnb9iLSA3Vx/kjgzpcDhygcqJ2KKjky8nCgUQ+dzXtbrLaWZGZNmNfQTsiQ0weZ1svglHg==
2390
+ dependencies :
2391
+ node-domexception "^1.0.0"
2392
+ web-streams-polyfill "^3.0.3"
2393
+
2381
2394
figgy-pudding@^3.5.1 :
2382
2395
version "3.5.2"
2383
2396
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
@@ -2505,6 +2518,13 @@ format-specifiers@^1.0.0:
2505
2518
resolved "https://registry.yarnpkg.com/format-specifiers/-/format-specifiers-1.0.0.tgz#75df845916598b3472a6f60000284ad94ccf6f55"
2506
2519
integrity sha512-/xcmy6xn/DsR+V6flFj3E47yCbrsk70r90moAMENVkKckUPUG9CRE79S/2xajLVx1iADIoWx+1R304uMXB/riQ==
2507
2520
2521
+ formdata-polyfill@^4.0.10 :
2522
+ version "4.0.10"
2523
+ resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
2524
+ integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
2525
+ dependencies :
2526
+ fetch-blob "^3.1.2"
2527
+
2508
2528
formidable@^1.2.2 :
2509
2529
version "1.2.2"
2510
2530
resolved "https://registry.yarnpkg.com/formidable/-/formidable-1.2.2.tgz#bf69aea2972982675f00865342b982986f6b8dd9"
@@ -3992,12 +4012,19 @@ no-case@^3.0.4:
3992
4012
lower-case "^2.0.2"
3993
4013
tslib "^2.0.3"
3994
4014
3995
-
3996
- version "2.6.7"
3997
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
3998
- integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4015
+ node-domexception@^1.0.0 :
4016
+ version "1.0.0"
4017
+ resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
4018
+ integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
4019
+
4020
+
4021
+ version "3.2.4"
4022
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.4.tgz#3fbca2d8838111048232de54cb532bd3cf134947"
4023
+ integrity sha512-WvYJRN7mMyOLurFR2YpysQGuwYrJN+qrrpHjJDuKMcSPdfFccRUla/kng2mz6HWSBxJcqPbvatS6Gb4RhOzCJw==
3999
4024
dependencies :
4000
- whatwg-url "^5.0.0"
4025
+ data-uri-to-buffer "^4.0.0"
4026
+ fetch-blob "^3.1.4"
4027
+ formdata-polyfill "^4.0.10"
4001
4028
4002
4029
node-git-server@SmartBear/node-git-server#master:
4003
4030
version "0.6.1"
@@ -5425,11 +5452,6 @@ tough-cookie@^2.0.0:
5425
5452
psl "^1.1.28"
5426
5453
punycode "^2.1.1"
5427
5454
5428
- tr46@~0.0.3 :
5429
- version "0.0.3"
5430
- resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5431
- integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5432
-
5433
5455
" traverse@>=0.3.0 <0.4 " :
5434
5456
version "0.3.9"
5435
5457
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9"
@@ -5888,18 +5910,10 @@ wcwidth@^1.0.0:
5888
5910
dependencies :
5889
5911
defaults "^1.0.3"
5890
5912
5891
- webidl-conversions@^3.0.0 :
5892
- version "3.0.1"
5893
- resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5894
- integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5895
-
5896
- whatwg-url@^5.0.0 :
5897
- version "5.0.0"
5898
- resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5899
- integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
5900
- dependencies :
5901
- tr46 "~0.0.3"
5902
- webidl-conversions "^3.0.0"
5913
+ web-streams-polyfill@^3.0.3 :
5914
+ version "3.2.1"
5915
+ resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
5916
+ integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
5903
5917
5904
5918
5905
5919
version "2.0.2"
0 commit comments