Skip to content

Commit 7dcbf87

Browse files
build(deps): bump elliptic from 6.4.1 to 6.5.3 (#340)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.4.1...v6.5.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d319cf1 commit 7dcbf87

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2660,9 +2660,9 @@ bluebird@^3.5.5:
26602660
integrity sha1-nyKcFb4nJFT/qXOs4NvueaGww28=
26612661

26622662
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
2663-
version "4.11.8"
2664-
resolved "https://r.cnpmjs.org/bn.js/download/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
2665-
integrity sha1-LN4J617jQfSEdGuwMJsyU7GxRC8=
2663+
version "4.11.9"
2664+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
2665+
integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==
26662666

26672667
26682668
version "1.18.3"
@@ -2754,7 +2754,7 @@ braces@^3.0.1:
27542754

27552755
brorand@^1.0.1:
27562756
version "1.1.0"
2757-
resolved "https://r.cnpmjs.org/brorand/download/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
2757+
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
27582758
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
27592759

27602760
browser-process-hrtime@^0.1.2:
@@ -4626,9 +4626,9 @@ element-ui@^2.13.0:
46264626
throttle-debounce "^1.0.1"
46274627

46284628
elliptic@^6.0.0:
4629-
version "6.4.1"
4630-
resolved "https://r.cnpmjs.org/elliptic/download/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a"
4631-
integrity sha1-wtC3d2kRuGcixjLDwGxg8vgZk5o=
4629+
version "6.5.3"
4630+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
4631+
integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==
46324632
dependencies:
46334633
bn.js "^4.4.0"
46344634
brorand "^1.0.1"
@@ -6269,9 +6269,9 @@ hash-sum@^1.0.2:
62696269
integrity sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=
62706270

62716271
hash.js@^1.0.0, hash.js@^1.0.3:
6272-
version "1.1.5"
6273-
resolved "https://r.cnpmjs.org/hash.js/download/hash.js-1.1.5.tgz#e38ab4b85dfb1e0c40fe9265c0e9b54854c23812"
6274-
integrity sha1-44q0uF37HgxA/pJlwOm1SFTCOBI=
6272+
version "1.1.7"
6273+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
6274+
integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==
62756275
dependencies:
62766276
inherits "^2.0.3"
62776277
minimalistic-assert "^1.0.1"
@@ -6298,7 +6298,7 @@ highlight.js@^9.6.0:
62986298

62996299
hmac-drbg@^1.0.0:
63006300
version "1.0.1"
6301-
resolved "https://r.cnpmjs.org/hmac-drbg/download/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
6301+
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
63026302
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
63036303
dependencies:
63046304
hash.js "^1.0.3"
@@ -6646,20 +6646,20 @@ inflight@^1.0.4:
66466646
once "^1.3.0"
66476647
wrappy "1"
66486648

6649-
inherits@2, [email protected].3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
6650-
version "2.0.3"
6651-
resolved "https://r.cnpmjs.org/inherits/download/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
6652-
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
6649+
inherits@2, [email protected].4, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
6650+
version "2.0.4"
6651+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
6652+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
66536653

66546654
66556655
version "2.0.1"
66566656
resolved "https://r.cnpmjs.org/inherits/download/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
66576657
integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=
66586658

6659-
6660-
version "2.0.4"
6661-
resolved "https://registry.npm.taobao.org/inherits/download/inherits-2.0.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Finherits%2Fdownload%2Finherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
6662-
integrity sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=
6659+
6660+
version "2.0.3"
6661+
resolved "https://r.cnpmjs.org/inherits/download/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
6662+
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
66636663

66646664
ini@^1.3.4, ini@~1.3.0:
66656665
version "1.3.5"
@@ -8647,12 +8647,12 @@ mini-css-extract-plugin@^0.8.0:
86478647

86488648
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
86498649
version "1.0.1"
8650-
resolved "https://r.cnpmjs.org/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
8651-
integrity sha1-LhlN4ERibUoQ5/f7wAznPoPk1cc=
8650+
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
8651+
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
86528652

86538653
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
86548654
version "1.0.1"
8655-
resolved "https://r.cnpmjs.org/minimalistic-crypto-utils/download/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
8655+
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
86568656
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
86578657

86588658
minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:

0 commit comments

Comments
 (0)