chore(deps): bump dependencies to address security vulnerabilities#223
Merged
chore(deps): bump dependencies to address security vulnerabilities#223
Conversation
Go dependencies updated: - go 1.22 → 1.25.1 - golang.org/x/crypto v0.33.0 → v0.45.0 (fixes CVE-2025-45332, CVE-2025-45333, CVE-2024-45337) - golang.org/x/net v0.24.0 → v0.47.0 (fixes GHSA-w7pp-7x7m-x, GHSA-qxjg-xxmc-q2x5) - go-ethereum v1.14.10 → v1.16.4 (fixes CVE-2025-23216) - attestantio/go-eth2-client v0.27.1 → v0.27.2 - ethpandaops/beacon v0.64.0 → v0.65.0 - prometheus/client_golang v1.16.0 → v1.23.2 Frontend dependencies updated: - Added npm overrides to fix transitive vulnerabilities - Updated postcss 8.4.21 → 8.4.49 - Reduced npm audit vulnerabilities from 42 to 3 (remaining are dev-only) Build configuration updated: - Dockerfile: golang:1.22 → golang:1.25 - CI test workflow: Go 1.22.x → 1.25.x The 3 remaining moderate npm audit vulnerabilities are in webpack-dev-server (dev dependency only, does not affect production builds) and have no available fix without breaking react-scripts.
de70902 to
08ee7ed
Compare
mattevans
approved these changes
Nov 28, 2025
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
This PR addresses multiple Dependabot security alerts by updating both Go and frontend dependencies.
Go Dependencies Updated
Frontend Dependencies Updated
Remaining Vulnerabilities
The 3 remaining moderate npm audit vulnerabilities are in
webpack-dev-serverwhich is a dev-only dependencyTest Plan
go build ./...)npm run build)golangci-lint run --new-from-rev="origin/master")