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

Commit f236343

Browse files
Bump elliptic from 6.4.0 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.4.0...v6.5.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 759a7d3 commit f236343

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -912,9 +912,9 @@ block-stream@*:
912912
dependencies:
913913
inherits "~2.0.0"
914914

915-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
916-
version "4.11.8"
917-
resolved "http://registry.npm.taobao.org/bn.js/download/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
915+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9:
916+
version "4.12.0"
917+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
918918

919919
bonjour@^3.5.0:
920920
version "3.5.0"
@@ -964,9 +964,9 @@ braces@^1.8.2:
964964
preserve "^0.2.0"
965965
repeat-element "^1.1.2"
966966

967-
brorand@^1.0.1:
967+
brorand@^1.0.1, brorand@^1.1.0:
968968
version "1.1.0"
969-
resolved "http://registry.npm.taobao.org/brorand/download/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
969+
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
970970

971971
browserify-aes@^1.0.0, browserify-aes@^1.0.4:
972972
version "1.0.8"
@@ -1736,16 +1736,16 @@ electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.18:
17361736
resolved "http://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.22.tgz#4322d52c151406e3eaef74ad02676883e8416418"
17371737

17381738
elliptic@^6.0.0:
1739-
version "6.4.0"
1740-
resolved "http://registry.npm.taobao.org/elliptic/download/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df"
1739+
version "6.5.4"
1740+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
17411741
dependencies:
1742-
bn.js "^4.4.0"
1743-
brorand "^1.0.1"
1742+
bn.js "^4.11.9"
1743+
brorand "^1.1.0"
17441744
hash.js "^1.0.0"
1745-
hmac-drbg "^1.0.0"
1746-
inherits "^2.0.1"
1747-
minimalistic-assert "^1.0.0"
1748-
minimalistic-crypto-utils "^1.0.0"
1745+
hmac-drbg "^1.0.1"
1746+
inherits "^2.0.4"
1747+
minimalistic-assert "^1.0.1"
1748+
minimalistic-crypto-utils "^1.0.1"
17491749

17501750
emojis-list@^2.0.0:
17511751
version "2.1.0"
@@ -2373,11 +2373,11 @@ hash-base@^3.0.0:
23732373
safe-buffer "^5.0.1"
23742374

23752375
hash.js@^1.0.0, hash.js@^1.0.3:
2376-
version "1.1.3"
2377-
resolved "http://registry.npm.taobao.org/hash.js/download/hash.js-1.1.3.tgz#340dedbe6290187151c1ea1d777a3448935df846"
2376+
version "1.1.7"
2377+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
23782378
dependencies:
23792379
inherits "^2.0.3"
2380-
minimalistic-assert "^1.0.0"
2380+
minimalistic-assert "^1.0.1"
23812381

23822382
hawk@3.1.3, hawk@~3.1.3:
23832383
version "3.1.3"
@@ -2407,9 +2407,9 @@ history@^4.7.2:
24072407
value-equal "^0.4.0"
24082408
warning "^3.0.0"
24092409

2410-
hmac-drbg@^1.0.0:
2410+
hmac-drbg@^1.0.1:
24112411
version "1.0.1"
2412-
resolved "http://registry.npm.taobao.org/hmac-drbg/download/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
2412+
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
24132413
dependencies:
24142414
hash.js "^1.0.3"
24152415
minimalistic-assert "^1.0.0"
@@ -2559,7 +2559,7 @@ inflight@^1.0.4:
25592559
once "^1.3.0"
25602560
wrappy "1"
25612561

2562-
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
2562+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
25632563
version "2.0.4"
25642564
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
25652565

@@ -3287,13 +3287,13 @@ mimic-fn@^1.0.0:
32873287
version "1.1.0"
32883288
resolved "http://registry.npm.taobao.org/mimic-fn/download/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18"
32893289

3290-
minimalistic-assert@^1.0.0:
3291-
version "1.0.0"
3292-
resolved "http://registry.npm.taobao.org/minimalistic-assert/download/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3"
3290+
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
3291+
version "1.0.1"
3292+
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
32933293

3294-
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
3294+
minimalistic-crypto-utils@^1.0.1:
32953295
version "1.0.1"
3296-
resolved "http://registry.npm.taobao.org/minimalistic-crypto-utils/download/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
3296+
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
32973297

32983298
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@~3.0.2:
32993299
version "3.0.4"

0 commit comments

Comments
 (0)