chore(deps): bump github.com/gohugoio/hugo from 0.157.0 to 0.159.2 in /packages/api in the go_modules group across 1 directory#2530
Conversation
Bumps the go_modules group with 1 update in the /packages/api directory: [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo). Updates `github.com/gohugoio/hugo` from 0.157.0 to 0.159.2 - [Release notes](https://github.com/gohugoio/hugo/releases) - [Commits](gohugoio/hugo@v0.157.0...v0.159.2) --- updated-dependencies: - dependency-name: github.com/gohugoio/hugo dependency-version: 0.159.2 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LGTM, straightforward Dependabot bump of Hugo (indirect dep) and kin-openapi minor version.
Extended reasoning...
Overview
This PR bumps github.com/gohugoio/hugo from 0.157.0 to 0.159.2 and github.com/getkin/kin-openapi from 0.133.0 to 0.134.0 in packages/api. Changes are limited to go.mod and go.sum with associated transitive dependency updates (e.g., tdewolff/minify, evanw/esbuild, yuin/goldmark). Hugo is an indirect dependency, pulled in via kin-openapi.
Security risks
The Hugo 0.159.2 release contains a content XSS fix for dangerous URLs in Markdown links/images, but that codepath is only relevant when rendering untrusted Markdown — not exercised by API code that uses kin-openapi for OpenAPI schema validation. No new direct security-sensitive surface is introduced.
Level of scrutiny
Low. This is a mechanical Dependabot update with no source code changes. CI (build/test) is the right gate for verifying compatibility, not human review.
Other factors
The bug hunting system found no issues. No prior reviewer comments to address. Patch/minor version bumps within the same major are low risk.
|
Superseded by #2539. |
Bumps the go_modules group with 1 update in the /packages/api directory: github.com/gohugoio/hugo.
Updates
github.com/gohugoio/hugofrom 0.157.0 to 0.159.2Release notes
Sourced from github.com/gohugoio/hugo's releases.
... (truncated)
Commits
5f4646areleaser: Bump versions for release of 0.159.2479fe6cFix potential content XSS by escaping dangerous URLs in links and images81a5cdcreleaser: Add standard withdeploy release assetsdf520e3resources/page: Fix shared reader in Source.ValueAsOpenReadSeekCloserb55d452testing: Simplify line ending handling in testsea7eac6readme: Update Go version to 1.25.0458ebddreleaser: Prepare repository for 0.160.0-DEV86c7d3areleaser: Bump versions for release of 0.159.142289d7minifiers: Keep x-bind and blank namespace in SVG minification0c013c2Adjust depreceated syntax in testsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.