diff --git a/package-lock.json b/package-lock.json index 9f3b59d..e5d449e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "lunr": "^2.3.9", "markdown-it-anchor": "^9.2.0", "markdown-it-table-of-contents": "^1.1.0", - "sass": "^1.93.3" + "sass": "^1.94.1" }, "devDependencies": { "@11ty/eleventy": "^3.1.2", @@ -236,9 +236,9 @@ } }, "node_modules/@11ty/eleventy/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "dev": true, "license": "MIT", "dependencies": { @@ -1448,10 +1448,11 @@ } }, "node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz", + "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" @@ -1959,9 +1960,9 @@ } }, "node_modules/sass": { - "version": "1.93.3", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.3.tgz", - "integrity": "sha512-elOcIZRTM76dvxNAjqYrucTSI0teAF/L2Lv0s6f6b7FOwcwIuA357bIE871580AjHJuSvLIRUosgV+lIWx6Rgg==", + "version": "1.94.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.1.tgz", + "integrity": "sha512-/YVm5FRQaRlr3oNh2LLFYne1PdPlRZGyKnHh1sLleOqLcohTR4eUUvBjBIqkl1fEXd1MGOHgzJGJh+LgTtV4KQ==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", diff --git a/package.json b/package.json index 52abb56..5acbd0c 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "lunr": "^2.3.9", "markdown-it-anchor": "^9.2.0", "markdown-it-table-of-contents": "^1.1.0", - "sass": "^1.93.3" + "sass": "^1.94.1" } } diff --git a/posts/2025-11-14-announcing-stride-4-3-in-dotnet-10.md b/posts/2025-11-14-announcing-stride-4-3-in-dotnet-10.md index 14b405c..6b59e41 100644 --- a/posts/2025-11-14-announcing-stride-4-3-in-dotnet-10.md +++ b/posts/2025-11-14-announcing-stride-4-3-in-dotnet-10.md @@ -25,7 +25,7 @@ Stride 4.3 includes numerous enhancements and improvements. Here’s what to exp - **.NET 10 Integration**: Stride 4.3 is now fully aligned with .NET 10, harnessing its performance improvements and efficiency gains for game development. This means faster execution times, reduced memory footprint, and access to the latest C# features, making your development smoother and more efficient. [Learn more](https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-10/) -- **C# 14 Features**: With C# 14, Stride users can write cleaner, more concise code thanks to new language features. These improvements reduce boilerplate and enhance readability. [Discover C# 14](https://learn.microsoft.com/en-gb/dotnet/csharp/whats-new/csharp-14) +- **C# 14 Features**: With C# 14, Stride users can write cleaner, more concise code thanks to new language features. These improvements reduce boilerplate and enhance readability. [Introducing C# 14](https://devblogs.microsoft.com/dotnet/introducing-csharp-14/) ## What has changed since Stride 4.2 @@ -142,4 +142,4 @@ In particular we want to thank these donors: * {% include sponsor-user.md key:'norbo' emoji:'🥇' %} * {% include sponsor-user.md key:'first-hour' emoji:'🥇' %} -This article was co-authored by [Eideren](https://github.com/Eideren). \ No newline at end of file +This article was co-authored by [Eideren](https://github.com/Eideren).