Update eth-lightwallet for security fix

This commit is contained in:
Dan Finlay 2016-05-26 10:13:05 -07:00
parent 36d6b3959e
commit d8c4af5f2b
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
- Fixed back button on confirm transaction screen.
- Add indication of pending transactions to account list screen.
- Fixed bug where error warning was sometimes not cleared on view transition.
- Updated eth-lightwallet to fix a critical security issue.
## 2.0.0 2016-05-23

View File

@ -31,7 +31,7 @@
"debounce": "^1.0.0",
"dnode": "^1.2.2",
"end-of-stream": "^1.1.0",
"eth-lightwallet": "^2.2.2",
"eth-lightwallet": "^2.3.3",
"eth-store": "^1.1.0",
"ethereumjs-tx": "^1.0.0",
"ethereumjs-util": "^4.4.0",