From fb012ccb16a99b8e1f3b1cb703b4c0a13deb2170 Mon Sep 17 00:00:00 2001 From: Owen Craston Date: Thu, 5 Dec 2024 10:07:06 -0800 Subject: [PATCH] bump @metamask/eth-snap-keyring to v5 --- package.json | 4 ++-- yarn.lock | 17 +---------------- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 43fc69bbb6a..4e775517682 100644 --- a/package.json +++ b/package.json @@ -156,8 +156,8 @@ "@metamask/eth-json-rpc-middleware": "^11.0.2", "@metamask/eth-ledger-bridge-keyring": "^6.0.0", "@metamask/eth-query": "^4.0.0", - "@metamask/eth-sig-util": "^7.0.2", - "@metamask/eth-snap-keyring": "^4.4.0", + "@metamask/eth-sig-util": "^8.0.0", + "@metamask/eth-snap-keyring": "^5.0.1", "@metamask/etherscan-link": "^2.0.0", "@metamask/ethjs-contract": "^0.4.1", "@metamask/ethjs-query": "^0.7.1", diff --git a/yarn.lock b/yarn.lock index 18dc55b5c42..491d98761de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4373,7 +4373,7 @@ tweetnacl "^1.0.3" tweetnacl-util "^0.15.1" -"@metamask/eth-sig-util@^7.0.2", "@metamask/eth-sig-util@^7.0.3": +"@metamask/eth-sig-util@^7.0.3": version "7.0.3" resolved "https://registry.yarnpkg.com/@metamask/eth-sig-util/-/eth-sig-util-7.0.3.tgz#be9e444fe0b8474c04e2ff42fd983173767f6ac0" integrity sha512-PAtGnOkYvh90k2lEZldq/FK7GTLF6WxE+2bV85PoA3pqlJnmJCAY62tuvxHSwnVngSKlc4mcNvjnUg2eYO6JGg== @@ -4408,21 +4408,6 @@ ethereum-cryptography "^2.1.2" randombytes "^2.1.0" -"@metamask/eth-snap-keyring@^4.4.0": - version "4.4.0" - resolved "https://registry.yarnpkg.com/@metamask/eth-snap-keyring/-/eth-snap-keyring-4.4.0.tgz#118f292523bc7717b2782776b6728bcd2b862730" - integrity sha512-N9+RMYrzwBvQER5aGc6kDjUNJi2m2A5LNUNC51v9oSvpQ2igooHQa+SHAdTpuh/OZ/oL3gvQ5dqz3ugS50kXmQ== - dependencies: - "@ethereumjs/tx" "^4.2.0" - "@metamask/eth-sig-util" "^7.0.3" - "@metamask/snaps-controllers" "^9.10.0" - "@metamask/snaps-sdk" "^6.7.0" - "@metamask/snaps-utils" "^8.3.0" - "@metamask/superstruct" "^3.1.0" - "@metamask/utils" "^9.2.1" - "@types/uuid" "^9.0.8" - uuid "^9.0.1" - "@metamask/eth-snap-keyring@^5.0.1": version "5.0.1" resolved "https://registry.yarnpkg.com/@metamask/eth-snap-keyring/-/eth-snap-keyring-5.0.1.tgz#aa16a5d623a4c68b44afaa9cd47f45a409f922d1"