Skip to content

Commit fcb43e6

Browse files
Release/687.0.0 (#7202)
See changelog for details. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adopts JsonRpcEngine V2/InternalProvider across providers/middleware/network and bumps many controllers (network, transaction, keyring, accounts, polling, etc.) with breaking peer versions, plus minor features and fixes. > > - **Platform-wide upgrades**: > - Migrate to `JsonRpcEngine V2` and `InternalProvider` in `eth-json-rpc-provider`, `eth-json-rpc-middleware`, `network-controller`, and related packages. > - Bump monorepo to `687.0.0` and update `@metamask/controller-utils` to `11.16.0`. > - **Breaking dependency bumps**: > - `@metamask/network-controller` → `26.0.0`, `@metamask/transaction-controller` → `62.0.0`, `@metamask/keyring-controller` → `25.0.0`, `@metamask/accounts-controller` → `35.0.0`, `@metamask/polling-controller` → `16.0.0`. > - Broad peer/dep bumps across `assets-controllers (90.0.0)`, `bridge/bridge-status (62.0.0)`, `multichain-network-controller (3.0.0)`, `user-operation-controller (41.0.0)`, `signature-controller (37.0.0)`, `gator-permissions-controller (0.6.0)`, `preferences-controller (22.0.0)`, `account-tree-controller (4.0.0)`, `multichain-account-service (4.0.0)`, etc. > - **Provider/middleware**: > - `eth-json-rpc-provider` → `6.0.0`; `eth-block-tracker` → `15.0.0`; `eth-json-rpc-middleware` → `22.0.0` (adds `providerFromMiddlewareV2`/`providerAsMiddlewareV2`). > - **Features/Fixes**: > - `phishing-controller (16.0.0)`: add `scanAddress` support. > - `transaction-controller (62.0.0)`: add `getGasFeeTokens` action. > - `assets-controllers (90.0.0)`: optional filtering for Tron staking tokens. > - `bridge-controller`: expose `getQuotesReceivedProperties` util. > - `gas-fee-controller (26.0.0)`: fix stale network client IDs and other reliability tweaks. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit e8f810a. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: Michele Esposito <[email protected]>
1 parent 39f7d66 commit fcb43e6

File tree

105 files changed

+951
-601
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+951
-601
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "686.0.0",
3+
"version": "687.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {
@@ -60,10 +60,10 @@
6060
"@metamask/eslint-config-jest": "^14.1.0",
6161
"@metamask/eslint-config-nodejs": "^14.0.0",
6262
"@metamask/eslint-config-typescript": "^14.1.0",
63-
"@metamask/eth-block-tracker": "^14.0.0",
64-
"@metamask/eth-json-rpc-provider": "^5.0.1",
65-
"@metamask/json-rpc-engine": "^10.1.1",
66-
"@metamask/network-controller": "^25.0.0",
63+
"@metamask/eth-block-tracker": "^15.0.0",
64+
"@metamask/eth-json-rpc-provider": "^6.0.0",
65+
"@metamask/json-rpc-engine": "^10.2.0",
66+
"@metamask/network-controller": "^26.0.0",
6767
"@metamask/utils": "^11.8.1",
6868
"@ts-bridge/cli": "^0.6.4",
6969
"@types/jest": "^27.4.1",

packages/account-tree-controller/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.0.0]
11+
12+
### Changed
13+
14+
- **BREAKING:** Bump `@metamask/profile-sync-controller` from `^26.0.0` to `^27.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
15+
- **BREAKING:** Bump `@metamask/multichain-account-service` from `^3.0.0` to `^4.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
16+
- **BREAKING:** Bump `@metamask/keyring-controller` from `^24.0.0` to `^25.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
17+
- **BREAKING:** Bump `@metamask/accounts-controller` from `^34.0.0` to `^35.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
18+
1019
## [3.0.0]
1120

1221
### Changed
@@ -399,7 +408,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
399408
- Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
400409
- Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
401410

