diff options
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2a608c2..4cc673422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 2e55d0d87..e9faea36c 100644 --- a/package.json +++ b/package.json @@ -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", |