From fab903be7a834d918a5d2e3c79b57e76bced5c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 06:02:45 +0000 Subject: [PATCH] Bump @metamask/controller-utils from 8.0.3 to 9.0.0 Bumps [@metamask/controller-utils](https://github.com/MetaMask/core) from 8.0.3 to 9.0.0. - [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.0) --- 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 6fc23bb2..1e9a19c2 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.0", "@metamask/utils": "^8.3.0", "abort-controller": "^3.0.0", "async-mutex": "^0.3.1", diff --git a/yarn.lock b/yarn.lock index 063372d8..ba717294 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.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@metamask/controller-utils/-/controller-utils-9.0.0.tgz#a8db0917c7c46b386dc88858af89c691e08c52e1" + integrity sha512-plDHTnKkioiRc2P89KQm39q6NzaxkHWLw7VMpF9AkkfHsAHmcklhN6hZ/5m/nPBc9xQeItb1+OfiICFtJ47AZw== 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==