chore(deps): bump dependencies (security)#1565
Merged
Merged
Conversation
Routine security-driven dependency upgrade. Minor + patch only, no major version bumps. Also fixes a pre-existing `go vet` failure in execution_context_test.go where sync.Once was being copied via plain assignment (caught while validating the bump). Validated locally with: - go test ./... - go vet -v ./...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Routine security-driven dependency bump. Minor + patch only, no major version bumps.
Also includes a small fix to
common/commands/execution_context_test.gofor a pre-existinggo vetfailure (sync.Once was being copied via plain assignment) — caught while validating this bump.Modules bumped
Direct
github.com/gocarina/gocsv: v0.0.0-20240520201108-78e41c74b4b1 → v0.0.0-20260523204920-c264028e67eagithub.com/vbauerster/mpb/v8: v8.12.0 → v8.12.1golang.org/x/exp: v0.0.0-20260410095643-746e56fc9e2f → v0.0.0-20260527015227-08cc5374adb3Indirect
github.com/BurntSushi/toml: v1.5.0 → v1.6.0github.com/CycloneDX/cyclonedx-go: v0.9.3 → v0.11.0github.com/ProtonMail/go-crypto: v1.3.0 → v1.4.1github.com/andybalholm/brotli: v1.2.0 → v1.2.1github.com/fsnotify/fsnotify: v1.9.0 → v1.10.1github.com/go-viper/mapstructure/v2: v2.4.0 → v2.5.0github.com/jfrog/archiver/v3: v3.6.1 → v3.6.3github.com/kevinburke/ssh_config: v1.2.0 → v1.6.0github.com/klauspost/compress: v1.18.0 → v1.18.6github.com/mattn/go-colorable: v0.1.13 → v0.1.14github.com/mattn/go-isatty: v0.0.17 → v0.0.22github.com/mattn/go-runewidth: v0.0.20 → v0.0.23github.com/mattn/go-tty: v0.0.3 → v0.0.8github.com/pelletier/go-toml/v2: v2.2.4 → v2.3.1github.com/pierrec/lz4/v4: v4.1.22 → v4.1.26github.com/sagikazarmark/locafero: v0.11.0 → v0.12.0github.com/sergi/go-diff: v1.3.2-0.20230802210424-5b0b94c5c0d3 → v1.4.0github.com/skeema/knownhosts: v1.3.1 → v1.3.2golang.org/x/crypto: v0.50.0 → v0.52.0golang.org/x/net: v0.53.0 → v0.55.0golang.org/x/sys: v0.44.0 → v0.45.0github.com/nwaples/rardecodev1.1.3 →github.com/nwaples/rardecode/v2v2.2.3 (transitive import-path change pulled in byjfrog/archiver/v3upgrade)Validation
go test ./...— passed locally (989 tests, 58 packages)go vet -v ./...— passed locally