Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 8af696e

Browse files
Bump elliptic from 6.5.2 to 6.5.4 in /tutorials/eth/lifecycle
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.2...v6.5.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa80fb6 commit 8af696e

File tree

2 files changed

+31
-24
lines changed

2 files changed

+31
-24
lines changed

tutorials/eth/lifecycle/package-lock.json

+16-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tutorials/eth/lifecycle/yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -2000,9 +2000,9 @@ bluebird@^3.5.5:
20002000
version "3.7.2"
20012001
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
20022002

2003-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
2004-
version "4.11.9"
2005-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
2003+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9:
2004+
version "4.12.0"
2005+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
20062006

20072007
20082008
version "1.19.0"
@@ -2056,7 +2056,7 @@ braces@^2.3.1, braces@^2.3.2:
20562056
split-string "^3.0.2"
20572057
to-regex "^3.0.1"
20582058

2059-
brorand@^1.0.1:
2059+
brorand@^1.0.1, brorand@^1.1.0:
20602060
version "1.1.0"
20612061
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
20622062

@@ -3223,16 +3223,16 @@ electron-to-chromium@^1.3.317:
32233223
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.322.tgz#a6f7e1c79025c2b05838e8e344f6e89eb83213a8"
32243224

32253225
elliptic@^6.0.0:
3226-
version "6.5.3"
3227-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
3226+
version "6.5.4"
3227+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
32283228
dependencies:
3229-
bn.js "^4.4.0"
3230-
brorand "^1.0.1"
3229+
bn.js "^4.11.9"
3230+
brorand "^1.1.0"
32313231
hash.js "^1.0.0"
3232-
hmac-drbg "^1.0.0"
3233-
inherits "^2.0.1"
3234-
minimalistic-assert "^1.0.0"
3235-
minimalistic-crypto-utils "^1.0.0"
3232+
hmac-drbg "^1.0.1"
3233+
inherits "^2.0.4"
3234+
minimalistic-assert "^1.0.1"
3235+
minimalistic-crypto-utils "^1.0.1"
32363236

32373237
emoji-regex@^7.0.1, emoji-regex@^7.0.2:
32383238
version "7.0.3"
@@ -4222,7 +4222,7 @@ hex-color-regex@^1.1.0:
42224222
version "1.1.0"
42234223
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
42244224

4225-
hmac-drbg@^1.0.0:
4225+
hmac-drbg@^1.0.1:
42264226
version "1.0.1"
42274227
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
42284228
dependencies:
@@ -4465,7 +4465,7 @@ inflight@^1.0.4:
44654465
once "^1.3.0"
44664466
wrappy "1"
44674467

4468-
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
4468+
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
44694469
version "2.0.4"
44704470
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
44714471

@@ -5713,7 +5713,7 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
57135713
version "1.0.1"
57145714
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
57155715

5716-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
5716+
minimalistic-crypto-utils@^1.0.1:
57175717
version "1.0.1"
57185718
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
57195719

0 commit comments

Comments
 (0)