diff options
author | kumavis <kumavis@users.noreply.github.com> | 2017-12-23 02:15:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-23 02:15:38 +0800 |
commit | 023b5c84c4d3427973770f2b7d2c18b3ac61f12d (patch) | |
tree | 902bd6bd79a94d84205269c47df0a692935de52b /package.json | |
parent | 06f496310ce7d719bbb5690f307db143ba57a1a7 (diff) | |
download | tangerine-wallet-browser-023b5c84c4d3427973770f2b7d2c18b3ac61f12d.tar tangerine-wallet-browser-023b5c84c4d3427973770f2b7d2c18b3ac61f12d.tar.gz tangerine-wallet-browser-023b5c84c4d3427973770f2b7d2c18b3ac61f12d.tar.bz2 tangerine-wallet-browser-023b5c84c4d3427973770f2b7d2c18b3ac61f12d.tar.lz tangerine-wallet-browser-023b5c84c4d3427973770f2b7d2c18b3ac61f12d.tar.xz tangerine-wallet-browser-023b5c84c4d3427973770f2b7d2c18b3ac61f12d.tar.zst tangerine-wallet-browser-023b5c84c4d3427973770f2b7d2c18b3ac61f12d.zip |
deps - eth-json-rpc-filters@1.2.5
fix case sensitive address check in filters
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7184e3ea8..b47f45fd4 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "eth-block-tracker": "^2.2.0", "eth-contract-metadata": "^1.1.4", "eth-hd-keyring": "^1.2.1", - "eth-json-rpc-filters": "^1.2.4", + "eth-json-rpc-filters": "^1.2.5", "eth-json-rpc-infura": "^1.0.2", "eth-keyring-controller": "^2.1.2", "eth-phishing-detect": "^1.1.4", |