diff --git a/content/en/functions/css/Sass.md b/content/en/functions/css/Sass.md
index ce35c2c48..ae628a15f 100644
--- a/content/en/functions/css/Sass.md
+++ b/content/en/functions/css/Sass.md
@@ -141,8 +141,8 @@ To install Dart Sass for your builds on GitLab Pages, the `.gitlab-ci.yml` file
```yaml
variables:
- HUGO_VERSION: 0.147.1
- DART_SASS_VERSION: 1.87.0
+ HUGO_VERSION: 0.147.9
+ DART_SASS_VERSION: 1.89.2
GIT_DEPTH: 0
GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive
@@ -175,8 +175,8 @@ To install Dart Sass for your builds on Netlify, the `netlify.toml` file should
```toml
[build.environment]
-HUGO_VERSION = "0.147.1"
-DART_SASS_VERSION = "1.87.0"
+HUGO_VERSION = "0.147.9"
+DART_SASS_VERSION = "1.89.2"
NODE_VERSION = "22"
TZ = "America/Los_Angeles"
diff --git a/content/en/functions/hugo/Generator.md b/content/en/functions/hugo/Generator.md
index 1ca902bd4..c044a210c 100644
--- a/content/en/functions/hugo/Generator.md
+++ b/content/en/functions/hugo/Generator.md
@@ -11,5 +11,5 @@ params:
---
```go-html-template
-{{ hugo.Generator }} →
+{{ hugo.Generator }} →
```
diff --git a/content/en/functions/hugo/Version.md b/content/en/functions/hugo/Version.md
index 9c1d70f39..a23bd75cd 100644
--- a/content/en/functions/hugo/Version.md
+++ b/content/en/functions/hugo/Version.md
@@ -11,5 +11,5 @@ params:
---
```go-html-template
-{{ hugo.Version }} → 0.147.1
+{{ hugo.Version }} → 0.147.9
```
diff --git a/content/en/functions/resources/FromString.md b/content/en/functions/resources/FromString.md
index a1ce43ae8..bd2d894b1 100644
--- a/content/en/functions/resources/FromString.md
+++ b/content/en/functions/resources/FromString.md
@@ -23,7 +23,7 @@ Let's say you need to publish a file named "site.json" in the root of your `publ
```json
{
"build_date": "2025-05-03T19:14:41-08:00",
- "hugo_version": "0.147.1",
+ "hugo_version": "0.147.9",
"last_modified": "2025-05-03T19:14:46-08:00"
}
```
diff --git a/content/en/host-and-deploy/host-on-aws-amplify/index.md b/content/en/host-and-deploy/host-on-aws-amplify/index.md
index e66b4d85e..e2b35dbbe 100644
--- a/content/en/host-and-deploy/host-on-aws-amplify/index.md
+++ b/content/en/host-and-deploy/host-on-aws-amplify/index.md
@@ -44,9 +44,9 @@ version: 1
env:
variables:
# Application versions
- DART_SASS_VERSION: 1.87.0
+ DART_SASS_VERSION: 1.89.2
GO_VERSION: 1.24.2
- HUGO_VERSION: 0.147.1
+ HUGO_VERSION: 0.147.9
# Time zone
TZ: America/Los_Angeles
# Cache
diff --git a/content/en/host-and-deploy/host-on-codeberg-pages.md b/content/en/host-and-deploy/host-on-codeberg-pages.md
index 22aba8afd..2a881f718 100644
--- a/content/en/host-and-deploy/host-on-codeberg-pages.md
+++ b/content/en/host-and-deploy/host-on-codeberg-pages.md
@@ -109,7 +109,7 @@ jobs:
runs-on: codeberg-tiny-lazy
container:
# Specify "hugomods/hugo:exts" if you want to always use the latest version of Hugo for building.
- image: "hugomods/hugo:exts-0.147.7"
+ image: "hugomods/hugo:exts-0.147.9"
steps:
- name: Clone the repository
uses: https://code.forgejo.org/actions/checkout@v4
@@ -195,7 +195,7 @@ jobs:
runs-on: codeberg-tiny-lazy
container:
# Specify "hugomods/hugo:exts" if you want to always use the latest version of Hugo for building.
- image: "hugomods/hugo:exts-0.147.7"
+ image: "hugomods/hugo:exts-0.147.9"
steps:
- name: Clone the repository
uses: https://code.forgejo.org/actions/checkout@v4
diff --git a/content/en/host-and-deploy/host-on-gitlab-pages.md b/content/en/host-and-deploy/host-on-gitlab-pages.md
index ca8fae7fb..cf4220888 100644
--- a/content/en/host-and-deploy/host-on-gitlab-pages.md
+++ b/content/en/host-and-deploy/host-on-gitlab-pages.md
@@ -23,7 +23,7 @@ Define your [CI/CD](g) jobs by creating a `.gitlab-ci.yml` file in the root of y
```yaml {file=".gitlab-ci.yml" copy=true}
variables:
- DART_SASS_VERSION: 1.87.0
+ DART_SASS_VERSION: 1.89.2
GIT_DEPTH: 0
GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive
diff --git a/content/en/host-and-deploy/host-on-netlify/index.md b/content/en/host-and-deploy/host-on-netlify/index.md
index 8c6fc0693..61ac15da8 100644
--- a/content/en/host-and-deploy/host-on-netlify/index.md
+++ b/content/en/host-and-deploy/host-on-netlify/index.md
@@ -127,7 +127,7 @@ If your site requires Dart Sass to transpile Sass to CSS, the configuration file
```toml {file="netlify.toml"}
[build.environment]
-DART_SASS_VERSION = "1.87.0"
+DART_SASS_VERSION = "1.89.2"
GO_VERSION = "1.24.2"
HUGO_VERSION = "0.147.9"
NODE_VERSION = "22"