chore(deps): bump the go_modules group across 3 directories with 3 updates#2321
chore(deps): bump the go_modules group across 3 directories with 3 updates#2321dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
LGTM — routine dependency bumps including security fixes for go-jose (GHSA-78h2-9frx-2jm8 panic in JWE decryption) and hugo (XSS fix), all as indirect dependencies with no application code changes.
Extended reasoning...
Overview
This PR updates go.mod and go.sum files across three packages (api, orchestrator, shared). No application code is modified. The key updates are: go-jose/v4 4.1.3→4.1.4, aws-sdk-go-v2/aws/protocol/eventstream 1.6.10→1.7.8, and gohugoio/hugo 0.139.4→0.159.2, along with cascading transitive dependency updates.
Security Risks
Two of the updates address security issues: go-jose/v4 4.1.4 fixes a panic in JWE decryption (GHSA-78h2-9frx-2jm8), and hugo 0.159.2 fixes a potential content XSS via dangerous URLs in Markdown links/images. All updated packages are indirect dependencies, meaning they are transitive inclusions not directly called by application code. The security fixes are desirable and the risk of the upgrades is low.
Level of Scrutiny
Low scrutiny is appropriate. Dependabot-generated dependency-only PRs touching only go.mod/go.sum are mechanical and well-understood. The hugo version jump is large (0.139.4→0.159.2) but as an indirect dependency it does not affect application behavior directly.
Other Factors
No bugs were found by the automated bug hunting system. There are no prior reviews or outstanding comments on this PR. The changes follow the established pattern for dependency maintenance in this repository.
…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 2 updates in the /packages/orchestrator directory: [github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream](https://github.com/aws/aws-sdk-go-v2) and [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose). Bumps the go_modules group with 2 updates in the /packages/shared directory: [github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream](https://github.com/aws/aws-sdk-go-v2) and [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/aws/aws-sdk-go-v2/aws/protocol/eventstream` from 1.6.10 to 1.7.8 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/rum/v1.6.10...service/m2/v1.7.8) 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/aws/aws-sdk-go-v2/aws/protocol/eventstream` from 1.6.10 to 1.7.8 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/rum/v1.6.10...service/m2/v1.7.8) 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/aws/aws-sdk-go-v2/aws/protocol/eventstream dependency-version: 1.7.8 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/aws/aws-sdk-go-v2/aws/protocol/eventstream dependency-version: 1.7.8 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>
55a755a to
fd4a027
Compare
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the go_modules group with 1 update in the /packages/api directory: github.com/gohugoio/hugo.
Bumps the go_modules group with 2 updates in the /packages/orchestrator directory: github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream and github.com/go-jose/go-jose/v4.
Bumps the go_modules group with 2 updates in the /packages/shared directory: github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream and 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/aws/aws-sdk-go-v2/aws/protocol/eventstreamfrom 1.6.10 to 1.7.8Commits
e3b97d2Release 2023-10-12863010dRegenerated Clients6946ef8Update endpoints model6d93dedUpdate API modelbebc232fix: fail to load config if configured profile doesn't exist (#2309)5de4674fix DNS timeout error not retried (#2300)e155bb7Release 2023-10-069d342baRegenerated Clients1df9914Update SDK's smithy-go dependency to v1.15.032ada3aUpdate API modelUpdates
github.com/go-jose/go-jose/v4from 4.1.3 to 4.1.4Release notes
Sourced from github.com/go-jose/go-jose/v4's releases.
Commits
0e59876Merge commit from forkddffdbcBump actions/checkout from 5 to 6 (#213)Updates
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstreamfrom 1.6.10 to 1.7.8Commits
e3b97d2Release 2023-10-12863010dRegenerated Clients6946ef8Update endpoints model6d93dedUpdate API modelbebc232fix: fail to load config if configured profile doesn't exist (#2309)5de4674fix DNS timeout error not retried (#2300)e155bb7Release 2023-10-069d342baRegenerated Clients1df9914Update SDK's smithy-go dependency to v1.15.032ada3aUpdate API modelUpdates
github.com/go-jose/go-jose/v4from 4.1.3 to 4.1.4Release notes
Sourced from github.com/go-jose/go-jose/v4's releases.
Commits
0e59876Merge commit from forkddffdbcBump actions/checkout from 5 to 6 (#213)Updates
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstreamfrom 1.6.10 to 1.7.8Commits
e3b97d2Release 2023-10-12863010dRegenerated Clients6946ef8Update endpoints model6d93dedUpdate API modelbebc232fix: fail to load config if configured profile doesn't exist (#2309)5de4674fix DNS timeout error not retried (#2300)e155bb7Release 2023-10-069d342baRegenerated Clients1df9914Update SDK's smithy-go dependency to v1.15.032ada3aUpdate API modelUpdates
github.com/go-jose/go-jose/v4from 4.1.3 to 4.1.4Release notes
Sourced from github.com/go-jose/go-jose/v4's releases.
Commits
0e59876Merge commit from forkddffdbcBump actions/checkout from 5 to 6 (#213)Updates
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstreamfrom 1.6.10 to 1.7.8Commits
e3b97d2Release 2023-10-12863010dRegenerated Clients6946ef8Update endpoints model6d93dedUpdate API modelbebc232fix: fail to load config if configured profile doesn't exist (#2309)5de4674fix DNS timeout error not retried (#2300)e155bb7Release 2023-10-069d342baRegenerated Clients1df9914Update SDK's smithy-go dependency to v1.15.032ada3aUpdate API modelUpdates
github.com/go-jose/go-jose/v4from 4.1.3 to 4.1.4Release notes
Sourced from github.com/go-jose/go-jose/v4's releases.
Commits
0e59876Merge commit from forkddffdbcBump actions/checkout from 5 to 6 (#213)