From 52ce7730172282e34c539da6e03173d8dc39441e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:38:55 +0000 Subject: [PATCH] Bump @metamask/controller-utils from 8.0.3 to 9.0.2 Bumps [@metamask/controller-utils](https://github.com/MetaMask/core) from 8.0.3 to 9.0.2. - [Release notes](https://github.com/MetaMask/core/releases) - [Changelog](https://github.com/MetaMask/core/blob/main/docs/reviewing-release-prs.md) - [Commits](https://github.com/MetaMask/core/compare/@metamask/controller-utils@8.0.3...@metamask/controller-utils@9.0.2) --- updated-dependencies: - dependency-name: "@metamask/controller-utils" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ff65dc1e..0138b6b0 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "dependencies": { "@metamask/controllers": "^33.0.0", "@metamask/eth-query": "^4.0.0", - "@metamask/controller-utils": "^8.0.2", + "@metamask/controller-utils": "^9.0.2", "@metamask/utils": "^8.3.0", "abort-controller": "^3.0.0", "async-mutex": "^0.3.1", diff --git a/yarn.lock b/yarn.lock index 285865f2..f0092360 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1053,17 +1053,19 @@ resolved "https://registry.yarnpkg.com/@metamask/contract-metadata/-/contract-metadata-1.36.0.tgz#8e277190195e9c26733752457d2004d149fd7e0e" integrity sha512-weTsrXfDQHOgYaiI5giMcOAsD3ChcwnoryasT7xmAfLSKIbKP3RTTUu63VWYBoFCBZugHrhKD6z+N+nm8qAWBQ== -"@metamask/controller-utils@^8.0.2": - version "8.0.3" - resolved "https://registry.yarnpkg.com/@metamask/controller-utils/-/controller-utils-8.0.3.tgz#b27e4ba5f579ab59bf49174aae652fec41652337" - integrity sha512-a1rxrBcu4rSqeSuH3vUIYA7fK8ZLnogxMOTk19Q86fOhuYN/p2CDwgxdr3RrZtDgyVEe5RJ38TSXiPI8Nh5g6A== +"@metamask/controller-utils@^9.0.2": + version "9.0.2" + resolved "https://registry.yarnpkg.com/@metamask/controller-utils/-/controller-utils-9.0.2.tgz#efae1316fc6694078dfc103534bdb9a1eea2cbdd" + integrity sha512-to45RfNDqhyjxM6e68ZICMwi15Tla+k5PQqq+U9o3HvCqaVo4U6YInJmNIEbycJhEr7Q9+srmHU3VhPgkYCtyA== dependencies: + "@ethereumjs/util" "^8.1.0" "@metamask/eth-query" "^4.0.0" "@metamask/ethjs-unit" "^0.3.0" "@metamask/utils" "^8.3.0" "@spruceid/siwe-parser" "1.1.3" + "@types/bn.js" "^5.1.5" + bn.js "^5.2.1" eth-ens-namehash "^2.0.8" - ethereumjs-util "^7.0.10" fast-deep-equal "^3.1.3" "@metamask/controllers@^33.0.0": @@ -1447,7 +1449,7 @@ dependencies: "@types/node" "*" -"@types/bn.js@^5.1.0": +"@types/bn.js@^5.1.0", "@types/bn.js@^5.1.5": version "5.1.5" resolved "https://registry.yarnpkg.com/@types/bn.js/-/bn.js-5.1.5.tgz#2e0dacdcce2c0f16b905d20ff87aedbc6f7b4bf0" integrity sha512-V46N0zwKRF5Q00AZ6hWtN0T8gGmDUaUzLWQvHFo5yThtVwK/VCenFY3wXVbOvNfajEpsTfQM4IN9k/d6gUVX3A==