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 874e3305cd Bump hugo-extended from 0.163.2 to 0.163.3 (#883)
874e3305cd is described below
commit 874e3305cdedf0f5f643ce32d1627e9fa652b202
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 10:33:49 2026 +0200
Bump hugo-extended from 0.163.2 to 0.163.3 (#883)
Bumps [hugo-extended](https://github.com/jakejarvis/hugo-extended) from
0.163.2 to 0.163.3.
-
[Commits](https://github.com/jakejarvis/hugo-extended/compare/v0.163.2...v0.163.3)
---
updated-dependencies:
- dependency-name: hugo-extended
dependency-version: 0.163.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 7b03905867..d0a81bc467 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
"devDependencies": {
"autoprefixer": "^10.4.20",
"cross-env": "^10.1.0",
- "hugo-extended": "0.163.2",
+ "hugo-extended": "0.163.3",
"postcss-cli": "^11.0.0",
"rtlcss": "^4.3.0"
},