fix: resolve Dependabot security alerts (vite, picomatch, path-to-reg…#809
Open
Shubhangi-Microsoft wants to merge 3 commits intodevfrom
Open
fix: resolve Dependabot security alerts (vite, picomatch, path-to-reg…#809Shubhangi-Microsoft wants to merge 3 commits intodevfrom
Shubhangi-Microsoft wants to merge 3 commits intodevfrom
Conversation
…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
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.
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