From 01fcb5a6e447509a69ed914d4497533aef3d941e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 06:05:25 +0000 Subject: [PATCH] chore(deps): bump @metamask/utils from 10.0.0 to 11.8.0 Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 10.0.0 to 11.8.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/v10.0.0...v11.8.0) --- updated-dependencies: - dependency-name: "@metamask/utils" dependency-version: 11.8.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 90ee447f..cc9ecb82 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@metamask/base-controller": "^8.0.3", "@metamask/controller-utils": "^11.3.0", "@metamask/eth-query": "^4.0.0", - "@metamask/utils": "^10.0.0", + "@metamask/utils": "^11.8.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 52e71a2b..037f366f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1588,7 +1588,7 @@ __metadata: "@metamask/gas-fee-controller": "npm:^24.0.0" "@metamask/json-rpc-engine": "npm:^10.0.1" "@metamask/network-controller": "npm:^24.1.0" - "@metamask/utils": "npm:^10.0.0" + "@metamask/utils": "npm:^11.8.0" "@types/jest": "npm:^29.5.14" "@types/node": "npm:^20.10.4" "@typescript-eslint/eslint-plugin": "npm:^5.42.1"