-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
chore(deps): bump dependencies #4262
Conversation
…d snaps dependencies
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@metamask/eth-snap-keyring@4.0.0, npm/@metamask/keyring-api@6.0.0, npm/@noble/ed25519@1.7.3, npm/@noble/secp256k1@1.7.1, npm/@types/uuid@9.0.8 |
package.json
Outdated
@@ -42,6 +42,7 @@ | |||
"pre-push": "yarn lint" | |||
}, | |||
"resolutions": { | |||
"@metamask/snaps-sdk": "4.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need this resolution? This seems to indicate a misalignment between dependencies and so it would be great if we can avoid this because it means that clients may need to apply the same resolution in order to use the packages in this repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be removed. I originally thought this would help fix a type issue with the snaps sdk, the new version fixed it.
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