1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Updating keyring controller (#16762)

This commit is contained in:
Jyoti Puri 2022-12-02 20:10:24 +05:30 committed by GitHub
parent 702cab5fa7
commit 31bd70de62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -166,7 +166,7 @@
"eth-ens-namehash": "^2.0.8",
"eth-json-rpc-filters": "^4.2.1",
"eth-json-rpc-middleware": "^9.0.1",
"eth-keyring-controller": "^8.0.1",
"eth-keyring-controller": "^8.1.0",
"eth-lattice-keyring": "^0.12.3",
"eth-method-registry": "^2.0.0",
"eth-query": "^2.1.2",

View File

@ -11462,10 +11462,10 @@ eth-keyring-controller@^7.0.2:
eth-simple-keyring "^4.2.0"
obs-store "^4.0.3"
eth-keyring-controller@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/eth-keyring-controller/-/eth-keyring-controller-8.0.1.tgz#02bddda96251aadc739179802ab3dd2f9415d12a"
integrity sha512-6LDnvOIxbA+P6lAAAzde4Kb6hyB70Zs8gPp/enuDrvvFO79LCWGCzP0rre7OQC+agwFsU0gSHJXkRZK8llgPSg==
eth-keyring-controller@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/eth-keyring-controller/-/eth-keyring-controller-8.1.0.tgz#0c5709dcf3232aee8bb219c971597b22509adba0"
integrity sha512-+Fd//s4Qo9lYVbPL6f2VCRLAg7qYOzvk1I76RZMECRDWDlLq9EvOySG2w/vpJLOkRylyDQSqg5kORPCC/jh5nA==
dependencies:
"@metamask/bip39" "^4.0.0"
"@metamask/browser-passworder" "^4.0.1"