Skip to content

Commit

Permalink
build(deps): bump @metamask/composable-controller from 3.0.3 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [@metamask/composable-controller](https://github.com/MetaMask/core) from 3.0.3 to 7.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/[email protected]...@metamask/[email protected])

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent d4cff60 commit b0ded97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"@metamask/approval-controller": "^7.0.1",
"@metamask/assets-controllers": "^30.0.0",
"@metamask/base-controller": "^5.0.0",
"@metamask/composable-controller": "^3.0.0",
"@metamask/composable-controller": "^7.0.0",
"@metamask/contract-metadata": "^2.1.0",
"@metamask/controller-utils": "^10.0.0",
"@metamask/design-tokens": "^4.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4178,7 +4178,7 @@
single-call-balance-checker-abi "^1.0.0"
uuid "^8.3.2"

"@metamask/base-controller@^3.0.0", "@metamask/base-controller@^3.2.3":
"@metamask/base-controller@^3.0.0":
version "3.2.3"
resolved "https://registry.yarnpkg.com/@metamask/base-controller/-/base-controller-3.2.3.tgz#7436a14f6789acf0814952dabaa70ee4fb7d473c"
integrity sha512-k66oZe7BOEx0D5N5X8feE/32QlrUTmiEHHAZU/yCac2+VHllJOCEQV/cTeaAtgepnEf8O7SskvYZN+eIjgS99w==
Expand Down Expand Up @@ -4232,12 +4232,12 @@
"@metamask/utils" "^8.2.0"
"@types/eslint" "^8.44.7"

"@metamask/composable-controller@^3.0.0":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@metamask/composable-controller/-/composable-controller-3.0.3.tgz#9644a65c482996ee033eae34e169eb9713e4a33e"
integrity sha512-dF8emJGwJi66Uhk+VoBaQpl5+DT3+cT/g/IBZ6pg4cbAu8L/kXuS3sw8JEKFskkaSVy/can8qgcBY5zU4LfeUA==
"@metamask/composable-controller@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@metamask/composable-controller/-/composable-controller-7.0.0.tgz#90a1e6dc44c0f03763cb0de4fe33477c65a0d89f"
integrity sha512-JL2bn5ODE980mnhKHQCP7dx8uCbRP8r0Ce0LCU2pWLzWMe8UtzBt00QEpmsSiguToG0kkRiqFtTjM2QgvRVQ5g==
dependencies:
"@metamask/base-controller" "^3.2.3"
"@metamask/base-controller" "^6.0.0"

"@metamask/contract-metadata@^2.1.0", "@metamask/contract-metadata@^2.4.0":
version "2.2.0"
Expand Down

0 comments on commit b0ded97

Please sign in to comment.