diff --git a/package.json b/package.json index 1d8b2c01f..3d4764ef7 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "eth-json-rpc-middleware": "^8.0.0", "eth-keyring-controller": "^6.2.0", "eth-method-registry": "^2.0.0", - "eth-lattice-keyring": "^0.3.0", + "eth-lattice-keyring": "^0.4.0", "eth-query": "^2.1.2", "eth-rpc-errors": "^4.0.2", "eth-sig-util": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 92caf6047..ec0324c22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13001,10 +13001,10 @@ eth-keyring-controller@^6.1.0, eth-keyring-controller@^6.2.0, eth-keyring-contro loglevel "^1.5.0" obs-store "^4.0.3" -eth-lattice-keyring@^0.3.0: - version "0.3.5" - resolved "https://registry.yarnpkg.com/eth-lattice-keyring/-/eth-lattice-keyring-0.3.5.tgz#2e0aa5893206c62e4a184c5481abb13c49b07ad2" - integrity sha512-HWMfbwO+UCFA4OOuPS2tfY1mqG2u6k0+GLY9us+WLsFJTII6D/NzdN8OBQorYoYG+ce9VEJrJtRPjpOG11ZA1w== +eth-lattice-keyring@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/eth-lattice-keyring/-/eth-lattice-keyring-0.4.0.tgz#0afab94fe1c9b13377e1c78660a725c9bc0639a0" + integrity sha512-AB+FzgnyqapcZmdLeVMUDGZqA09yRQZxoVm/qZaT3kb5e4jhWon4BGRo/g65JuNagC8SltIQY6fpDh/q5gXNTQ== dependencies: "@ethereumjs/common" "^2.4.0" "@ethereumjs/tx" "^3.1.1"