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 679d63686 Bump hugo-extended from 0.155.2 to 0.155.3 (#797)
679d63686 is described below
commit 679d636863837fb15e731da6a34ec3ffe1ff0547
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 16 16:44:53 2026 +0100
Bump hugo-extended from 0.155.2 to 0.155.3 (#797)
Bumps [hugo-extended](https://github.com/jakejarvis/hugo-extended) from
0.155.2 to 0.155.3.
-
[Commits](https://github.com/jakejarvis/hugo-extended/compare/v0.155.2...v0.155.3)
---
updated-dependencies:
- dependency-name: hugo-extended
dependency-version: 0.155.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 867d3d77d..d00a3e7a7 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.2",
+ "hugo-extended": "0.155.3",
"postcss-cli": "^11.0.0",
"rtlcss": "^4.3.0"
},