-
Notifications
You must be signed in to change notification settings - Fork 32
Fix dependabot alerts #189
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
Merged
Merged
Conversation
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
muhfarsh
reviewed
May 16, 2025
- Update TypeScript configuration for React Native 0.76 compatibility - Fix require-await errors by removing unnecessary async keywords - Fix no-floating-promises errors by adding void operator to async calls - Fix React hooks exhaustive dependencies warnings - Add missing assertions to tests - Fix various syntax errors in the codebase - Update dependencies in package.json - Ensure all ESLint and TypeScript checks pass successfully
- Fix high severity vulnerabilities: - ReDoS in cross-spawn (CVE-2024-21538) - DoS in REXML gem (CVE-2024-43398) - DoS in ws package (CVE-2024-37890) - Memory exhaustion in braces (CVE-2024-4068) - SSRF in ip package (CVE-2024-29415) - CORS in esbuild (GHSA-67mh-4wv8-2f99) - Predictable results in nanoid (CVE-2024-55565) - Update dependencies: - Migrate husky from v4 to v9 with new configuration - Update commitlint to v19.8.1 - Update ESLint to v9.26.0 with new config format - Update react-native-builder-bob to v0.40.10 - Pin glob to v8.1.0 for compatibility - Improve project configuration: - Add resolutions to force secure versions - Update Ruby gems with bundle update - Configure TypeScript linting rules - Fix build system compatibility issues
- Update iOS deployment target to 15.1 to meet dependency requirements - Remove references to non-existent reference to react_native_helpers - Remove Flipper configuration causing build errors - Remove Unused post-install functions - Fix glog dependency compatibility issues - Maintain environment-based configuration for Hermes and Fabric Resolves pod installation errors and ensures successful run of yarn pods command
muhfarsh
approved these changes
Jun 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
High severity vulnerabilities:
Updated TypeScript config and ESLint config and fix ESLint errors