@@ -2286,6 +2286,11 @@ currency-symbol-map@~2:
2286
2286
resolved "https://registry.npmjs.org/currency-symbol-map/-/currency-symbol-map-2.2.0.tgz"
2287
2287
integrity sha1-KzwYcv8aws5ZXYJz5Y4f/wJyrqI=
2288
2288
2289
+ data-uri-to-buffer@^4.0.0 :
2290
+ version "4.0.1"
2291
+ resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
2292
+ integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
2293
+
2289
2294
data-urls@^2.0.0 :
2290
2295
version "2.0.0"
2291
2296
resolved "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz"
@@ -3048,6 +3053,14 @@ fb-watchman@^2.0.0:
3048
3053
dependencies :
3049
3054
bser "2.1.1"
3050
3055
3056
+ fetch-blob@^3.1.2, fetch-blob@^3.1.4 :
3057
+ version "3.2.0"
3058
+ resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
3059
+ integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
3060
+ dependencies :
3061
+ node-domexception "^1.0.0"
3062
+ web-streams-polyfill "^3.0.3"
3063
+
3051
3064
file-entry-cache@^6.0.1 :
3052
3065
version "6.0.1"
3053
3066
resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz"
@@ -3148,6 +3161,13 @@ form-data@^4.0.0:
3148
3161
combined-stream "^1.0.8"
3149
3162
mime-types "^2.1.12"
3150
3163
3164
+ formdata-polyfill@^4.0.10 :
3165
+ version "4.0.10"
3166
+ resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
3167
+ integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
3168
+ dependencies :
3169
+ fetch-blob "^3.1.2"
3170
+
3151
3171
formidable@^2.1.2 :
3152
3172
version "2.1.2"
3153
3173
resolved "https://registry.yarnpkg.com/formidable/-/formidable-2.1.2.tgz#fa973a2bec150e4ce7cac15589d7a25fc30ebd89"
@@ -4591,6 +4611,11 @@ node-addon-api@^2.0.0:
4591
4611
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-2.0.2.tgz"
4592
4612
integrity sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==
4593
4613
4614
+ node-domexception@^1.0.0 :
4615
+ version "1.0.0"
4616
+ resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
4617
+ integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
4618
+
4594
4619
node-environment-flags@1.0.5 :
4595
4620
version "1.0.5"
4596
4621
resolved "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.5.tgz"
@@ -4599,12 +4624,14 @@ node-environment-flags@1.0.5:
4599
4624
object.getownpropertydescriptors "^2.0.3"
4600
4625
semver "^5.7.0"
4601
4626
4602
- node-fetch@2 :
4603
- version "2.6.7 "
4604
- resolved "https://registry.npmjs.org /node-fetch/-/node-fetch-2.6.7 .tgz"
4605
- integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ ==
4627
+ node-fetch@3.3. 2 :
4628
+ version "3.3.2 "
4629
+ resolved "https://registry.yarnpkg.com /node-fetch/-/node-fetch-3.3.2 .tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b "
4630
+ integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA ==
4606
4631
dependencies :
4607
- whatwg-url "^5.0.0"
4632
+ data-uri-to-buffer "^4.0.0"
4633
+ fetch-blob "^3.1.4"
4634
+ formdata-polyfill "^4.0.10"
4608
4635
4609
4636
node-gyp-build@^4.2.0 :
4610
4637
version "4.3.0"
@@ -5671,11 +5698,6 @@ tr46@^2.1.0:
5671
5698
dependencies :
5672
5699
punycode "^2.1.1"
5673
5700
5674
- tr46@~0.0.3 :
5675
- version "0.0.3"
5676
- resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
5677
- integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5678
-
5679
5701
ts-api-utils@^1.0.1 :
5680
5702
version "1.0.1"
5681
5703
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
@@ -5905,6 +5927,11 @@ walker@^1.0.7:
5905
5927
dependencies :
5906
5928
makeerror "1.0.12"
5907
5929
5930
+ web-streams-polyfill@^3.0.3 :
5931
+ version "3.3.3"
5932
+ resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz#2073b91a2fdb1fbfbd401e7de0ac9f8214cecb4b"
5933
+ integrity sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==
5934
+
5908
5935
web3-eth-abi@1.3.6 :
5909
5936
version "1.3.6"
5910
5937
resolved "https://registry.npmjs.org/web3-eth-abi/-/web3-eth-abi-1.3.6.tgz"
@@ -5928,11 +5955,6 @@ web3-utils@1.3.6:
5928
5955
underscore "1.12.1"
5929
5956
utf8 "3.0.0"
5930
5957
5931
- webidl-conversions@^3.0.0 :
5932
- version "3.0.1"
5933
- resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
5934
- integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5935
-
5936
5958
webidl-conversions@^5.0.0 :
5937
5959
version "5.0.0"
5938
5960
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz"
@@ -5955,14 +5977,6 @@ whatwg-mimetype@^2.3.0:
5955
5977
resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz"
5956
5978
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
5957
5979
5958
- whatwg-url@^5.0.0 :
5959
- version "5.0.0"
5960
- resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz"
5961
- integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
5962
- dependencies :
5963
- tr46 "~0.0.3"
5964
- webidl-conversions "^3.0.0"
5965
-
5966
5980
whatwg-url@^8.0.0, whatwg-url@^8.5.0 :
5967
5981
version "8.7.0"
5968
5982
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz"
0 commit comments