Skip to content

Commit

Permalink
chore(accounts-controller): bump eth-snap-keyring to 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Jan 16, 2025
1 parent 9f36688 commit 370105f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/accounts-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@ethereumjs/util": "^8.1.0",
"@metamask/base-controller": "^7.1.1",
"@metamask/eth-snap-keyring": "^8.0.0",
"@metamask/eth-snap-keyring": "^8.1.0",
"@metamask/keyring-api": "^13.0.0",
"@metamask/keyring-internal-api": "^2.0.0",
"@metamask/snaps-sdk": "^6.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-controller/src/AccountsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ export class AccountsController extends BaseController<
};
// Do not remove this comment - This error is flaky: Comment out or restore the `ts-expect-error` directive below as needed.
// See: https://github.com/MetaMask/utils/issues/168
// // @ts-expect-error Known issue - `Json` causes recursive error in immer `Draft`/`WritableDraft` types
// @ts-expect-error Known issue - `Json` causes recursive error in immer `Draft`/`WritableDraft` types
currentState.internalAccounts.accounts[accountId] = internalAccount;

if (metadata.name) {
Expand Down
23 changes: 17 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2262,7 +2262,7 @@ __metadata:
"@ethereumjs/util": "npm:^8.1.0"
"@metamask/auto-changelog": "npm:^3.4.4"
"@metamask/base-controller": "npm:^7.1.1"
"@metamask/eth-snap-keyring": "npm:^8.0.0"
"@metamask/eth-snap-keyring": "npm:^8.1.0"
"@metamask/keyring-api": "npm:^13.0.0"
"@metamask/keyring-controller": "npm:^19.0.3"
"@metamask/keyring-internal-api": "npm:^2.0.0"
Expand Down Expand Up @@ -2878,16 +2878,16 @@ __metadata:
languageName: node
linkType: hard

"@metamask/eth-snap-keyring@npm:^8.0.0":
version: 8.0.0
resolution: "@metamask/eth-snap-keyring@npm:8.0.0"
"@metamask/eth-snap-keyring@npm:^8.1.0":
version: 8.1.0
resolution: "@metamask/eth-snap-keyring@npm:8.1.0"
dependencies:
"@ethereumjs/tx": "npm:^4.2.0"
"@metamask/eth-sig-util": "npm:^8.1.2"
"@metamask/keyring-api": "npm:^13.0.0"
"@metamask/keyring-internal-api": "npm:^2.0.0"
"@metamask/keyring-internal-snap-client": "npm:^2.0.0"
"@metamask/keyring-utils": "npm:^1.0.0"
"@metamask/keyring-utils": "npm:^1.1.0"
"@metamask/snaps-controllers": "npm:^9.10.0"
"@metamask/snaps-sdk": "npm:^6.7.0"
"@metamask/snaps-utils": "npm:^8.3.0"
Expand All @@ -2899,7 +2899,7 @@ __metadata:
peerDependencies:
"@metamask/keyring-api": ^13.0.0
"@metamask/providers": ^18.3.1
checksum: 10/51bc9f703109acd662aac36986568cb25995307a2607f4634067cdd2353afda2eb620438993452f1376f6c7323660556df6c3e02c0c0b9e3dbe2d11d56d2a93f
checksum: 10/4b758f14540cf8ea892a80d8cf70234305e7f6978ab46dc58b727d6c6944d11dee22841fc17b22a7620662a5051ec189675f2dd06638733b9b1c3e8436c8b623
languageName: node
linkType: hard

Expand Down Expand Up @@ -3261,6 +3261,17 @@ __metadata:
languageName: node
linkType: hard

"@metamask/keyring-utils@npm:^1.1.0":
version: 1.1.0
resolution: "@metamask/keyring-utils@npm:1.1.0"
dependencies:
"@metamask/superstruct": "npm:^3.1.0"
"@metamask/utils": "npm:^11.0.1"
bitcoin-address-validation: "npm:^2.2.3"
checksum: 10/327eb37dcee41f47df212a9790672deec15c11692e370c15bb5687a2c90078b4d14dc61a9d7ce317e4bda03f18284731229feee19c1adae35bc859313da37ba5
languageName: node
linkType: hard

"@metamask/logging-controller@npm:^6.0.3, @metamask/logging-controller@workspace:packages/logging-controller":
version: 0.0.0-use.local
resolution: "@metamask/logging-controller@workspace:packages/logging-controller"
Expand Down

0 comments on commit 370105f

Please sign in to comment.