Skip to content

Commit 1e18d45

Browse files
authored
chore(deps): bump accounts-controller to version 16.0.0 (MetaMask#25201)
## **Description** This PR bumps the `@metamask/accounts-controller` to ^16.0.0 ## **Related issues** Fixes: ## **Manual testing steps** ## **Screenshots/Recordings** ## **Pre-merge author checklist** - [x] I’ve followed [MetaMask Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
1 parent 9f6803e commit 1e18d45

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
"@metamask-institutional/sdk": "^0.1.27",
282282
"@metamask-institutional/transaction-update": "^0.2.2",
283283
"@metamask/abi-utils": "^2.0.2",
284-
"@metamask/accounts-controller": "^15.0.0",
284+
"@metamask/accounts-controller": "^16.0.0",
285285
"@metamask/address-book-controller": "^4.0.1",
286286
"@metamask/announcement-controller": "^6.1.0",
287287
"@metamask/approval-controller": "^6.0.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4630,12 +4630,12 @@ __metadata:
46304630
languageName: node
46314631
linkType: hard
46324632

4633-
"@metamask/accounts-controller@npm:^15.0.0":
4634-
version: 15.0.0
4635-
resolution: "@metamask/accounts-controller@npm:15.0.0"
4633+
"@metamask/accounts-controller@npm:^16.0.0":
4634+
version: 16.0.0
4635+
resolution: "@metamask/accounts-controller@npm:16.0.0"
46364636
dependencies:
46374637
"@ethereumjs/util": "npm:^8.1.0"
4638-
"@metamask/base-controller": "npm:^5.0.2"
4638+
"@metamask/base-controller": "npm:^6.0.0"
46394639
"@metamask/eth-snap-keyring": "npm:^4.1.1"
46404640
"@metamask/keyring-api": "npm:^6.1.1"
46414641
"@metamask/snaps-sdk": "npm:^4.2.0"
@@ -4646,9 +4646,9 @@ __metadata:
46464646
immer: "npm:^9.0.6"
46474647
uuid: "npm:^8.3.2"
46484648
peerDependencies:
4649-
"@metamask/keyring-controller": ^16.1.0
4649+
"@metamask/keyring-controller": ^17.0.0
46504650
"@metamask/snaps-controllers": ^8.1.1
4651-
checksum: 10/58c572ca1228268d39caad9bb24d6c1060e02e3ae063bb820f8c221b695b11b0f3a19b1ed56a0264b67192b3bbc354b6a6ff5c0fa94de4350e8ac84c8795a4c9
4651+
checksum: 10/dadba61bf13235a9d0c2a857d14767229afda923f868c514418dbd6ca662c9fdffb0fb46ef2454f33bdc1390210678e209202c06c92e6fb9d2d13d05da80db70
46524652
languageName: node
46534653
linkType: hard
46544654

@@ -24866,7 +24866,7 @@ __metadata:
2486624866
"@metamask-institutional/sdk": "npm:^0.1.27"
2486724867
"@metamask-institutional/transaction-update": "npm:^0.2.2"
2486824868
"@metamask/abi-utils": "npm:^2.0.2"
24869-
"@metamask/accounts-controller": "npm:^15.0.0"
24869+
"@metamask/accounts-controller": "npm:^16.0.0"
2487024870
"@metamask/address-book-controller": "npm:^4.0.1"
2487124871
"@metamask/announcement-controller": "npm:^6.1.0"
2487224872
"@metamask/approval-controller": "npm:^6.0.1"

0 commit comments

Comments
 (0)