Fix/dependabot issues#1666
Merged
Merged
Conversation
Bumps [qs](https://github.com/ljharb/qs) from 6.14.1 to 6.14.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.1...v6.14.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…security/dependabot/101) - BrowserStack Local is vulnerable to Command Injection through logfile variable - Fixed it by updating the jquery-ui-draggable version from 1.14.1 to 1.14.2
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses Dependabot security alerts by updating transitive npm dependencies and refreshing the vendored jQuery UI draggable bundle used by the media library assets.
Changes:
- Bump
qsinpackage-lock.jsonto6.14.2. - Update vendored jQuery UI draggable bundle from
1.14.1to1.14.2and repoint the media-library entry to the new path. - Update
.distignoreto match the new vendored jQuery UI directory.
Reviewed changes
Copilot reviewed 10 out of 29 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package-lock.json | Updates transitive dependency (qs) to remediate Dependabot alert(s). |
| assets/src/libs/jquery-ui-1.14.2.draggable/package.json | Updates vendored jQuery UI metadata to 1.14.2. |
| assets/src/libs/jquery-ui-1.14.2.draggable/jquery-ui.js | Updates vendored jQuery UI source to v1.14.2. |
| assets/src/libs/jquery-ui-1.14.2.draggable/jquery-ui.min.js | Adds/updates minified jQuery UI bundle v1.14.2. |
| assets/src/libs/jquery-ui-1.14.2.draggable/jquery-ui.css | Updates vendored jQuery UI CSS bundle header/version. |
| assets/src/libs/jquery-ui-1.14.2.draggable/jquery-ui.min.css | Updates vendored minified CSS header/version. |
| assets/src/libs/jquery-ui-1.14.2.draggable/jquery-ui.structure.css | Updates vendored structure CSS header/version. |
| assets/src/libs/jquery-ui-1.14.2.draggable/jquery-ui.structure.min.css | Updates vendored minified structure CSS header/version. |
| assets/src/libs/jquery-ui-1.14.2.draggable/jquery-ui.theme.css | Updates vendored theme CSS header/version. |
| assets/src/libs/jquery-ui-1.14.2.draggable/jquery-ui.theme.min.css | Updates vendored minified theme CSS header/version. |
| assets/src/libs/jquery-ui-1.14.2.draggable/index.html | Adds upstream demo page for the vendored jQuery UI bundle. |
| assets/src/libs/jquery-ui-1.14.2.draggable/external/jquery/jquery.js | Adds vendored jQuery copy referenced by the demo page. |
| assets/src/libs/jquery-ui-1.14.2.draggable/images/ui-icons_ffffff_256x240.png | Updates/adds vendored jQuery UI theme icon sprite. |
| assets/src/libs/jquery-ui-1.14.2.draggable/images/ui-icons_cc0000_256x240.png | Updates/adds vendored jQuery UI theme icon sprite. |
| assets/src/libs/jquery-ui-1.14.2.draggable/images/ui-icons_777777_256x240.png | Updates/adds vendored jQuery UI theme icon sprite. |
| assets/src/libs/jquery-ui-1.14.2.draggable/images/ui-icons_777620_256x240.png | Updates/adds vendored jQuery UI theme icon sprite. |
| assets/src/libs/jquery-ui-1.14.2.draggable/images/ui-icons_555555_256x240.png | Updates/adds vendored jQuery UI theme icon sprite. |
| assets/src/libs/jquery-ui-1.14.2.draggable/images/ui-icons_444444_256x240.png | Updates/adds vendored jQuery UI theme icon sprite. |
| assets/src/libs/jquery-ui-1.14.2.draggable/LICENSE.txt | Adds upstream license text for the vendored jQuery UI bundle. |
| assets/src/libs/jquery-ui-1.14.2.draggable/AUTHORS.txt | Adds upstream authors list for the vendored jQuery UI bundle. |
| assets/src/libs/jquery-ui-1.14.1.draggable/jquery-ui.min.js | Removes old vendored minified jQuery UI bundle v1.14.1. |
| assets/src/js/media-library/index.js | Switches media-library build to import jQuery UI from the new vendored directory. |
| .distignore | Updates ignored vendored directory from 1.14.1 to 1.14.2. |
Comments suppressed due to low confidence (1)
assets/src/libs/jquery-ui-1.14.2.draggable/package.json:74
- This
package.json(and itsdevDependencies/scripts) appears to be upstream build metadata for jQuery UI rather than something the plugin uses. If it isn’t referenced by the build here, consider omitting it from the vendored copy to avoid unnecessary maintenance surface and confusion about what dependencies are actually used by this repo.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
subodhr258
approved these changes
Feb 23, 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.
Fixes: https://github.com/rtCamp/support/issues/300
One Moderate and one Low Severity Issues FIxed:
Skipped Updates
webpack-dev-server: It could only be updated via npm overrides since even the latest versionv31.5.0of@wordpress/scriptsuseswebpack-dev-server v4.15.1. Updating it this way could cause compatibility issues. The dependabot issue will be resolved once@wordpress/scriptsupdates it's dependencies to usewebpack-dev-server v5.2.1or newer. Related dependabot issues:Tested