Bump package versions to mitigate security vulnerabilities #3164
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.
Description and Related Issue(s)
This PR updates multiple dependencies to newer versions to mitigate security vulnerabilities identified in the project's dependency tree. The updates include both direct dependencies and transitive dependency resolutions to ensure a more secure dependency graph.
Proposed Changes
Updated direct dependencies:
@reown/appkit: 1.7.0 → 1.7.20@reown/appkit-adapter-wagmi: 1.7.0 → 1.7.20swagger-ui-react: 5.28.0 → 5.30.3valibot: 0.38.0 → 1.2.0viem: 2.23.14 → 2.41.2wagmi: 2.14.15 → 2.19.5svg-icons-cli: ^0.0.5 → 0.0.8Removed unused dependency:
chakra-react-selectAdded yarn resolutions for transitive dependencies to ensure consistent, secure versions across the dependency tree:
valibotresolutions for@lifi/widgetand@lifi/wallet-managementwsresolution forwagmianddappscout-iframeaxios,tar-fs, andnode-forgeresolutions for various packagesglobresolution forsvg-icons-cliNo changes were made to environment variables.
Breaking or Incompatible Changes
None. All updates are backward-compatible within their respective major versions.
Additional Information
These updates address security vulnerabilities while maintaining compatibility with the existing codebase. The yarn resolutions ensure that transitive dependencies use secure versions, preventing potential security issues from nested dependencies.
Checklist for PR author