fix: resolve Dependabot security alerts (vite, picomatch, path-to-reg…#809
Merged
Conversation
Shubhangi-Microsoft
requested review from
Avijit-Microsoft,
Prajwal-Microsoft,
Roopan-Microsoft,
Vinay-Microsoft,
aniaroramsft,
malrose07,
nchandhi and
toherman-msft
as code owners
April 10, 2026 07:29
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (2)
- src/app/frontend-server/package-lock.json: Language not supported
- src/app/frontend/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Shubhangi-Microsoft
temporarily deployed
to
production
April 10, 2026 12:22 — with
GitHub Actions
Inactive
Shubhangi-Microsoft
temporarily deployed
to
production
April 21, 2026 04:15 — with
GitHub Actions
Inactive
Shubhangi-Microsoft
temporarily deployed
to
production
April 24, 2026 06:05 — with
GitHub Actions
Inactive
…exp) - vite: 7.3.1 -> 7.3.2 (fixes arbitrary file read via WebSocket, server.fs.deny bypass, path traversal in optimized deps) - picomatch: updated in both frontend and frontend-server (fixes ReDoS via extglob quantifiers, method injection in POSIX character classes) - path-to-regexp: updated in frontend-server (fixes ReDoS via multiple route parameters) - brace-expansion: updated in frontend (fixes DoS via zero-step sequence) Resolves Dependabot alerts #177, #179, #180, #181, #183, #185, #186, #187
Shubhangi-Microsoft
force-pushed
the
psl-fix-dependabot
branch
from
April 24, 2026 11:42
7179c25 to
376b876
Compare
Shubhangi-Microsoft
had a problem deploying
to
production
April 24, 2026 11:42 — with
GitHub Actions
Failure
- uuid: 13.x -> 14.x (fixes GHSA-w5hq-g745-h8pq - missing buffer bounds check in v3/v5/v6) - Vite, picomatch, path-to-regexp, follow-redirects alerts resolved via dev merge
Shubhangi-Microsoft
force-pushed
the
psl-fix-dependabot
branch
from
April 24, 2026 11:45
376b876 to
06d3daa
Compare
Shubhangi-Microsoft
temporarily deployed
to
production
April 24, 2026 11:45 — with
GitHub Actions
Inactive
Avijit-Microsoft
approved these changes
Apr 24, 2026
Contributor
|
🎉 This PR is included in version 2.4.2 🎉 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 several dependencies in both
src/app/frontend/package-lock.jsonandsrc/app/frontend-server/package-lock.jsonto their latest patch versions. These updates primarily address minor improvements and potential security or bug fixes in the affected packages.Dependency updates:
Brace expansion libraries:
brace-expansionfrom versions1.1.12and2.0.2to1.1.13and2.0.3across multiple dependency trees, including those used by@eslint/eslintrc,@humanwhocodes/config-array,eslint, andglob(src/app/frontend/package-lock.json) [1] [2] [3] [4] [5].Picomatch libraries:
picomatchfrom2.3.1to2.3.2and from4.0.3to4.0.4in both the main dependency tree and within dependencies oftinyglobbyandvite(src/app/frontend/package-lock.json,src/app/frontend-server/package-lock.json) [1] [2] [3] [4].Path-to-regexp:
path-to-regexpfrom0.1.12to0.1.13(src/app/frontend-server/package-lock.json).Vite:
vitefrom7.3.1to7.3.2(src/app/frontend/package-lock.json).These updates help keep the project up-to-date with the latest patches and may include important bug fixes or security improvements.…exp)
Resolves Dependabot alerts #177, #179, #180, #181, #183, #185, #186, #187
Purpose
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information