chore: update dependencies and fix vulnerabilities - #329
Merged
Conversation
Consolidates the open dependabot bumps: modernc.org/sqlite 1.55.0, klauspost compress 1.19.1, golang.org/x/sync 0.22.0, goldmark 1.8.5, x/term 0.45.0. Pins toolchain go1.26.6 (fixes reachable stdlib CVEs GO-2026-6218, -6091, -6090, -6089) and lifts golang.org/x/text to 0.39.0 (GO-2026-5970). Verified by govulncheck: zero reachable vulnerabilities. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
fast-uri pinned to ^3.1.5 (GHSA-7p8r-x3mc-p8w7, GHSA-v2hh-gcrm-f6hx, GHSA-4c8g-83qw-93j6) and js-yaml to >=5.2.2 (GHSA-pm4m-ph32-ghv5, GHSA-g796-fgmg-93mv, GHSA-724g-mxrg-4qvm), resolving all six open dependabot alerts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Consolidates the five open dependabot Go bumps and remediates every open security alert.
Go modules (closes #321 #322 #323 #324 #325 by superseding):
x/sync 0.21.0 → 0.22.0 · goldmark 1.8.2 → 1.8.5 · x/term 0.44.0 → 0.45.0
Security:
govulncheck (GO-2026-6218 net/url, GO-2026-6091 html/template, GO-2026-6090 crypto/tls,
GO-2026-6089 net/http).
dependabot alerts (3 high fast-uri, 1 high + 2 moderate js-yaml).
Test plan
just build, fullgo test ./...,just vet,just lint,just quality— all green.prosa syncover real data —5288 sessions imported, 0 errors, counts identical to the pre-bump baseline.
🤖 Generated with Claude Code