fix: resolve dependabot alert#879
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the src/App/server Node.js proxy/server project dependencies to address a Dependabot security alert and incorporate upstream patch/minor fixes in direct and transitive packages.
Changes:
- Bumped
http-proxy-middlewarefrom^3.0.5to^3.0.7. - Refreshed the lockfile, pulling in updated transitive dependencies (e.g.,
body-parser@2.3.0,type-is@2.1.0,@types/node@26.0.0,undici-types@8.3.0).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/App/server/package.json |
Updates the direct dependency version for http-proxy-middleware. |
src/App/server/package-lock.json |
Updates resolved versions and integrity hashes for direct and transitive dependency upgrades. |
Files not reviewed (1)
- src/App/server/package-lock.json: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Roopan-Microsoft
approved these changes
Jun 24, 2026
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 the
src/App/serverproject, primarily to address security, compatibility, and feature improvements. The main focus is on updating thehttp-proxy-middlewareand related packages, as well as their transitive dependencies, to newer versions.Dependency updates:
http-proxy-middlewarefrom version3.0.5to3.0.7in bothpackage.jsonandpackage-lock.json, which may include bug fixes and security patches. [1] [2] [3]body-parserfrom2.2.2to2.3.0, along with its dependencies such ascontent-type,http-errors,iconv-lite,qs,raw-body, andtype-is. This also introduces a new direct dependency entry forcontent-type@2.0.0. [1] [2]@types/nodefrom25.6.0to26.0.0and its dependencyundici-typesfrom7.19.0/7.19.2to8.3.0. [1] [2]es-object-atoms,hasown, andside-channel, to their latest patch or minor versions. [1] [2] [3]Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information