Skip to content

Commit

Permalink
chore: Bump MetaMask dependencies (#923)
Browse files Browse the repository at this point in the history
<!--
Thanks for your contribution! Take a moment to answer these questions so
that reviewers have the information they need to properly understand
your changes:

* What is the current state of things and why does it need to change?
* What is the solution your changes offer and how does it work?

Are there any issues or other links reviewers should consult to
understand this pull request better? For instance:

* Fixes #12345
* See: #67890
-->

Bumps `metamask/utils` and other MetaMask dependencies, in an effort to
unblock usage of the latest utils version in `snaps`.
  • Loading branch information
FrederikBolding authored Oct 31, 2024
1 parent 52ad3b8 commit 67b6f6d
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 96 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@metamask/superstruct": "^3.1.0",
"@metamask/utils": "^9.1.0",
"@metamask/utils": "^10.0.0",
"@noble/curves": "^1.2.0",
"@noble/hashes": "^1.3.2"
},
Expand All @@ -42,9 +42,9 @@
"@metamask/eslint-config-jest": "^12.1.0",
"@metamask/eslint-config-nodejs": "^12.1.0",
"@metamask/eslint-config-typescript": "^12.1.0",
"@metamask/snaps-controllers": "^9.4.0",
"@metamask/snaps-sdk": "^6.2.1",
"@metamask/snaps-utils": "^8.0.1",
"@metamask/snaps-controllers": "^9.11.1",
"@metamask/snaps-sdk": "^6.9.0",
"@metamask/snaps-utils": "^8.4.1",
"@noble/curves": "^1.2.0",
"@types/jest": "^28.1.6",
"@types/node": "^17.0.23",
Expand Down
Loading

0 comments on commit 67b6f6d

Please sign in to comment.