You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metro dev server in React Native CLI allows unauthenticated remote attackers to inject OS commands via crafted POST requests, enabling arbitrary code execution, especially on Windows systems.
[lodash] Prototype pollution vulnerability allows attackers to delete methods from global object prototypes via crafted paths in _.unset and _.omit functions, potentially disrupting application behavior without direct code execution.
[lodash] Insufficient entropy in signature algorithm allows private key recovery by reusing transaction signature nonces, enabling attackers to compromise cryptographic system security through key extraction.
This PR focuses on updating the package.json and pnpm-lock.yaml files to modify dependencies, devDependencies, and lint-staged configurations, enhancing the project setup and ensuring compatibility with newer versions of libraries.
Detailed summary
Updated packageManager to pnpm@9.4.0.
Modified lint-staged configuration for better formatting.
Added lodash@<=4.17.23 to devDependencies.
Updated thirdweb version in multiple packages.
Upgraded various dependencies and devDependencies to their latest versions, including @babel, @types, and typescript.
Adjusted files property in packages/agw-react/package.json for better structure.
Added new dependencies and resolutions in pnpm-lock.yaml for better package management.
The following files were skipped due to too many changes: pnpm-lock.yaml
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Medium Risk
Primarily dependency-resolution changes; risk is moderate due to potentially altered transitive dependency behavior and the thirdweb version shift affecting build/test outputs.
Overview
Applies security-focused dependency adjustments: adds a pnpm.overrides rule in the root package.json to pin lodash resolution and updates @abstract-foundation/agw-react to use a newer thirdweb build in devDependencies.
Also includes small package.json formatting/ordering changes (e.g., lint-staged, typesVersions, files, and peer dependency ordering) with no functional code changes.
Written by Cursor Bugbot for commit c354ff8. This will update automatically on new commits. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency file
0 participants
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.
Upgrade lodash and thirdweb to mitigate critical RCE, prototype pollution, and signature nonce reuse vulnerabilities affecting system security
✅ 3 CVEs resolved by this upgrade, including 1 critical 🚨 CVE
This PR will resolve the following CVEs:
🔗 Related Tasks
PR-Codex overview
This PR focuses on updating the
package.jsonandpnpm-lock.yamlfiles to modify dependencies, devDependencies, and lint-staged configurations, enhancing the project setup and ensuring compatibility with newer versions of libraries.Detailed summary
packageManagertopnpm@9.4.0.lint-stagedconfiguration for better formatting.lodash@<=4.17.23todevDependencies.thirdwebversion in multiple packages.@babel,@types, andtypescript.filesproperty inpackages/agw-react/package.jsonfor better structure.pnpm-lock.yamlfor better package management.