@@ -1767,6 +1767,11 @@ d@1, d@^1.0.1:
1767
1767
es5-ext "^0.10.50"
1768
1768
type "^1.0.1"
1769
1769
1770
+ data-uri-to-buffer@^4.0.0 :
1771
+ version "4.0.0"
1772
+ resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz#b5db46aea50f6176428ac05b73be39a57701a64b"
1773
+ integrity sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==
1774
+
1770
1775
date-fns@^2.16.1 :
1771
1776
version "2.17.0"
1772
1777
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.17.0.tgz#afa55daea539239db0a64e236ce716ef3d681ba1"
@@ -2371,6 +2376,14 @@ fastq@^1.6.0:
2371
2376
dependencies :
2372
2377
reusify "^1.0.4"
2373
2378
2379
+ fetch-blob@^3.1.2, fetch-blob@^3.1.4 :
2380
+ version "3.1.5"
2381
+ resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.1.5.tgz#0077bf5f3fcdbd9d75a0b5362f77dbb743489863"
2382
+ integrity sha512-N64ZpKqoLejlrwkIAnb9iLSA3Vx/kjgzpcDhygcqJ2KKjky8nCgUQ+dzXtbrLaWZGZNmNfQTsiQ0weZ1svglHg==
2383
+ dependencies :
2384
+ node-domexception "^1.0.0"
2385
+ web-streams-polyfill "^3.0.3"
2386
+
2374
2387
figgy-pudding@^3.5.1 :
2375
2388
version "3.5.2"
2376
2389
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
@@ -2498,6 +2511,13 @@ format-specifiers@^1.0.0:
2498
2511
resolved "https://registry.yarnpkg.com/format-specifiers/-/format-specifiers-1.0.0.tgz#75df845916598b3472a6f60000284ad94ccf6f55"
2499
2512
integrity sha512-/xcmy6xn/DsR+V6flFj3E47yCbrsk70r90moAMENVkKckUPUG9CRE79S/2xajLVx1iADIoWx+1R304uMXB/riQ==
2500
2513
2514
+ formdata-polyfill@^4.0.10 :
2515
+ version "4.0.10"
2516
+ resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
2517
+ integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
2518
+ dependencies :
2519
+ fetch-blob "^3.1.2"
2520
+
2501
2521
formidable@^1.2.2 :
2502
2522
version "1.2.2"
2503
2523
resolved "https://registry.yarnpkg.com/formidable/-/formidable-1.2.2.tgz#bf69aea2972982675f00865342b982986f6b8dd9"
@@ -3980,12 +4000,19 @@ no-case@^3.0.4:
3980
4000
lower-case "^2.0.2"
3981
4001
tslib "^2.0.3"
3982
4002
3983
-
3984
- version "2.6.7"
3985
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
3986
- integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4003
+ node-domexception@^1.0.0 :
4004
+ version "1.0.0"
4005
+ resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
4006
+ integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
4007
+
4008
+
4009
+ version "3.2.3"
4010
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.3.tgz#a03c9cc2044d21d1a021566bd52f080f333719a6"
4011
+ integrity sha512-AXP18u4pidSZ1xYXRDPY/8jdv3RAozIt/WLNR/MBGZAz+xjtlr90RvCnsvHQRiXyWliZF/CpytExp32UU67/SA==
3987
4012
dependencies :
3988
- whatwg-url "^5.0.0"
4013
+ data-uri-to-buffer "^4.0.0"
4014
+ fetch-blob "^3.1.4"
4015
+ formdata-polyfill "^4.0.10"
3989
4016
3990
4017
node-git-server@SmartBear/node-git-server#master:
3991
4018
version "0.6.1"
@@ -5413,11 +5440,6 @@ tough-cookie@^2.0.0:
5413
5440
psl "^1.1.28"
5414
5441
punycode "^2.1.1"
5415
5442
5416
- tr46@~0.0.3 :
5417
- version "0.0.3"
5418
- resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5419
- integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5420
-
5421
5443
" traverse@>=0.3.0 <0.4 " :
5422
5444
version "0.3.9"
5423
5445
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9"
@@ -5876,18 +5898,10 @@ wcwidth@^1.0.0:
5876
5898
dependencies :
5877
5899
defaults "^1.0.3"
5878
5900
5879
- webidl-conversions@^3.0.0 :
5880
- version "3.0.1"
5881
- resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5882
- integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5883
-
5884
- whatwg-url@^5.0.0 :
5885
- version "5.0.0"
5886
- resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5887
- integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
5888
- dependencies :
5889
- tr46 "~0.0.3"
5890
- webidl-conversions "^3.0.0"
5901
+ web-streams-polyfill@^3.0.3 :
5902
+ version "3.2.0"
5903
+ resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz#a6b74026b38e4885869fb5c589e90b95ccfc7965"
5904
+ integrity sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA==
5891
5905
5892
5906
5893
5907
version "2.0.2"
0 commit comments