Skip to content

Commit 28e63b6

Browse files
build(deps): bump elliptic from 6.5.2 to 6.5.4
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 3e08cf0 commit 28e63b6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,10 +1605,10 @@ bluebird@^3.1.1, bluebird@^3.5.5:
16051605
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
16061606
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
16071607

1608-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1609-
version "4.11.8"
1610-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
1611-
integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==
1608+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9:
1609+
version "4.12.0"
1610+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
1611+
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
16121612

16131613
16141614
version "1.19.0"
@@ -1681,7 +1681,7 @@ braces@^2.3.1, braces@^2.3.2:
16811681
split-string "^3.0.2"
16821682
to-regex "^3.0.1"
16831683

1684-
brorand@^1.0.1:
1684+
brorand@^1.0.1, brorand@^1.1.0:
16851685
version "1.1.0"
16861686
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
16871687
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
@@ -2873,17 +2873,17 @@ electron-to-chromium@^1.3.413:
28732873
integrity sha512-u3+5jEfgLKq/hGO96YfAoOAM1tgFnRDTCD5mLuev44tttcXix+INtVegAkmGzUcfDsnzkPt51XXurXZLLwXt0w==
28742874

28752875
elliptic@^6.0.0:
2876-
version "6.5.2"
2877-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762"
2878-
integrity sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==
2876+
version "6.5.4"
2877+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
2878+
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
28792879
dependencies:
2880-
bn.js "^4.4.0"
2881-
brorand "^1.0.1"
2880+
bn.js "^4.11.9"
2881+
brorand "^1.1.0"
28822882
hash.js "^1.0.0"
2883-
hmac-drbg "^1.0.0"
2884-
inherits "^2.0.1"
2885-
minimalistic-assert "^1.0.0"
2886-
minimalistic-crypto-utils "^1.0.0"
2883+
hmac-drbg "^1.0.1"
2884+
inherits "^2.0.4"
2885+
minimalistic-assert "^1.0.1"
2886+
minimalistic-crypto-utils "^1.0.1"
28872887

28882888
emoji-regex@^7.0.1:
28892889
version "7.0.3"
@@ -3660,7 +3660,7 @@ hex-color-regex@^1.1.0:
36603660
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
36613661
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
36623662

3663-
hmac-drbg@^1.0.0:
3663+
hmac-drbg@^1.0.1:
36643664
version "1.0.1"
36653665
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
36663666
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
@@ -4830,7 +4830,7 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
48304830
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
48314831
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
48324832

4833-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
4833+
minimalistic-crypto-utils@^1.0.1:
48344834
version "1.0.1"
48354835
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
48364836
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=

0 commit comments

Comments
 (0)