Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 5eab09d

Browse files
authored
Merge pull request #2780 from ethereum/issue/2385
Dependencies of the accounts module updated
2 parents 5c4aefb + 382ad68 commit 5eab09d

File tree

6 files changed

+102
-228
lines changed

6 files changed

+102
-228
lines changed

packages/web3-core-method/package-lock.json

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

packages/web3-eth-accounts/package-lock.json

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

packages/web3-eth-accounts/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
},
1818
"dependencies": {
1919
"@babel/runtime": "^7.3.1",
20-
"crypto-browserify": "3.12.0",
20+
"randombytes": "^2.1.0",
21+
"browserify-cipher": "^1.0.1",
22+
"pbkdf2": "^3.0.17",
2123
"eth-lib": "0.2.8",
2224
"lodash": "^4.17.11",
23-
"scrypt.js": "0.2.0",
25+
"scrypt.js": "0.3.0",
2426
"uuid": "3.3.2",
2527
"web3-core": "1.0.0-beta.54",
2628
"web3-core-helpers": "1.0.0-beta.54",

0 commit comments

Comments
 (0)