Skip to content

Commit cea89c6

Browse files
authored
chore: cp-7.47.0 upgrade solana-wallet-snap to v1.27.0 (#15282)
## **Description** PR to upgrade solana-wallet-snap dependency to v1.27.0 ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **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** - [ ] I’ve followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] 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-mobile/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.
1 parent be07ac6 commit cea89c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
"@metamask/snaps-rpc-methods": "^12.1.0",
225225
"@metamask/snaps-sdk": "^6.22.1",
226226
"@metamask/snaps-utils": "^9.2.1",
227-
"@metamask/solana-wallet-snap": "^1.25.1",
227+
"@metamask/solana-wallet-snap": "^1.27.0",
228228
"@metamask/stake-sdk": "^1.0.0",
229229
"@metamask/swappable-obj-proxy": "^2.1.0",
230230
"@metamask/swaps-controller": "^13.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5830,10 +5830,10 @@
58305830
ses "^1.12.0"
58315831
validate-npm-package-name "^5.0.0"
58325832

5833-
"@metamask/solana-wallet-snap@^1.25.1":
5834-
version "1.25.1"
5835-
resolved "https://registry.yarnpkg.com/@metamask/solana-wallet-snap/-/solana-wallet-snap-1.25.1.tgz#e5a996cbf51e928d7a0f8fd6a78e5ff24dbedb0f"
5836-
integrity sha512-eOnPFnLoADmybpqRQpkYi2FYlve/UArXIMTSvR51BnoYM9yVAhBFnyHc2nUgRdk0/y089eigAneg4sUdmL63ig==
5833+
"@metamask/solana-wallet-snap@^1.27.0":
5834+
version "1.27.0"
5835+
resolved "https://registry.yarnpkg.com/@metamask/solana-wallet-snap/-/solana-wallet-snap-1.27.0.tgz#35ffba657686e6998eeef4d85e1926cc263949b9"
5836+
integrity sha512-baLGLYztK/yspSePBS0R4R2lmp/LRUPz4lk2DMoH+vLe2RSbIVEdx5Gj5kVT47AI4MHUMAVVd9/wCsIHy3qTDg==
58375837

58385838
"@metamask/stake-sdk@^1.0.0":
58395839
version "1.0.0"

0 commit comments

Comments
 (0)