Skip to content

Commit 4557d78

Browse files
committed
Update dependency @truffle/hdwallet-provider to v2.0.17
1 parent 65a90ea commit 4557d78

File tree

2 files changed

+36
-23
lines changed

2 files changed

+36
-23
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "MPL-2.0",
2424
"devDependencies": {
2525
"@devprotocol/util-ts": "2.2.1",
26-
"@truffle/hdwallet-provider": "2.0.16",
26+
"@truffle/hdwallet-provider": "2.0.17",
2727
"@types/bent": "7.3.2",
2828
"@types/dotenv": "8.2.0",
2929
"@types/node": "16.11.64",

Diff for: yarn.lock

+35-22
Original file line numberDiff line numberDiff line change
@@ -1980,22 +1980,31 @@
19801980
emittery "^0.4.1"
19811981
ora "^3.4.0"
19821982

1983-
"@truffle/[email protected].16":
1984-
version "2.0.16"
1985-
resolved "https://registry.yarnpkg.com/@truffle/hdwallet-provider/-/hdwallet-provider-2.0.16.tgz#101d3052b41fb76bb4fb085f05110d3128af0584"
1986-
integrity sha512-YnWimWTH0UV8r+BjSHSPm1Qa/axsjq86RyjlvZf0Mv1Xdi5jkZETPaCJBcn80XqeJglMtiRHYz48OTBXNnUjDQ==
1983+
"@truffle/[email protected].17":
1984+
version "2.0.17"
1985+
resolved "https://registry.yarnpkg.com/@truffle/hdwallet-provider/-/hdwallet-provider-2.0.17.tgz#41ef42079ca6987d4838101574ea368027616cab"
1986+
integrity sha512-AJS/HCImvWny90x55EzaCOiMaNyXG3loqkN01l4BU9oUYMtoOuvdD+p2GHdNf3wJVfME4bCaphdfww7E6RFdUQ==
19871987
dependencies:
19881988
"@ethereumjs/common" "^2.4.0"
19891989
"@ethereumjs/tx" "^3.3.0"
19901990
"@metamask/eth-sig-util" "4.0.1"
1991+
"@truffle/hdwallet" "^0.1.0"
19911992
"@types/web3" "^1.0.20"
19921993
ethereum-cryptography "1.1.2"
19931994
ethereum-protocol "^1.0.1"
19941995
ethereumjs-util "^7.1.5"
1995-
ethereumjs-wallet "^1.0.2"
19961996
web3 "1.7.4"
19971997
web3-provider-engine "16.0.3"
19981998

1999+
"@truffle/hdwallet@^0.1.0":
2000+
version "0.1.0"
2001+
resolved "https://registry.yarnpkg.com/@truffle/hdwallet/-/hdwallet-0.1.0.tgz#b224d3a8dc6047d174ce7e266239c8d44c3cd0f4"
2002+
integrity sha512-tRqx7Kn5SbQoe56S5pWrIN3/aM9YMK2bFR8iD5gHGv6uXHRCL7b+PkeI1gyKk09SRWkY11YjRw+Up/V0x6tw6A==
2003+
dependencies:
2004+
ethereum-cryptography "1.1.2"
2005+
keccak "3.0.2"
2006+
secp256k1 "4.0.3"
2007+
19992008
"@truffle/interface-adapter@^0.5.8":
20002009
version "0.5.8"
20012010
resolved "https://registry.yarnpkg.com/@truffle/interface-adapter/-/interface-adapter-0.5.8.tgz#76cfd34374d85849e1164de1a3d5a3dce0dc5d01"
@@ -2676,7 +2685,7 @@ [email protected]:
26762685
resolved "https://registry.yarnpkg.com/aes-js/-/aes-js-3.0.0.tgz#e21df10ad6c2053295bcbb8dab40b09dbea87e4d"
26772686
integrity sha1-4h3xCtbCBTKVvLuNq0Cwnb6ofk0=
26782687

2679-
aes-js@^3.1.1, aes-js@^3.1.2:
2688+
aes-js@^3.1.1:
26802689
version "3.1.2"
26812690
resolved "https://registry.yarnpkg.com/aes-js/-/aes-js-3.1.2.tgz#db9aabde85d5caabbfc0d4f2a4446960f627146a"
26822691
integrity sha512-e5pEa2kBnBOgR4Y/p20pskXI74UEz7de8ZGVo58asOtvSVG5YAbJeELPZxOmt+Bnz3rX753YKhfIn4X4l1PPRQ==
@@ -5510,7 +5519,7 @@ [email protected], elliptic@^6.4.0, elliptic@^6.5.2, elliptic@^6.5.3:
55105519
minimalistic-assert "^1.0.0"
55115520
minimalistic-crypto-utils "^1.0.0"
55125521

5513-
5522+
[email protected], elliptic@^6.5.4:
55145523
version "6.5.4"
55155524
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
55165525
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
@@ -6538,20 +6547,6 @@ [email protected]:
65386547
utf8 "^3.0.0"
65396548
uuid "^3.3.2"
65406549

6541-
ethereumjs-wallet@^1.0.2:
6542-
version "1.0.2"
6543-
resolved "https://registry.yarnpkg.com/ethereumjs-wallet/-/ethereumjs-wallet-1.0.2.tgz#2c000504b4c71e8f3782dabe1113d192522e99b6"
6544-
integrity sha512-CCWV4RESJgRdHIvFciVQFnCHfqyhXWchTPlkfp28Qc53ufs+doi5I/cV2+xeK9+qEo25XCWfP9MiL+WEPAZfdA==
6545-
dependencies:
6546-
aes-js "^3.1.2"
6547-
bs58check "^2.1.2"
6548-
ethereum-cryptography "^0.1.3"
6549-
ethereumjs-util "^7.1.2"
6550-
randombytes "^2.1.0"
6551-
scrypt-js "^3.0.1"
6552-
utf8 "^3.0.0"
6553-
uuid "^8.3.2"
6554-
65556550
ethers@^4.0.32:
65566551
version "4.0.48"
65576552
resolved "https://registry.yarnpkg.com/ethers/-/ethers-4.0.48.tgz#330c65b8133e112b0613156e57e92d9009d8fbbe"
@@ -9145,6 +9140,15 @@ [email protected], keccak@^3.0.0:
91459140
node-addon-api "^2.0.0"
91469141
node-gyp-build "^4.2.0"
91479142

9143+
9144+
version "3.0.2"
9145+
resolved "https://registry.yarnpkg.com/keccak/-/keccak-3.0.2.tgz#4c2c6e8c54e04f2670ee49fa734eb9da152206e0"
9146+
integrity sha512-PyKKjkH53wDMLGrvmRGSNWgmSxZOUqbnXwKL9tmgbFYA1iAYqW21kfR7mZXV0MlESiefxQQE9X9fTa3X+2MPDQ==
9147+
dependencies:
9148+
node-addon-api "^2.0.0"
9149+
node-gyp-build "^4.2.0"
9150+
readable-stream "^3.6.0"
9151+
91489152
keypair@^1.0.1:
91499153
version "1.0.4"
91509154
resolved "https://registry.yarnpkg.com/keypair/-/keypair-1.0.4.tgz#a749a45f388593f3950f18b3757d32a93bd8ce83"
@@ -12538,6 +12542,15 @@ scryptsy@^1.2.1:
1253812542
dependencies:
1253912543
pbkdf2 "^3.0.3"
1254012544

12545+
12546+
version "4.0.3"
12547+
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-4.0.3.tgz#c4559ecd1b8d3c1827ed2d1b94190d69ce267303"
12548+
integrity sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==
12549+
dependencies:
12550+
elliptic "^6.5.4"
12551+
node-addon-api "^2.0.0"
12552+
node-gyp-build "^4.2.0"
12553+
1254112554
secp256k1@^4.0.0, secp256k1@^4.0.1:
1254212555
version "4.0.2"
1254312556
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-4.0.2.tgz#15dd57d0f0b9fdb54ac1fa1694f40e5e9a54f4a1"
@@ -14143,7 +14156,7 @@ uuid@^3.1.0, uuid@^3.3.2, uuid@^3.4.0:
1414314156
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1414414157
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1414514158

14146-
uuid@^8.0.0, uuid@^8.3.2:
14159+
uuid@^8.0.0:
1414714160
version "8.3.2"
1414814161
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
1414914162
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

0 commit comments

Comments
 (0)