Main to Develop sync after dependabot fixes#1667
Merged
Merged
Conversation
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.23 to 9.6.33. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.33/ChangeLog-9.6.md) - [Commits](sebastianbergmann/phpunit@9.6.23...9.6.33) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 9.6.33 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [axios](https://github.com/axios/axios) from 1.13.4 to 1.13.5. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.4...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump qs from 6.14.1 to 6.14.2 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> * Fix BrowserStack Local vulnerablity (https://github.com/rtCamp/godam/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 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR syncs dependency updates from main to develop, primarily reflecting Dependabot-driven bumps across npm, Composer, and a vendored jQuery UI bundle used by the media library UI.
Changes:
- Bump
axiosto^1.13.5and updatepackage-lock.jsonaccordingly. - Replace the vendored jQuery UI draggable bundle from
1.14.1to1.14.2and update the media-library import path. - Update
composer.lockwith newer dev/transitive packages (notably including PHP 8.4-only constraints).
Reviewed changes
Copilot reviewed 11 out of 31 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bumps axios version range. |
| package-lock.json | Locks axios and related transitive dependency updates. |
| composer.lock | Updates Composer-locked dependencies (currently resolving to PHP 8.4+ packages). |
| assets/src/js/media-library/index.js | Updates import to vendored jQuery UI 1.14.2 bundle. |
| .distignore | Updates ignored vendored jQuery UI path. |
| assets/src/libs/jquery-ui-1.14.2.draggable/package.json | Adds/updates vendored jQuery UI package metadata for 1.14.2. |
| assets/src/libs/jquery-ui-1.14.2.draggable/jquery-ui.theme.min.css | Updates vendored jQuery UI theme minified CSS header/version. |
| assets/src/libs/jquery-ui-1.14.2.draggable/jquery-ui.theme.css | Updates vendored jQuery UI theme CSS header/version. |
| assets/src/libs/jquery-ui-1.14.2.draggable/jquery-ui.structure.min.css | Updates vendored jQuery UI structure minified CSS header/version. |
| assets/src/libs/jquery-ui-1.14.2.draggable/jquery-ui.structure.css | Updates vendored jQuery UI structure CSS header/version. |
| assets/src/libs/jquery-ui-1.14.2.draggable/jquery-ui.min.js | Adds vendored jQuery UI 1.14.2 minified JS bundle. |
| assets/src/libs/jquery-ui-1.14.2.draggable/jquery-ui.min.css | Updates vendored jQuery UI minified CSS header/version. |
| assets/src/libs/jquery-ui-1.14.2.draggable/jquery-ui.js | Updates vendored jQuery UI unminified JS bundle version markers. |
| assets/src/libs/jquery-ui-1.14.2.draggable/jquery-ui.css | Updates vendored jQuery UI CSS header/version. |
| assets/src/libs/jquery-ui-1.14.2.draggable/index.html | Adds vendored jQuery UI demo page content. |
| assets/src/libs/jquery-ui-1.14.2.draggable/images/ui-icons_ffffff_256x240.png | Adds/updates vendored jQuery UI theme icon sprite. |
| assets/src/libs/jquery-ui-1.14.2.draggable/images/ui-icons_cc0000_256x240.png | Adds/updates vendored jQuery UI theme icon sprite. |
| assets/src/libs/jquery-ui-1.14.2.draggable/images/ui-icons_777777_256x240.png | Adds/updates vendored jQuery UI theme icon sprite. |
| assets/src/libs/jquery-ui-1.14.2.draggable/images/ui-icons_777620_256x240.png | Adds/updates vendored jQuery UI theme icon sprite. |
| assets/src/libs/jquery-ui-1.14.2.draggable/images/ui-icons_555555_256x240.png | Adds/updates vendored jQuery UI theme icon sprite. |
| assets/src/libs/jquery-ui-1.14.2.draggable/images/ui-icons_444444_256x240.png | Adds/updates vendored jQuery UI theme icon sprite. |
| assets/src/libs/jquery-ui-1.14.2.draggable/LICENSE.txt | Adds vendored jQuery UI license text. |
| assets/src/libs/jquery-ui-1.14.2.draggable/AUTHORS.txt | Adds vendored jQuery UI authors list. |
| assets/src/libs/jquery-ui-1.14.1.draggable/jquery-ui.min.js | Removes the previous vendored jQuery UI 1.14.1 minified JS bundle. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
KMchaudhary
approved these changes
Feb 24, 2026
Collaborator
|
LGTM - please verify the godam media library DAM interface once, if its functionaing properly |
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.
No description provided.