From 468d02bea26ffc1d6efe85459aa18e93446859d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:27:13 +0000 Subject: [PATCH] chore(deps): bump @metamask/utils from 8.5.0 to 9.3.0 Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 8.5.0 to 9.3.0. - [Release notes](https://github.com/MetaMask/utils/releases) - [Changelog](https://github.com/MetaMask/utils/blob/main/CHANGELOG.md) - [Commits](https://github.com/MetaMask/utils/compare/v8.5.0...v9.3.0) --- updated-dependencies: - dependency-name: "@metamask/utils" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 985b6420..f0242c35 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@metamask/controller-utils": "^10.0.0", "@metamask/eth-query": "^4.0.0", "@metamask/gas-fee-controller": "^15.1.2", - "@metamask/utils": "^8.3.0", + "@metamask/utils": "^9.3.0", "async-mutex": "^0.5.0", "bignumber.js": "^9.0.1", "bn.js": "^5.2.1", diff --git a/yarn.lock b/yarn.lock index 7e1d3b88..92ed6276 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1406,10 +1406,10 @@ semver "^7.5.4" uuid "^9.0.1" -"@metamask/utils@^9.0.0": - version "9.1.0" - resolved "https://registry.yarnpkg.com/@metamask/utils/-/utils-9.1.0.tgz#54e5afcec07e6032d4dd4171e862b36daa52d77e" - integrity sha512-g2REf+xSt0OZfMoNNdC4+/Yy8eP3KUqvIArel54XRFKPoXbHI6+YjFfrLtfykWBjffOp7DTfIc3Kvk5TLfuiyg== +"@metamask/utils@^9.0.0", "@metamask/utils@^9.3.0": + version "9.3.0" + resolved "https://registry.yarnpkg.com/@metamask/utils/-/utils-9.3.0.tgz#4726bd7f5d6a43ea8425b6d663ab9207f617c2d1" + integrity sha512-w8CVbdkDrVXFJbfBSlDfafDR6BAkpDmv1bC1UJVCoVny5tW2RKAdn9i68Xf7asYT4TnUhl/hN4zfUiKQq9II4g== dependencies: "@ethereumjs/tx" "^4.2.0" "@metamask/superstruct" "^3.1.0"