From 9547482de4e337922c4ef5295d4ccb7dfbc81685 Mon Sep 17 00:00:00 2001 From: heisenberg <110591045+heisenberg-2077@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:09:13 +0800 Subject: [PATCH] chore: update eth-lattice-keyring (#2676) --- package.json | 2 +- yarn.lock | 49 ++++++++++++------------------------------------- 2 files changed, 13 insertions(+), 38 deletions(-) diff --git a/package.json b/package.json index 48aa785f642..fd09c6368ba 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@rabby-wallet/eth-coinbase-keyring": "0.0.0-beta.8", "@rabby-wallet/eth-gnosis-keyring": "0.0.1", "@rabby-wallet/eth-hd-keyring": "4.3.2", - "@rabby-wallet/eth-lattice-keyring": "1.2.1", + "@rabby-wallet/eth-lattice-keyring": "1.2.2", "@rabby-wallet/eth-simple-keyring": "5.0.1", "@rabby-wallet/eth-trezor-keyring": "2.6.1", "@rabby-wallet/eth-walletconnect-keyring": "2.1.5", diff --git a/yarn.lock b/yarn.lock index 8b2b0242a20..7c9bab5cc57 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4647,16 +4647,16 @@ ethereum-cryptography "^2.1.2" slip39 "^0.1.9" -"@rabby-wallet/eth-lattice-keyring@1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@rabby-wallet/eth-lattice-keyring/-/eth-lattice-keyring-1.2.1.tgz#6ae4eef765717b11d38e6b28386ba81b33a01d0a" - integrity sha512-6hAJxOEHa67oidqi/ipextvNaE6lv7gi1/t0mZoLYsEjqU20fdt28RQ08F+n3tIEBi8noM9I20ZIc8Mnziem8w== +"@rabby-wallet/eth-lattice-keyring@1.2.2": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@rabby-wallet/eth-lattice-keyring/-/eth-lattice-keyring-1.2.2.tgz#3002cea9dbf88d56093b2b39642860134730f547" + integrity sha512-RXgnF3cs5pTp66jlq/EHtdPQcjA8LoY6I4RkQUwPrYtD17OW07WFnoo4UMrdrBEQxN3Ray1z4Pv7L/3ZfTyi2g== dependencies: "@ethereumjs/common" "2.4.0" "@ethereumjs/tx" "3.3.2" bn.js "^5.2.0" ethereumjs-util "^7.0.10" - gridplus-sdk "3.1.1" + gridplus-sdk "3.2.0" rlp "^3.0.0" "@rabby-wallet/eth-simple-keyring@5.0.1", "@rabby-wallet/eth-simple-keyring@^5.0.1": @@ -12407,10 +12407,10 @@ graphemer@^1.4.0: resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== -gridplus-sdk@3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/gridplus-sdk/-/gridplus-sdk-3.1.1.tgz#6e95c74bae76755ebf2f8f13cf064f664562fdd6" - integrity sha512-S3QG58AtXRrdh/bGTK505rD78PaEmuAoVo/G9P3heupa6w9Orpivbe8KhY9p3a+4VJEn4uBIlSKrG7853qOxOA== +gridplus-sdk@3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/gridplus-sdk/-/gridplus-sdk-3.2.0.tgz#e7ec7373e4e52368e32894e1d3391cf12972f014" + integrity sha512-hPXThWu3J5rwoq64Ud6lnHm3ygUbQDkUdiVS6ebpdk1WVnxE1b7+jP3LLJJIXIjIEezKdffLmBA4Pj9E7ujZGQ== dependencies: "@ethereumjs/common" "^4.4.0" "@ethereumjs/rlp" "^5.0.2" @@ -19211,7 +19211,7 @@ string-length@^4.0.1: char-regex "^1.0.2" strip-ansi "^6.0.0" -"string-width-cjs@npm:string-width@^4.2.0": +"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -19238,15 +19238,6 @@ string-width@^4.1.0, string-width@^4.2.0: is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.0" -string-width@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - string-width@^5.0.1, string-width@^5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" @@ -19299,7 +19290,7 @@ string_decoder@~1.1.1: dependencies: safe-buffer "~5.1.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1": +"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -19320,13 +19311,6 @@ strip-ansi@^6.0.0: dependencies: ansi-regex "^5.0.0" -strip-ansi@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - strip-ansi@^7.0.0: version "7.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2" @@ -21324,7 +21308,7 @@ wildcard@^2.0.0: resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec" integrity sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -21341,15 +21325,6 @@ wrap-ansi@^2.0.0: string-width "^1.0.1" strip-ansi "^3.0.1" -wrap-ansi@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"