aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json5
-rw-r--r--package.json2
2 files changed, 4 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 94e35dd0c..6b2977dd2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8288,8 +8288,9 @@
}
},
"eth-keyring-controller": {
- "version": "github:brunobar79/KeyringController#e447cb7cc93d1b7bf082710a6d5e21150588571e",
- "from": "eth-keyring-controller@github:brunobar79/KeyringController#e447cb7cc93d1b7bf082710a6d5e21150588571e",
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/eth-keyring-controller/-/eth-keyring-controller-3.2.0.tgz",
+ "integrity": "sha512-GU1blKGftP6VDfI/5+9QZxPVkgm6VB7/UWTywd49rA/lNfm64mwTFjkBLG26S6UjdEJZiAU1kI1CdNWdAzZg5w==",
"dev": true,
"requires": {
"bip39": "^2.4.0",
diff --git a/package.json b/package.json
index 85bdacfe1..01c824fc6 100644
--- a/package.json
+++ b/package.json
@@ -230,7 +230,7 @@
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-react": "^7.4.0",
"eth-json-rpc-middleware": "^1.6.0",
- "eth-keyring-controller": "github:brunobar79/KeyringController#e447cb7cc93d1b7bf082710a6d5e21150588571e",
+ "eth-keyring-controller": "3.2.0",
"file-loader": "^1.1.11",
"fs-promise": "^2.0.3",
"ganache-cli": "^6.1.0",