fix: update rollup and minimatch to resolve alerts#784
Merged
Avijit-Microsoft merged 1 commit intodevfrom Mar 19, 2026
Merged
Conversation
…alerts - rollup: 4.53.3 -> 4.59.0 (fixes Arbitrary File Write via Path Traversal, GHSA-mw96-cpmx-2vgc) - minimatch: 3.1.2 -> 3.1.5, 9.0.5 -> 9.0.9 (fixes ReDoS combinatorial backtracking, GHSA-7r86-cg39-jmmj) - Also resolves flatted and ajv moderate vulnerabilities Resolves Dependabot alerts #169, #172, #173
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- src/app/frontend/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Avijit-Microsoft
approved these changes
Mar 19, 2026
Contributor
|
🎉 This PR is included in version 2.3.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
This pull request updates the
package-lock.jsonfile in the frontend package, primarily to upgrade several dependencies and add support for additional platforms. The most significant changes are the upgrade of therollupplatform-specific packages to version 4.59.0, the addition of new platform-specific rollup packages, and updates to other dependencies and metadata.Dependency upgrades and additions:
@rollupplatform-specific packages (e.g.,rollup-android-arm-eabi,rollup-darwin-arm64,rollup-linux-x64-musl, etc.) from version 4.53.3 to 4.59.0, ensuring compatibility and access to recent improvements and bug fixes. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19]linux-loong64-musl,linux-ppc64-musl, andopenbsd-x64, expanding platform support for builds. [1] [2] [3]Other dependency updates:
minimatchdependency in multiple places from version 3.1.2 to 3.1.5, addressing potential bugs or vulnerabilities. [1] [2]"peer": truemetadata to@floating-ui/domand@babel/coredependencies, improving peer dependency management. [1] [2]These changes help ensure the project remains up-to-date, secure, and compatible with a broader range of platforms.…alerts
Resolves Dependabot alerts #169, #172, #173
Purpose
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information