Skip to content

Commit

Permalink
chore(deps): bump dependencies (#4262)
Browse files Browse the repository at this point in the history
## Explanation

This pull request updates the following dependencies
- `@metamask/keyring-api` to `^6.1.1`, 
- `@metamask/eth-snap-keyring` to `^4.1.1` 
- `@metamask/snaps-utils` to `^7.4.0`
- `@metamask/snaps-controllers` to `^8.1.1`

## References

## Changelog

## Checklist

- [ ] I've updated the test suite for new or updated code as appropriate
- [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [ ] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
  • Loading branch information
montelaidev authored May 17, 2024
1 parent da3b931 commit fd97553
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 118 deletions.
12 changes: 6 additions & 6 deletions packages/accounts-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"dependencies": {
"@ethereumjs/util": "^8.1.0",
"@metamask/base-controller": "^5.0.2",
"@metamask/eth-snap-keyring": "^4.0.0",
"@metamask/keyring-api": "^6.0.0",
"@metamask/snaps-sdk": "^4.0.1",
"@metamask/snaps-utils": "^7.1.0",
"@metamask/eth-snap-keyring": "^4.1.1",
"@metamask/keyring-api": "^6.1.1",
"@metamask/snaps-sdk": "^4.2.0",
"@metamask/snaps-utils": "^7.4.0",
"@metamask/utils": "^8.3.0",
"deepmerge": "^4.2.2",
"ethereum-cryptography": "^2.1.2",
Expand All @@ -56,7 +56,7 @@
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
"@metamask/keyring-controller": "^16.0.0",
"@metamask/snaps-controllers": "^7.0.1",
"@metamask/snaps-controllers": "^8.1.1",
"@types/jest": "^27.4.1",
"@types/readable-stream": "^2.3.0",
"jest": "^27.5.1",
Expand All @@ -67,7 +67,7 @@
},
"peerDependencies": {
"@metamask/keyring-controller": "^16.0.0",
"@metamask/snaps-controllers": "^7.0.1"
"@metamask/snaps-controllers": "^8.1.1"
},
"engines": {
"node": ">=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
"@metamask/ethjs-provider-http": "^0.3.0",
"@metamask/keyring-api": "^6.0.0",
"@metamask/keyring-api": "^6.1.1",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.191",
"@types/node": "^16.18.54",
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@metamask/eth-hd-keyring": "^7.0.1",
"@metamask/eth-sig-util": "^7.0.1",
"@metamask/eth-simple-keyring": "^6.0.1",
"@metamask/keyring-api": "^6.0.0",
"@metamask/keyring-api": "^6.1.1",
"@metamask/message-manager": "^8.0.2",
"@metamask/utils": "^8.3.0",
"async-mutex": "^0.2.6",
Expand Down
Loading

0 comments on commit fd97553

Please sign in to comment.