This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch markdown
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/markdown by this push:
new 54b69f551b Bump hugo-extended from 0.161.1 to 0.163.2 (#881)
54b69f551b is described below
commit 54b69f551b27190ff719810a52f08dafe5595161
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 10:16:57 2026 +0200
Bump hugo-extended from 0.161.1 to 0.163.2 (#881)
Bumps [hugo-extended](https://github.com/jakejarvis/hugo-extended) from
0.161.1 to 0.163.2.
-
[Commits](https://github.com/jakejarvis/hugo-extended/compare/v0.161.1...v0.163.2)
---
updated-dependencies:
- dependency-name: hugo-extended
dependency-version: 0.163.2
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 0c87c504b6..7b03905867 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
"devDependencies": {
"autoprefixer": "^10.4.20",
"cross-env": "^10.1.0",
- "hugo-extended": "0.161.1",
+ "hugo-extended": "0.163.2",
"postcss-cli": "^11.0.0",
"rtlcss": "^4.3.0"
},