Skip to content

Commit 76f9bf3

Browse files
Bump elliptic from 6.5.2 to 6.5.7
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.7. - [Commits](indutny/elliptic@v6.5.2...v6.5.7) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3473d23 commit 76f9bf3

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

yarn.lock

+19-14
Original file line numberDiff line numberDiff line change
@@ -2332,11 +2332,16 @@ bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5:
23322332
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
23332333
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
23342334

2335-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.4.0:
2335+
bn.js@^4.0.0, bn.js@^4.1.0:
23362336
version "4.11.9"
23372337
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
23382338
integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==
23392339

2340+
bn.js@^4.11.9:
2341+
version "4.12.0"
2342+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
2343+
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
2344+
23402345
bn.js@^5.1.1:
23412346
version "5.1.2"
23422347
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.1.2.tgz#c9686902d3c9a27729f43ab10f9d79c2004da7b0"
@@ -2440,7 +2445,7 @@ braces@~3.0.2:
24402445
dependencies:
24412446
fill-range "^7.0.1"
24422447

2443-
brorand@^1.0.1:
2448+
brorand@^1.0.1, brorand@^1.1.0:
24442449
version "1.1.0"
24452450
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
24462451
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
@@ -4448,17 +4453,17 @@ elegant-spinner@^1.0.1:
44484453
integrity sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=
44494454

44504455
elliptic@^6.0.0, elliptic@^6.5.2:
4451-
version "6.5.2"
4452-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762"
4453-
integrity sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==
4456+
version "6.5.7"
4457+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
4458+
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
44544459
dependencies:
4455-
bn.js "^4.4.0"
4456-
brorand "^1.0.1"
4460+
bn.js "^4.11.9"
4461+
brorand "^1.1.0"
44574462
hash.js "^1.0.0"
4458-
hmac-drbg "^1.0.0"
4459-
inherits "^2.0.1"
4460-
minimalistic-assert "^1.0.0"
4461-
minimalistic-crypto-utils "^1.0.0"
4463+
hmac-drbg "^1.0.1"
4464+
inherits "^2.0.4"
4465+
minimalistic-assert "^1.0.1"
4466+
minimalistic-crypto-utils "^1.0.1"
44624467

44634468
emoji-regex@^7.0.1:
44644469
version "7.0.3"
@@ -6239,10 +6244,10 @@ hex-color-regex@^1.1.0:
62396244
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
62406245
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
62416246

6242-
hmac-drbg@^1.0.0:
6247+
hmac-drbg@^1.0.1:
62436248
version "1.0.1"
62446249
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
6245-
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
6250+
integrity sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==
62466251
dependencies:
62476252
hash.js "^1.0.3"
62486253
minimalistic-assert "^1.0.0"
@@ -8886,7 +8891,7 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
88868891
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
88878892
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
88888893

8889-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
8894+
minimalistic-crypto-utils@^1.0.1:
88908895
version "1.0.1"
88918896
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
88928897
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=

0 commit comments

Comments
 (0)