diff options
author | Paul Bouchon <mail@bitpshr.net> | 2018-09-26 12:16:01 +0800 |
---|---|---|
committer | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2018-09-26 12:16:01 +0800 |
commit | 88b5f82e1360ab7dd9873a5d7105fbbe1130d839 (patch) | |
tree | ceefa21e0279c1028521e44b54bc489a2a036094 /package.json | |
parent | 667470c07a27e48fa466bf4d3b48cf9b062545d5 (diff) | |
download | tangerine-wallet-browser-88b5f82e1360ab7dd9873a5d7105fbbe1130d839.tar tangerine-wallet-browser-88b5f82e1360ab7dd9873a5d7105fbbe1130d839.tar.gz tangerine-wallet-browser-88b5f82e1360ab7dd9873a5d7105fbbe1130d839.tar.bz2 tangerine-wallet-browser-88b5f82e1360ab7dd9873a5d7105fbbe1130d839.tar.lz tangerine-wallet-browser-88b5f82e1360ab7dd9873a5d7105fbbe1130d839.tar.xz tangerine-wallet-browser-88b5f82e1360ab7dd9873a5d7105fbbe1130d839.tar.zst tangerine-wallet-browser-88b5f82e1360ab7dd9873a5d7105fbbe1130d839.zip |
Bugfix: Upgrade json-rpc-engine (#5348)
* Bugfix: bump version of json-rpc-engine
* Increase delay
* Update lockfile
* deps - json-rpc-engine@3.7.4
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 c38711aad..6217dfe5a 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "iframe-stream": "^3.0.0", "inject-css": "^0.1.1", "jazzicon": "^1.2.0", - "json-rpc-engine": "^3.7.3", + "json-rpc-engine": "^3.7.4", "json-rpc-middleware-stream": "^1.0.1", "jsonschema": "^1.2.4", "lodash.debounce": "^4.0.8", |