File tree 1 file changed +23
-3
lines changed
cumulus/scripts/generate_genesis_values
1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -295,9 +295,11 @@ minimalistic-crypto-utils@^1.0.1:
295
295
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
296
296
297
297
node-fetch@^2.6.1 :
298
- version "2.6.1"
299
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
300
- integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
298
+ version "2.6.7"
299
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
300
+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
301
+ dependencies :
302
+ whatwg-url "^5.0.0"
301
303
302
304
readable-stream@^3.6.0 :
303
305
version "3.6.0"
@@ -346,6 +348,11 @@ string_decoder@^1.1.1:
346
348
dependencies :
347
349
safe-buffer "~5.2.0"
348
350
351
+ tr46@~0.0.3 :
352
+ version "0.0.3"
353
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
354
+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
355
+
349
356
tweetnacl@^1.0.3 :
350
357
version "1.0.3"
351
358
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-1.0.3.tgz#ac0af71680458d8a6378d0d0d050ab1407d35596"
@@ -356,6 +363,19 @@ util-deprecate@^1.0.1:
356
363
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
357
364
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
358
365
366
+ webidl-conversions@^3.0.0 :
367
+ version "3.0.1"
368
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
369
+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
370
+
371
+ whatwg-url@^5.0.0 :
372
+ version "5.0.0"
373
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
374
+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
375
+ dependencies :
376
+ tr46 "~0.0.3"
377
+ webidl-conversions "^3.0.0"
378
+
359
379
xxhashjs@^0.2.2 :
360
380
version "0.2.2"
361
381
resolved "https://registry.yarnpkg.com/xxhashjs/-/xxhashjs-0.2.2.tgz#8a6251567621a1c46a5ae204da0249c7f8caa9d8"
You can’t perform that action at this time.
0 commit comments