[4.4] Update NPM developer dependencies braces, fill-range, micromatch and rollup #44159
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.
Pull Request for Issue # .
Summary of Changes
This pull request (PR) updates the following NPM dependencies which are used for development:
This fixes 3 issues reported by
npm audit
.Hint for 5.2 release managers: These changes don't need to be merged up into 5.2-dev as the mentioned dependencies have been updated there already with other PRs. So on the next upmerge if there is a conflict with this, just use what's on 5.2-dev.
Testing Instructions
Check e.g. in Drone if npm and the upload package build still succeed, and check the detailed log in Drone for one of these 2 regarding issues reported by
npm audit
.Actual result BEFORE applying this Pull Request
Works, but
npm audit
reports 3 issues which can be fixed withnpm audit fix
(and one for TinyMCE < 7 which is a known false alarm).Expected result AFTER applying this Pull Request
Works, and
npm audit
doesn't report these 3 issues anymore.Link to documentations
Please select:
No documentation changes for docs.joomla.org needed
No documentation changes for manual.joomla.org needed