Update node 20 and 24 versions to 20.20.2 and 24.14.1#5527
Open
baarde wants to merge 1 commit intomicrosoft:masterfrom
Open
Update node 20 and 24 versions to 20.20.2 and 24.14.1#5527baarde wants to merge 1 commit intomicrosoft:masterfrom
baarde wants to merge 1 commit intomicrosoft:masterfrom
Conversation
|
Azure Pipelines: 1 pipeline(s) require an authorized user to comment /azp run to run. |
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.
Context
Node versions 20.20.0 and 24.13.0 have vulnerabilities:
https://nodejs.org/en/blog/vulnerability/march-2026-security-releases
This PR updates them to the latest versions.
Description
NODE20_VERSIONfrom20.20.0to20.20.2.NODE24_VERSIONfrom24.13.0to24.14.1.Risk Assessment (Low / Medium / High)
Low
Unit Tests Added or Updated (Yes / No)
No
Additional Testing Performed
Change Behind Feature Flag (Yes / No)
No
Tech Design / Approach
Replace all occurrences of
20.20.0with20.20.2and all occurrences of24.13.0with24.14.1.Documentation Changes Required (Yes/No)
No
Logging Added/Updated (Yes/No)
No
Telemetry Added/Updated (Yes/No)
No
Rollback Scenario and Process (Yes/No)
No
Dependency Impact Assessed and Regression Tested (Yes/No)
No