chore: fix Dependabot security alerts #666
Merged
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.




Dependabot Security Alerts - Fix Status
Repository: smartcontractkit/chainlink-starknet
Branch: dependabot-update-2026-02-08
Date: 2026-02-08
Summary
Alerts
Ecosystems
Fix Log
Tier 1: Lockfile Refresh
yarn install. Resolved 24 npm alerts.go get <pkg>@latest && go mod tidyfor each vulnerable package across all 4 Go modules. Resolved 14 Go alerts.Tier 3: Direct Dependency Bumps
^0.24.0to^1.7.9(resolved to 1.13.5). Fixes alerts Add unimplemented ChainReader() method to MedianProvider #331 and nix: bump go to 1.21 #330.Tier 4: Small Code Changes
LedgerError.NoErrors->LedgerError.NoErrorinpackages-ts/starknet-gauntlet-ledger/src/index.ts(enum rename in updated dependency).CI Runtime
monitoring/ops/DockerfileGo image fromgolang:1.23.5togolang:1.25.3to match go.mod..tool-versionshasgolang 1.23.3which mismatches go.modgo 1.25.3-- this pre-exists on develop.Blocked / Needs Approval
@chainlink/gauntlet-core@0.3.1. Fixing requires major bump to gauntlet-core 1.x which is a breaking change across 10+ workspace packages. Needs approval.solc@0.8.26. No semver-compatible path to 0.2.4. Blocked.@sentry/node@5.30.0via hardhat. Blocked.Verification
yarn build)go build ./...)go test ./... -short)go test ./... -short)