Skip to content

Commit

Permalink
chore(deps): bump @metamask/controller-utils from 3.4.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [@metamask/controller-utils](https://github.com/MetaMask/core) from 3.4.0 to 4.1.0.
- [Release notes](https://github.com/MetaMask/core/releases)
- [Changelog](https://github.com/MetaMask/core/blob/main/CHANGELOG.old.md)
- [Commits](https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected])

---
updated-dependencies:
- dependency-name: "@metamask/controller-utils"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 2a1cbf3 commit 4064a96
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mmiController/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@metamask-institutional/sdk": "^0.1.17",
"@metamask-institutional/transaction-update": "^0.1.21",
"@metamask-institutional/types": "^1.0.3",
"@metamask/controller-utils": "^3.4.0",
"@metamask/controller-utils": "^4.1.0",
"@metamask/eth-keyring-controller": "^10.0.1",
"@metamask/message-manager": "^5.0.0",
"@metamask/network-controller": "^8.0.0",
Expand Down
17 changes: 16 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1347,6 +1347,21 @@
ethjs-unit "^0.1.6"
fast-deep-equal "^3.1.3"

"@metamask/controller-utils@^4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@metamask/controller-utils/-/controller-utils-4.1.0.tgz#bb090de5172f703c414fdfa5f9be4eb9e32f9657"
integrity sha512-KsNpzdy6QkkZVgqfheCuGZwPrp+Luj7Z0+5rqgBAs+K7P4sFWwucay4jSxqZ5dx/kuG5bFG8ABpH5I+zaZq6Lw==
dependencies:
"@metamask/utils" "^5.0.2"
"@spruceid/siwe-parser" "1.1.3"
babel-runtime "^6.26.0"
eth-ens-namehash "^2.0.8"
eth-query "^2.1.2"
eth-rpc-errors "^4.0.2"
ethereumjs-util "^7.0.10"
ethjs-unit "^0.1.6"
fast-deep-equal "^3.1.3"

"@metamask/eth-hd-keyring@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@metamask/eth-hd-keyring/-/eth-hd-keyring-6.0.0.tgz#a46788d4bbc7aa5d8263ed6e4348101a80519a69"
Expand Down Expand Up @@ -1507,7 +1522,7 @@
resolved "https://registry.yarnpkg.com/@metamask/types/-/types-1.1.0.tgz#9bd14b33427932833c50c9187298804a18c2e025"
integrity sha512-EEV/GjlYkOSfSPnYXfOosxa3TqYtIW3fhg6jdw+cok/OhMgNn4wCfbENFqjytrHMU2f7ZKtBAvtiP5V8H44sSw==

"@metamask/utils@^5.0.1":
"@metamask/utils@^5.0.1", "@metamask/utils@^5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@metamask/utils/-/utils-5.0.2.tgz#140ba5061d90d9dac0280c19cab101bc18c8857c"
integrity sha512-yfmE79bRQtnMzarnKfX7AEJBwFTxvTyw3nBQlu/5rmGXrjAeAMltoGxO62TFurxrQAFMNa/fEjIHNvungZp0+g==
Expand Down

0 comments on commit 4064a96

Please sign in to comment.