Bumped undici version#2666
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the undici dependency version to remediate a reported security finding, ensuring the lockfile resolves to undici@7.28.0 and documenting the change in the changelog.
Changes:
- Add
undici@^7.28.0todevDependenciesinpackage.json. - Update
package-lock.jsonto resolveundicito7.28.0. - Add a changelog entry noting the
undicibump for the security item.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Adds undici@^7.28.0 as a direct devDependency to drive the resolved version. |
| package-lock.json | Updates the resolved undici package metadata to 7.28.0. |
| ChangeLog.md | Documents the undici version bump for the security item. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
88
to
90
| "typescript": "^5.0.3", | ||
| "undici": "^7.28.0", | ||
| "vsce": "^2.7.0" |
syeleti-msft
approved these changes
Jul 6, 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 primarily updates the
undicipackage to address a security issue. The update is reflected in both theChangeLog.mdandpackage.jsonfiles.Dependency update for security:
undicipackage from version 7.27.2 to 7.28.0 inpackage.jsonto address an SFI security item.