Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Bump signature controller to 20.1.0 #28064

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
"@metamask/safe-event-emitter": "^3.1.1",
"@metamask/scure-bip39": "^2.0.3",
"@metamask/selected-network-controller": "^18.0.2",
"@metamask/signature-controller": "^20.0.0",
"@metamask/signature-controller": "^20.0.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean 20.1.0?

"@metamask/smart-transactions-controller": "^13.0.0",
"@metamask/snaps-controllers": "^9.11.1",
"@metamask/snaps-execution-environments": "^6.9.1",
Expand Down
26 changes: 20 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5289,6 +5289,20 @@ __metadata:
languageName: node
linkType: hard

"@metamask/eth-sig-util@npm:^8.0.0":
version: 8.0.0
resolution: "@metamask/eth-sig-util@npm:8.0.0"
dependencies:
"@ethereumjs/util": "npm:^8.1.0"
"@metamask/abi-utils": "npm:^2.0.4"
"@metamask/utils": "npm:^9.0.0"
"@scure/base": "npm:~1.1.3"
ethereum-cryptography: "npm:^2.1.2"
tweetnacl: "npm:^1.0.3"
checksum: 10/5de92bc59df31bcf417ecbdfd2b47f15c21b29454f45108513c55d9c005b7cb51373e9d254bd97533603ab7c7758fdf8fc5159612f366b05f92ebe5beb6d75d8
languageName: node
linkType: hard

"@metamask/eth-simple-keyring@npm:^6.0.5":
version: 6.0.5
resolution: "@metamask/eth-simple-keyring@npm:6.0.5"
Expand Down Expand Up @@ -6143,13 +6157,13 @@ __metadata:
languageName: node
linkType: hard

"@metamask/signature-controller@npm:^20.0.0":
version: 20.0.0
resolution: "@metamask/signature-controller@npm:20.0.0"
"@metamask/signature-controller@npm:^20.0.1":
version: 20.1.0
resolution: "@metamask/signature-controller@npm:20.1.0"
dependencies:
"@metamask/base-controller": "npm:^7.0.1"
"@metamask/controller-utils": "npm:^11.3.0"
"@metamask/eth-sig-util": "npm:^7.0.1"
"@metamask/eth-sig-util": "npm:^8.0.0"
"@metamask/utils": "npm:^9.1.0"
jsonschema: "npm:^1.2.4"
lodash: "npm:^4.17.21"
Expand All @@ -6158,7 +6172,7 @@ __metadata:
"@metamask/approval-controller": ^7.0.0
"@metamask/keyring-controller": ^17.0.0
"@metamask/logging-controller": ^6.0.0
checksum: 10/5647e362b4478d9cdb9f04027d7bad950efbe310496fc0347a92649a084bb92fc92a7fc5f911f8835e0d6b4e7ed6cf572594a79a57a31240948b87dd2267cdf8
checksum: 10/0e79d554e01cd1af6edd4543b848c51d93701296c71569d5c7d3814f7b500d2ef52f9776ba777b55a6dc65c2e9803e72fc4f82eeb89a81585416b7bb36b776a2
languageName: node
linkType: hard

Expand Down Expand Up @@ -25999,7 +26013,7 @@ __metadata:
"@metamask/safe-event-emitter": "npm:^3.1.1"
"@metamask/scure-bip39": "npm:^2.0.3"
"@metamask/selected-network-controller": "npm:^18.0.2"
"@metamask/signature-controller": "npm:^20.0.0"
"@metamask/signature-controller": "npm:^20.0.1"
"@metamask/smart-transactions-controller": "npm:^13.0.0"
"@metamask/snaps-controllers": "npm:^9.11.1"
"@metamask/snaps-execution-environments": "npm:^6.9.1"
Expand Down
Loading