DUX-3335: fix Dependabot security alerts for webpack-dev-server (CVE-2025-30359, CVE-2025-30360)#233
Merged
BadassBison merged 1 commit intomasterfrom Apr 13, 2026
Merged
Conversation
|
Jira Issue: https://appfolio.atlassian.net/browse/DUX-3335 |
…VE-2025-30360 Fixes Dependabot alerts #68–#73 across test app directories. Severities: MEDIUM CVEs: CVE-2025-30359, CVE-2025-30360 Package: webpack-dev-server (devDependency in test/test_apps/*/package.json)
1e0ca7e to
75587b5
Compare
dtoms
approved these changes
Apr 13, 2026
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.
Summary
Bumps
webpack-dev-serverconstraint from^3.10.3to>=5.2.1in the three test apppackage.jsonfiles to resolve 6 open Dependabot alerts.Vulnerabilities fixed
>=5.2.1in test/test_apps/7.2>=5.2.1in test/test_apps/7.2>=5.2.1in test/test_apps/8.0>=5.2.1in test/test_apps/8.0>=5.2.1in test/test_apps/8.1>=5.2.1in test/test_apps/8.1No gem release needed
These changes only affect
devDependenciesin test apppackage.jsonfiles. The gem itself is unchanged — no version bump or new release is required.Note on full cleanup (future work)
The
webpack-dev-serverentry in thesepackage.jsonfiles appears to be vestigial — there are no lock files in any test app directory and CI never runsyarn install. A follow-up cleanup could removewebpack-dev-serverfromdevDependenciesentirely rather than carrying forward this stale constraint. This PR takes the minimal approach (constraint bump) to close the alerts with the smallest possible diff.Test plan
🤖 Generated with Claude Code using
/dependabot-fix