Skip to content

Commit 77ae936

Browse files
Bump node-fetch from 2.6.1 to 2.6.7 in /scripts/generate_genesis_values (paritytech#945)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 21fb519 commit 77ae936

File tree

1 file changed

+23
-3
lines changed
  • cumulus/scripts/generate_genesis_values

1 file changed

+23
-3
lines changed

cumulus/scripts/generate_genesis_values/yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,11 @@ minimalistic-crypto-utils@^1.0.1:
295295
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
296296

297297
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"
301303

302304
readable-stream@^3.6.0:
303305
version "3.6.0"
@@ -346,6 +348,11 @@ string_decoder@^1.1.1:
346348
dependencies:
347349
safe-buffer "~5.2.0"
348350

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+
349356
tweetnacl@^1.0.3:
350357
version "1.0.3"
351358
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-1.0.3.tgz#ac0af71680458d8a6378d0d0d050ab1407d35596"
@@ -356,6 +363,19 @@ util-deprecate@^1.0.1:
356363
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
357364
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
358365

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+
359379
xxhashjs@^0.2.2:
360380
version "0.2.2"
361381
resolved "https://registry.yarnpkg.com/xxhashjs/-/xxhashjs-0.2.2.tgz#8a6251567621a1c46a5ae204da0249c7f8caa9d8"

0 commit comments

Comments
 (0)