Skip to content

Commit ff2cb14

Browse files
chore(deps): [security] bump elliptic from 6.4.0 to 6.5.3 (#92)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3. **This update includes a security fix.** - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.4.0...v6.5.3) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent eebf5c9 commit ff2cb14

File tree

1 file changed

+22
-15
lines changed

1 file changed

+22
-15
lines changed

yarn.lock

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2585,8 +2585,9 @@ bluebird@^3.7.2:
25852585
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
25862586

25872587
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
2588-
version "4.11.8"
2589-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
2588+
version "4.11.9"
2589+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
2590+
integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==
25902591

25912592
25922593
version "1.19.0"
@@ -2643,6 +2644,7 @@ braces@^2.3.1, braces@^2.3.2:
26432644
brorand@^1.0.1:
26442645
version "1.1.0"
26452646
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
2647+
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
26462648

26472649
browserify-aes@^1.0.0, browserify-aes@^1.0.4:
26482650
version "1.1.1"
@@ -3929,8 +3931,9 @@ electron-to-chromium@^1.3.634:
39293931
integrity sha512-b0DLhsHSHESC1I+Nx6n4w4Lr61chMd3m/av1rZQhS2IXTzaS5BMM5N+ldWdMIlni9CITMRM09m8He4+YV/92TA==
39303932

39313933
elliptic@^6.0.0:
3932-
version "6.4.0"
3933-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df"
3934+
version "6.5.3"
3935+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
3936+
integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==
39343937
dependencies:
39353938
bn.js "^4.4.0"
39363939
brorand "^1.0.1"
@@ -4651,11 +4654,12 @@ hash-sum@^2.0.0:
46514654
integrity sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==
46524655

46534656
hash.js@^1.0.0, hash.js@^1.0.3:
4654-
version "1.1.3"
4655-
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.3.tgz#340dedbe6290187151c1ea1d777a3448935df846"
4657+
version "1.1.7"
4658+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
4659+
integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==
46564660
dependencies:
46574661
inherits "^2.0.3"
4658-
minimalistic-assert "^1.0.0"
4662+
minimalistic-assert "^1.0.1"
46594663

46604664
46614665
version "1.2.0"
@@ -4670,6 +4674,7 @@ hex-color-regex@^1.1.0:
46704674
hmac-drbg@^1.0.0:
46714675
version "1.0.1"
46724676
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
4677+
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
46734678
dependencies:
46744679
hash.js "^1.0.3"
46754680
minimalistic-assert "^1.0.0"
@@ -4917,18 +4922,18 @@ inflight@^1.0.4:
49174922
once "^1.3.0"
49184923
wrappy "1"
49194924

4920-
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
4921-
version "2.0.3"
4922-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
4925+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
4926+
version "2.0.4"
4927+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
4928+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
49234929

49244930
49254931
version "2.0.1"
49264932
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
49274933

4928-
inherits@^2.0.4:
4929-
version "2.0.4"
4930-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
4931-
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
4934+
4935+
version "2.0.3"
4936+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
49324937

49334938
ini@~1.3.0:
49344939
version "1.3.5"
@@ -5666,13 +5671,15 @@ mimic-fn@^2.1.0:
56665671
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
56675672
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
56685673

5669-
minimalistic-assert@^1.0.0:
5674+
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
56705675
version "1.0.1"
56715676
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
5677+
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
56725678

56735679
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
56745680
version "1.0.1"
56755681
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
5682+
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
56765683

56775684
minimatch@^3.0.4:
56785685
version "3.0.4"

0 commit comments

Comments
 (0)