Skip to content

Commit 01a2e04

Browse files
authored
fix: Upgrade ec pkg (#421)
1 parent 7bb149b commit 01a2e04

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"@types/big.js": "^4.0.5",
3030
"@types/bn.js": "^4.11.6",
3131
"@types/crypto-js": "^3.1.43",
32-
"@types/elliptic": "^6.4.12",
3332
"@types/jest": "^25.1.4",
3433
"@types/ledgerhq__hw-transport": "^4.21.2",
3534
"@types/lodash": "^4.14.149",
@@ -46,7 +45,7 @@
4645
"camelcase": "^5.3.1",
4746
"crypto-browserify": "^3.12.0",
4847
"crypto-js": "^4.2.0",
49-
"elliptic": "^6.5.4",
48+
"elliptic": "^6.6.1",
5049
"eslint-utils": "^1.4.2",
5150
"events": "^3.0.0",
5251
"is-it-check": "^1.0.12",
@@ -76,7 +75,7 @@
7675
"@types/big.js": "^4.0.5",
7776
"@types/bn.js": "^4.11.6",
7877
"@types/crypto-js": "^3.1.43",
79-
"@types/elliptic": "^6.4.12",
78+
"@types/elliptic": "^6.4.18",
8079
"@types/jest": "^25.1.4",
8180
"@types/ledgerhq__hw-transport": "^4.21.2",
8281
"@types/lodash": "^4.14.149",

yarn.lock

+17-4
Original file line numberDiff line numberDiff line change
@@ -1422,10 +1422,10 @@
14221422
dependencies:
14231423
"@types/node" "*"
14241424

1425-
"@types/elliptic@^6.4.12":
1426-
version "6.4.12"
1427-
resolved "https://registry.npmjs.org/@types/elliptic/-/elliptic-6.4.12.tgz"
1428-
integrity sha512-gP1KsqoouLJGH6IJa28x7PXb3cRqh83X8HCLezd2dF+XcAIMKYv53KV+9Zn6QA561E120uOqZBQ+Jy/cl+fviw==
1425+
"@types/elliptic@^6.4.18":
1426+
version "6.4.18"
1427+
resolved "https://registry.yarnpkg.com/@types/elliptic/-/elliptic-6.4.18.tgz#bc96e26e1ccccbabe8b6f0e409c85898635482e1"
1428+
integrity sha512-UseG6H5vjRiNpQvrhy4VF/JXdA3V/Fp5amvveaL+fs28BZ6xIKJBPnUPRlEaZpysD9MbpfaLi8lbl7PGUAkpWw==
14291429
dependencies:
14301430
"@types/bn.js" "*"
14311431

@@ -3694,6 +3694,19 @@ elliptic@^6.0.0, elliptic@^6.4.0, elliptic@^6.5.4:
36943694
minimalistic-assert "^1.0.1"
36953695
minimalistic-crypto-utils "^1.0.1"
36963696

3697+
elliptic@^6.6.1:
3698+
version "6.6.1"
3699+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.1.tgz#3b8ffb02670bf69e382c7f65bf524c97c5405c06"
3700+
integrity sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==
3701+
dependencies:
3702+
bn.js "^4.11.9"
3703+
brorand "^1.1.0"
3704+
hash.js "^1.0.0"
3705+
hmac-drbg "^1.0.1"
3706+
inherits "^2.0.4"
3707+
minimalistic-assert "^1.0.1"
3708+
minimalistic-crypto-utils "^1.0.1"
3709+
36973710
emittery@^0.8.1:
36983711
version "0.8.1"
36993712
resolved "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz"

0 commit comments

Comments
 (0)