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 a85fc62919 Bump hugo-extended from 0.155.3 to 0.160.1 (#843)
a85fc62919 is described below
commit a85fc62919f5745d7ae44d95a7f2f0ca0be5fe07
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 17 13:55:07 2026 +0200
Bump hugo-extended from 0.155.3 to 0.160.1 (#843)
Bumps [hugo-extended](https://github.com/jakejarvis/hugo-extended) from
0.155.3 to 0.160.1.
-
[Commits](https://github.com/jakejarvis/hugo-extended/compare/v0.155.3...v0.160.1)
---
updated-dependencies:
- dependency-name: hugo-extended
dependency-version: 0.160.1
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>
Reviewers: Mickael Maison <[email protected]>
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index d00a3e7a76..634140ab14 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
"devDependencies": {
"autoprefixer": "^10.4.20",
"cross-env": "^10.1.0",
- "hugo-extended": "0.155.3",
+ "hugo-extended": "0.160.1",
"postcss-cli": "^11.0.0",
"rtlcss": "^4.3.0"
},