Skip to content

Commit 6c67ff8

Browse files
authored
chore(deps): bump message-signing-snap to 1.1.1 (#31943)
## **Description** This is a version bump for the preinstalled @metamask/message-signing-snap to v1.1.1 This latest version has a number of improvements including support for multiple entropy sources (following SIP-30) and encryption, as well as results differentiated by origin. This snap is used by the AuthenticationController / UserStorageController and the latest version is necessary to make progress in the controllers. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/31943?quickstart=1) ## **Related issues** relates to: [IDENTITY-7](https://consensyssoftware.atlassian.net/browse/IDENTITY-7) required by: MetaMask/core#5630 relates to: MetaMask/metamask-mobile#14653 ## **Manual testing steps** No user-facing changes ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [X] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/main/.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/main/.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. [IDENTITY-7]: https://consensyssoftware.atlassian.net/browse/IDENTITY-7?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ Signed-off-by: Mircea Nistor <[email protected]>
1 parent 88edae5 commit 6c67ff8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
"@metamask/logging-controller": "^6.0.4",
292292
"@metamask/logo": "^4.0.0",
293293
"@metamask/message-manager": "^12.0.1",
294-
"@metamask/message-signing-snap": "^0.6.0",
294+
"@metamask/message-signing-snap": "^1.1.1",
295295
"@metamask/metamask-eth-abis": "^3.1.1",
296296
"@metamask/multichain-api-client": "^0.1.1",
297297
"@metamask/multichain-api-middleware": "^0.1.1",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -5762,10 +5762,10 @@ __metadata:
57625762
languageName: node
57635763
linkType: hard
57645764

5765-
"@metamask/message-signing-snap@npm:^0.6.0":
5766-
version: 0.6.0
5767-
resolution: "@metamask/message-signing-snap@npm:0.6.0"
5768-
checksum: 10/c74b3d897ffdadb2c2772e715578d037430955e962ff25fc3e56edfc60f0b08e55dd1e04dcda104d02a4424af09fedf8e2bd0dab24a34d91c1b8c685849b510a
5765+
"@metamask/message-signing-snap@npm:^1.1.1":
5766+
version: 1.1.1
5767+
resolution: "@metamask/message-signing-snap@npm:1.1.1"
5768+
checksum: 10/f28b8a095f72f6976391db53d33ef5bdbd1d676667ffaa5a48fbc6ddf8d261cc88c182105d61cae6e0fe2394922d18ec283e776dade6781112b5bc76325df515
57695769
languageName: node
57705770
linkType: hard
57715771

@@ -27408,7 +27408,7 @@ __metadata:
2740827408
"@metamask/logging-controller": "npm:^6.0.4"
2740927409
"@metamask/logo": "npm:^4.0.0"
2741027410
"@metamask/message-manager": "npm:^12.0.1"
27411-
"@metamask/message-signing-snap": "npm:^0.6.0"
27411+
"@metamask/message-signing-snap": "npm:^1.1.1"
2741227412
"@metamask/metamask-eth-abis": "npm:^3.1.1"
2741327413
"@metamask/multichain-api-client": "npm:^0.1.1"
2741427414
"@metamask/multichain-api-middleware": "npm:^0.1.1"

0 commit comments

Comments
 (0)