chore(deps): bump the go_modules group across 3 directories with 2 updates#2304
chore(deps): bump the go_modules group across 3 directories with 2 updates#2304dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
…dates Bumps the go_modules group with 1 update in the /packages/api directory: [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo). Bumps the go_modules group with 1 update in the /packages/orchestrator directory: [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose). Bumps the go_modules group with 1 update in the /packages/shared directory: [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose). Updates `github.com/gohugoio/hugo` from 0.139.4 to 0.159.2 - [Release notes](https://github.com/gohugoio/hugo/releases) - [Commits](gohugoio/hugo@v0.139.4...v0.159.2) Updates `github.com/go-jose/go-jose/v4` from 4.1.3 to 4.1.4 - [Release notes](https://github.com/go-jose/go-jose/releases) - [Commits](go-jose/go-jose@v4.1.3...v4.1.4) Updates `github.com/go-jose/go-jose/v4` from 4.1.3 to 4.1.4 - [Release notes](https://github.com/go-jose/go-jose/releases) - [Commits](go-jose/go-jose@v4.1.3...v4.1.4) --- updated-dependencies: - dependency-name: github.com/gohugoio/hugo dependency-version: 0.159.2 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/go-jose/go-jose/v4 dependency-version: 4.1.4 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/go-jose/go-jose/v4 dependency-version: 4.1.4 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LGTM — routine indirect dependency bumps with security fixes included.
Extended reasoning...
Overview
This PR updates indirect Go dependencies across three packages: go-jose/go-jose/v4 patch bump (4.1.3→4.1.4) in orchestrator and shared, and gohugoio/hugo minor bump (0.139.4→0.159.2) in api. All modified files are go.mod/go.sum only — no application logic is touched.
Security risks
The go-jose 4.1.4 release uses the "merge commit from fork" pattern typical of security patches in Go libraries. The hugo 0.159.2 release notes explicitly mention a fix for a potential content XSS via dangerous URLs in Markdown links/images. Both changes reduce security risk rather than introducing it. All updated packages are indirect dependencies.
Level of scrutiny
Low scrutiny is appropriate. These are automated Dependabot updates to indirect dependencies with no API surface changes. The hugo jump is large (20 minor versions) but since it is an indirect dependency and the intermediate changes are bug fixes and features rather than breaking changes, the risk of regression is minimal.
Other factors
No bugs found by the bug hunting system. No outstanding reviewer comments. The diff is mechanical and matches the expected shape of a Dependabot go module bump.
Bumps the go_modules group with 1 update in the /packages/api directory: github.com/gohugoio/hugo.
Bumps the go_modules group with 1 update in the /packages/orchestrator directory: github.com/go-jose/go-jose/v4.
Bumps the go_modules group with 1 update in the /packages/shared directory: github.com/go-jose/go-jose/v4.
Updates
github.com/gohugoio/hugofrom 0.139.4 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 testsUpdates
github.com/go-jose/go-jose/v4from 4.1.3 to 4.1.4Commits
0e59876Merge commit from forkddffdbcBump actions/checkout from 5 to 6 (#213)Updates
github.com/go-jose/go-jose/v4from 4.1.3 to 4.1.4Commits
0e59876Merge commit from forkddffdbcBump actions/checkout from 5 to 6 (#213)Dependabot 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.