[Aikido] Fix 3 medium issues in viem, @metamask/sdk, @metamask/sdk-communication-layer #356
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR will resolve the following CVEs:
nonce
(ork
) used in transaction signatures must be unique for every message. Reusing the same nonce across different messages allows attackers to exploit the weakness and recover the pri...This advisory only applies to developers who use MetaMask SDK in the browser and who, on Sept 8th 2025 between 13:00–15:30 UTC, performed one of the following actions and then deployed their application:
- Installed MetaMask SDK into a project with a lockfile for the first time
PR-Codex overview
This PR updates the
package.json
andpnpm-lock.yaml
files to modify dependencies, add new packages, and adjust existing package versions, ensuring compatibility and improvements in the project.Detailed summary
packageManager
to[email protected]
.lint-staged
configuration formatting.[email protected]
,@metamask/[email protected]
,@metamask/[email protected]
,@base-org/[email protected]
.@privy-io/react-auth
version from2.13.8
to2.25.0
.@privy-io/api-base
version from1.5.1
to1.7.0
.@privy-io/chains
version from0.0.1
to0.0.2
.@reown/appkit
version from1.7.8
to1.8.6
.viem
dependency versions across multiple packages.