Dependencies: Update dotnet sdk and node development dependency to latest secure version of current major (16)#20734
Merged
Migaroez merged 2 commits intorelease/16.4from Nov 5, 2025
Conversation
…rsion of current major.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the minimum required versions of .NET SDK and Node.js for Umbraco 16 development to address recent security vulnerabilities. These changes affect development dependencies only and do not impact users running Umbraco in production.
Key changes:
- Updates .NET SDK from version 9.0.100 to 9.0.306
- Updates minimum Node.js requirement from >=22 to >=22.17.1
- Updates minimum npm requirement from >=10.9 to >=10.9.2
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| global.json | Updates .NET SDK version to 9.0.306 for security patch |
| src/Umbraco.Web.UI.Client/package.json | Updates minimum Node.js and npm versions for security |
Files not reviewed (1)
- src/Umbraco.Web.UI.Client/package-lock.json: Language not supported
Migaroez
approved these changes
Nov 5, 2025
This was referenced Jan 26, 2026
This was referenced Mar 11, 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.
Description
Following recent vulnerability reports in .NET SDKs and nodejs, this updates our development dependencies to the latest patch versions of the current major for Umbraco 16.
Note that this doesn't affect anyone running Umbraco. They will need to ensure their hosting environments are updated, and this change won't force it. But it ensures anyone contributing to Umbraco and building from source either locally or via a build agent will need to have a secure version of these dependencies available.
Testing
Make sure you are running the necessary versions of dotnet (9.0.306) and node (>=22.17.1) and ensure you can still build the back-end and front-end of Umbraco.