From b0efb2b1d84dc3ce7f75bf766b858375f7235a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 06:28:53 +0000 Subject: [PATCH] chore(deps): bump @metamask/controller-utils from 11.3.0 to 11.4.1 Bumps [@metamask/controller-utils](https://github.com/MetaMask/core) from 11.3.0 to 11.4.1. - [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@11.3.0...@metamask/controller-utils@11.4.1) --- updated-dependencies: - dependency-name: "@metamask/controller-utils" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index bfc87fa7..60b1e476 100644 --- a/yarn.lock +++ b/yarn.lock @@ -983,14 +983,14 @@ "@metamask/base-controller" "^7.0.1" "@metamask/controller-utils@^11.3.0": - version "11.3.0" - resolved "https://registry.yarnpkg.com/@metamask/controller-utils/-/controller-utils-11.3.0.tgz#530fd22289f717b752b4a7b6e504e1f2911b30a4" - integrity sha512-5b+Jg9sKKESzvQcuipHC1D7KSh98MVIi7hXQUk7iX+YVMl4KoKDv94Bl+li8g+jCBshMOV9bRMRh25/hdEvTZQ== + version "11.4.1" + resolved "https://registry.yarnpkg.com/@metamask/controller-utils/-/controller-utils-11.4.1.tgz#e679af57dd2cc7c6cbd27a907577482304ef5aa7" + integrity sha512-qnzmnw1Wj/MjgCVaTtyon0j9RocvCvSLXVw77V8HYaCvosbrurg3Ywu6X6Tv4YXNlcuigcS5e58eNRewaYM1+g== dependencies: "@ethereumjs/util" "^8.1.0" "@metamask/eth-query" "^4.0.0" "@metamask/ethjs-unit" "^0.3.0" - "@metamask/utils" "^9.1.0" + "@metamask/utils" "^10.0.0" "@spruceid/siwe-parser" "2.1.0" "@types/bn.js" "^5.1.5" bn.js "^5.2.1"