402-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
411+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
412+
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
403413
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
404414
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
405415
[1.6.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/account-tree-controller/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/account-tree-controller",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Controller to group account together based on some pre-defined rules",
55
"keywords": [
66
"MetaMask",
@@ -59,12 +59,12 @@
5959
},
6060
"devDependencies": {
6161
"@metamask/account-api": "^0.12.0",
62-
"@metamask/accounts-controller": "^34.0.0",
62+
"@metamask/accounts-controller": "^35.0.0",
6363
"@metamask/auto-changelog": "^3.4.4",
6464
"@metamask/keyring-api": "^21.0.0",
65-
"@metamask/keyring-controller": "^24.0.0",
66-
"@metamask/multichain-account-service": "^3.0.0",
67-
"@metamask/profile-sync-controller": "^26.0.0",
65+
"@metamask/keyring-controller": "^25.0.0",
66+
"@metamask/multichain-account-service": "^4.0.0",
67+
"@metamask/profile-sync-controller": "^27.0.0",
6868
"@metamask/providers": "^22.1.0",
6969
"@metamask/snaps-controllers": "^14.0.1",
7070
"@ts-bridge/cli": "^0.6.4",
@@ -79,10 +79,10 @@
7979
},
8080
"peerDependencies": {
8181
"@metamask/account-api": "^0.12.0",
82-
"@metamask/accounts-controller": "^34.0.0",
83-
"@metamask/keyring-controller": "^24.0.0",
84-
"@metamask/multichain-account-service": "^3.0.0",
85-
"@metamask/profile-sync-controller": "^26.0.0",
82+
"@metamask/accounts-controller": "^35.0.0",
83+
"@metamask/keyring-controller": "^25.0.0",
84+
"@metamask/multichain-account-service": "^4.0.0",
85+
"@metamask/profile-sync-controller": "^27.0.0",
8686
"@metamask/providers": "^22.0.0",
8787
"@metamask/snaps-controllers": "^14.0.0",
8888
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0"

packages/accounts-controller/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [35.0.0]
11+
12+
### Changed
13+
14+
- **BREAKING:** Bump `@metamask/network-controller` from `^25.0.0` to `^26.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
15+
- **BREAKING:** Bump `@metamask/keyring-controller` from `^24.0.0` to `^25.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
16+
1017
## [34.0.0]
1118

1219
### Changed
@@ -649,7 +656,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
649656

650657
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
651658

652-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
659+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
660+
[35.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
653661
[34.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
654662
[33.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
655663
[33.1.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/accounts-controller/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/accounts-controller",
3-
"version": "34.0.0",
3+
"version": "35.0.0",
44
"description": "Manages internal accounts",
55
"keywords": [
66
"MetaMask",
@@ -67,9 +67,9 @@
6767
},
6868
"devDependencies": {
6969
"@metamask/auto-changelog": "^3.4.4",
70-
"@metamask/controller-utils": "^11.15.0",
71-
"@metamask/keyring-controller": "^24.0.0",
72-
"@metamask/network-controller": "^25.0.0",
70+
"@metamask/controller-utils": "^11.16.0",
71+
"@metamask/keyring-controller": "^25.0.0",
72+
"@metamask/network-controller": "^26.0.0",
7373
"@metamask/providers": "^22.1.0",
7474
"@metamask/snaps-controllers": "^14.0.1",
7575
"@ts-bridge/cli": "^0.6.4",
@@ -83,8 +83,8 @@
8383
"webextension-polyfill": "^0.12.0"
8484
},
8585
"peerDependencies": {
86-
"@metamask/keyring-controller": "^24.0.0",
87-
"@metamask/network-controller": "^25.0.0",
86+
"@metamask/keyring-controller": "^25.0.0",
87+
"@metamask/network-controller": "^26.0.0",
8888
"@metamask/providers": "^22.0.0",
8989
"@metamask/snaps-controllers": "^14.0.0",
9090
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0"

packages/address-book-controller/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [7.0.1]
11+
12+
### Changed
13+
14+
- Bump `@metamask/controller-utils` from `^11.15.0` to `^11.16.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
15+
1016
## [7.0.0]
1117

1218
### Changed
@@ -257,7 +263,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
257263

258264
All changes listed after this point were applied to this package following the monorepo conversion.
259265

260-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
266+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
267+
[7.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
261268
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
262269
[6.2.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
263270
[6.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/address-book-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/address-book-controller",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Manages a list of recipient addresses associated with nicknames",
55
"keywords": [
66
"MetaMask",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@metamask/base-controller": "^9.0.0",
52-
"@metamask/controller-utils": "^11.15.0",
52+
"@metamask/controller-utils": "^11.16.0",
5353
"@metamask/messenger": "^0.3.0",
5454
"@metamask/utils": "^11.8.1"
5555
},

packages/analytics-controller/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Initial release of @metamask/analytics-controller.
12+
- Initial release of @metamask/analytics-controller. ([#7017](https://github.com/MetaMask/core/pull/7017), [#7202](https://github.com/MetaMask/core/pull/7202))
1313

1414
[Unreleased]: https://github.com/MetaMask/core/

packages/assets-controllers/CHANGELOG.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [90.0.0]
11+
1012
### Added
1113

1214
- Added optional filtering of Tron staking tokens (energy, bandwidth) in asset selectors `selectAssetsBySelectedAccountGroup` (defaults to `true`) ([#7198](https://github.com/MetaMask/core/pull/7198))
1315

16+
### Changed
17+
18+
- Bump `@metamask/polling-controller` from `^15.0.0` to `^16.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
19+
- Bump `@metamask/controller-utils` from `^11.15.0` to `^11.16.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
20+
- **BREAKING:** Bump `@metamask/transaction-controller` from `^61.0.0` to `^62.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
21+
- **BREAKING:** Bump `@metamask/preferences-controller` from `^21.0.0` to `^22.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
22+
- **BREAKING:** Bump `@metamask/phishing-controller` from `^15.0.0` to `^16.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
23+
- **BREAKING:** Bump `@metamask/network-controller` from `^25.0.0` to `^26.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
24+
- **BREAKING:** Bump `@metamask/keyring-controller` from `^24.0.0` to `^25.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
25+
- **BREAKING:** Bump `@metamask/core-backend` from `^4.1.0` to `^5.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
26+
- **BREAKING:** Bump `@metamask/accounts-controller` from `^34.0.0` to `^35.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
27+
- **BREAKING:** Bump `@metamask/account-tree-controller` from `^3.0.0` to `^4.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
28+
1429
## [89.0.1]
1530

1631
### Fixed
@@ -249,7 +264,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
249264
### Changed
250265

251266
- **BREAKING:** Change `accountsApiChainIds` parameter from `ChainIdHex[]` to `() => ChainIdHex[]` in both `AccountTrackerController` and `TokenBalancesController` ([#6776](https://github.com/MetaMask/core/pull/6776))
252-
253267
- Enables dynamic configuration of chains that should use Accounts API strategy
254268
- Allows runtime determination of supported chain IDs instead of static array
255269

@@ -305,7 +319,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
305319
### Added
306320

307321
- Add `Monad Mainnet` support ([#6618](https://github.com/MetaMask/core/pull/6618))
308-
309322
- Add `Monad Mainnet` balance scan contract address in `SINGLE_CALL_BALANCES_ADDRESS_BY_CHAINID`
310323
- Add `Monad Mainnet` in `SupportedTokenDetectionNetworks`
311324
- Add `Monad Mainnet` in `SUPPORTED_CHAIN_IDS`
@@ -382,7 +395,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
382395
### Changed
383396

384397
- Improve balance fetching performance and resilience by parallelizing multi-chain operations and moving timeout handling to fetchers ([#6390](https://github.com/MetaMask/core/pull/6390))
385-
386398
- Replace sequential `for` loops with `Promise.allSettled` in `RpcBalanceFetcher` and `AccountTrackerController` for parallel chain processing
387399
- Move timeout handling from controller-level `Promise.race` to fetcher-level `safelyExecuteWithTimeout` for better error isolation
388400
- Add `safelyExecuteWithTimeout` to both `RpcBalanceFetcher` and `AccountsApiBalanceFetcher` to prevent individual chain timeouts from blocking other chains
@@ -394,7 +406,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
394406
### Added
395407

396408
- Enable `AccountTrackerController` to fetch native balances using AccountsAPI when `allowExternalServices` is enabled ([#6369](https://github.com/MetaMask/core/pull/6369))
397-
398409
- Implement native balance fetching via AccountsAPI when `useAccountsAPI` and `allowExternalServices` are both true
399410
- Add fallback to RPC balance fetching when external services are disabled
400411
- Add comprehensive test coverage for both AccountsAPI and RPC balance fetching scenarios
@@ -419,7 +430,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
419430
- Add comprehensive unit tests for token address normalization scenarios
420431

421432
- Fix TokenBalancesController timeout handling by replacing `safelyExecuteWithTimeout` with proper `Promise.race` implementation ([#6365](https://github.com/MetaMask/core/pull/6365))
422-
423433
- Replace `safelyExecuteWithTimeout` which was silently swallowing timeout errors with direct `Promise.race` that properly throws
424434
- Reduce RPC timeout from 3 minutes to 15 seconds for better responsiveness and batch size
425435
- Enable proper fallback between API and RPC balance fetchers when timeouts occur
@@ -2296,7 +2306,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22962306
22972307
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
22982308
2299-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
2309+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
2310+
[90.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
23002311
[89.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
23012312
[89.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
23022313
[88.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/assets-controllers/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controllers",
3-
"version": "89.0.1",
3+
"version": "90.0.0",
44
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
55
"keywords": [
66
"MetaMask",
@@ -57,12 +57,12 @@
5757
"@metamask/abi-utils": "^2.0.3",
5858
"@metamask/base-controller": "^9.0.0",
5959
"@metamask/contract-metadata": "^2.4.0",
60-
"@metamask/controller-utils": "^11.15.0",
60+
"@metamask/controller-utils": "^11.16.0",
6161
"@metamask/eth-query": "^4.0.0",
6262
"@metamask/keyring-api": "^21.0.0",
6363
"@metamask/messenger": "^0.3.0",
6464
"@metamask/metamask-eth-abis": "^3.1.1",
65-
"@metamask/polling-controller": "^15.0.0",
65+
"@metamask/polling-controller": "^16.0.0",
6666
"@metamask/rpc-errors": "^7.0.2",
6767
"@metamask/snaps-sdk": "^9.0.0",
6868
"@metamask/snaps-utils": "^11.0.0",
@@ -82,23 +82,23 @@
8282
"devDependencies": {
8383
"@babel/runtime": "^7.23.9",
8484
"@metamask/account-api": "^0.12.0",
85-
"@metamask/account-tree-controller": "^3.0.0",
86-
"@metamask/accounts-controller": "^34.0.0",
85+
"@metamask/account-tree-controller": "^4.0.0",
86+
"@metamask/accounts-controller": "^35.0.0",
8787
"@metamask/approval-controller": "^8.0.0",
8888
"@metamask/auto-changelog": "^3.4.4",
89-
"@metamask/core-backend": "^4.1.0",
89+
"@metamask/core-backend": "^5.0.0",
9090
"@metamask/ethjs-provider-http": "^0.3.0",
91-
"@metamask/keyring-controller": "^24.0.0",
91+
"@metamask/keyring-controller": "^25.0.0",
9292
"@metamask/keyring-internal-api": "^9.0.0",
9393
"@metamask/keyring-snap-client": "^8.0.0",
94-
"@metamask/multichain-account-service": "^3.0.0",
95-
"@metamask/network-controller": "^25.0.0",
96-
"@metamask/permission-controller": "^12.1.0",
97-
"@metamask/phishing-controller": "^15.0.1",
98-
"@metamask/preferences-controller": "^21.0.0",
94+
"@metamask/multichain-account-service": "^4.0.0",
95+
"@metamask/network-controller": "^26.0.0",
96+
"@metamask/permission-controller": "^12.1.1",
97+
"@metamask/phishing-controller": "^16.0.0",
98+
"@metamask/preferences-controller": "^22.0.0",
9999
"@metamask/providers": "^22.1.0",
100100
"@metamask/snaps-controllers": "^14.0.1",
101-
"@metamask/transaction-controller": "^61.3.0",
101+
"@metamask/transaction-controller": "^62.0.0",
102102
"@ts-bridge/cli": "^0.6.4",
103103
"@types/jest": "^27.4.1",
104104
"@types/lodash": "^4.14.191",
@@ -115,18 +115,18 @@
115115
"webextension-polyfill": "^0.12.0"
116116
},
117117
"peerDependencies": {
118-
"@metamask/account-tree-controller": "^3.0.0",
119-
"@metamask/accounts-controller": "^34.0.0",
118+
"@metamask/account-tree-controller": "^4.0.0",
119+
"@metamask/accounts-controller": "^35.0.0",
120120
"@metamask/approval-controller": "^8.0.0",
121-
"@metamask/core-backend": "^4.1.0",
122-
"@metamask/keyring-controller": "^24.0.0",
123-
"@metamask/network-controller": "^25.0.0",
121+
"@metamask/core-backend": "^5.0.0",
122+
"@metamask/keyring-controller": "^25.0.0",
123+
"@metamask/network-controller": "^26.0.0",
124124
"@metamask/permission-controller": "^12.0.0",
125-
"@metamask/phishing-controller": "^15.0.0",
126-
"@metamask/preferences-controller": "^21.0.0",
125+
"@metamask/phishing-controller": "^16.0.0",
126+
"@metamask/preferences-controller": "^22.0.0",
127127
"@metamask/providers": "^22.0.0",
128128
"@metamask/snaps-controllers": "^14.0.0",
129-
"@metamask/transaction-controller": "^61.0.0",
129+
"@metamask/transaction-controller": "^62.0.0",
130130
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0"
131131
},
132132
"engines": {

0 commit comments

Comments
 (0)