chore: update dependencies to resolve Dependabot alerts#3996
Merged
theianmay merged 11 commits intoreact-native-elements:nextfrom Nov 5, 2025
Merged
chore: update dependencies to resolve Dependabot alerts#3996theianmay merged 11 commits intoreact-native-elements:nextfrom
theianmay merged 11 commits intoreact-native-elements:nextfrom
Conversation
- Added multiple security-related packages including minimist, path-to-regexp, and cross-spawn - Updated build tooling dependencies (webpack-dev-middleware, loader-utils) - Added runtime dependencies for Babel and Algolia search functionality
- Added webpack-dev-server and related build tooling for improved development workflow - Included essential security packages (cookie, express, serve-static) for server functionality - Added utility libraries (micromatch, tar, nanoid) to support new features
- Added resolutions for node-gyp, parse-path, and tough-cookie to address known vulnerabilities - Updated website package resolutions to include postcss, @sideway/formula, got, and socks for security patches
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## next #3996 +/- ##
=======================================
Coverage 79.13% 79.13%
=======================================
Files 90 90
Lines 2142 2142
Branches 959 945 -14
=======================================
Hits 1695 1695
Misses 444 444
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
github-actions bot
pushed a commit
that referenced
this pull request
Nov 5, 2025
chore: update dependencies to resolve Dependabot alerts
github-actions bot
pushed a commit
that referenced
this pull request
Nov 5, 2025
chore: update dependencies to resolve Dependabot alerts
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
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.
Motivation
This PR resolves all current Dependabot alerts by updating transitive dependencies to their latest secure versions. All vulnerabilities were in dev dependencies or build tooling, not in the published library code.
The alerts included critical vulnerabilities such as:
These updates ensure the project uses secure versions of all dependencies without affecting the published library functionality.
Fixes # (issue)
Type of change
How Has This Been Tested?
yarn test)exampleapp - No changes to example app neededyarn buildin website/)yarn typescript)yarn lint)Checklist
Additional context
Key changes:
requestpackageippackageCoverage: 73/73 Dependabot alerts resolved (100%)
All changes are in lockfiles and dependency resolution configuration - no changes to library source code.