Skip to content

fix: update rollup and minimatch to resolve alerts#784

Merged
Avijit-Microsoft merged 1 commit intodevfrom
pls-dependabot-changes
Mar 19, 2026
Merged

fix: update rollup and minimatch to resolve alerts#784
Avijit-Microsoft merged 1 commit intodevfrom
pls-dependabot-changes

Conversation

@Shubhangi-Microsoft
Copy link
Copy Markdown
Contributor

This pull request updates the package-lock.json file in the frontend package, primarily to upgrade several dependencies and add support for additional platforms. The most significant changes are the upgrade of the rollup platform-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:

  • Upgraded all @rollup platform-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]
  • Added new rollup platform packages for linux-loong64-musl, linux-ppc64-musl, and openbsd-x64, expanding platform support for builds. [1] [2] [3]

Other dependency updates:

  • Upgraded minimatch dependency in multiple places from version 3.1.2 to 3.1.5, addressing potential bugs or vulnerabilities. [1] [2]
  • Added "peer": true metadata to @floating-ui/dom and @babel/core dependencies, 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

  • 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

Purpose

  • ...

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

…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
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 Avijit-Microsoft merged commit 41240f4 into dev Mar 19, 2026
7 checks passed
@Shubhangi-Microsoft Shubhangi-Microsoft deleted the pls-dependabot-changes branch March 19, 2026 12:28
@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.3.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants