fix(deps): resolve 30 Dependabot security alerts#373
Open
fix(deps): resolve 30 Dependabot security alerts#373
Conversation
Bump go-ethereum v1.16.9→v1.17.0 (CVE-2026-26313) across all Go modules. Bump @openzeppelin/contracts aliases 4.7.3/4.8.3→4.9.6 to address multiple CVEs (CVE-2023-30542, CVE-2024-27094, etc). Add tmp override to CRE package. Regenerate all pnpm lockfiles to resolve transitive vulnerabilities in ajv, lodash, undici, js-yaml. 10 alerts remain blocked: minimatch (pinned by parent deps), elliptic (no patch), and OZ in CRE lockfile (from published @chainlink/contracts@1.5.0). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
👋 Fletch153, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
Contributor
✅ API Diff Results - No breaking changes |
Update gas snapshots for functions, l2ep, and llo-feeds after OZ alias bump changed contract bytecode. Add eslint-config-prettier as devDep required by eslint-plugin-prettier@5.5.5. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ility Regenerated all Go solidity wrappers after bumping go-ethereum from v1.16.9 to v1.17.0. Updated abigen to v1.17.0 and re-ran wrapper generation for all products including CRE gobindings. Added pnpm override for minimatch@<9 to force >=9.0.5, eliminating vulnerable minimatch@3.x from both contracts and CRE lockfiles (GHSA-3ppc-4f35-3m26). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jmank88
approved these changes
Feb 25, 2026
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
go-ethereumv1.16.9 → v1.17.0 across all 4 Go modules (CVE-2026-26313)@openzeppelin/contractsaliases 4.7.3/4.8.3 → 4.9.6 (CVE-2023-30542, CVE-2024-27094, etc.)tmppnpm override tocontracts/cre/package.jsonHow these changes were made
contracts/,contracts/cre/, root) to resolve transitive npm vulnerabilities (ajv, lodash, undici, js-yaml).github.com/ethereum/go-ethereumfrom v1.16.9 to v1.17.0 across all 4 Go modules, rango mod tidyand verifiedgo build ./...in each.@openzeppelin/contractsaliased versions: 4.7.3→4.9.6 and 4.8.3→4.9.6 incontracts/package.jsonandcontracts/cre/package.json. Verified Foundry compilation (forge build) passes with no new errors."tmp": "^0.2.4"pnpm override tocontracts/cre/package.jsonto resolve tmp vulnerability via@arbitrum/nitro-contracts → patch-package → tmp.All lockfile and
go.sumchanges are auto-generated.Blocked alerts (10 remaining)
@chainlink/contracts@1.5.0on npm. Will auto-resolve on next publish.Test plan
go build ./...passes on all 4 Go modulesforge buildpasses forcontracts/(pre-existing warnings only, same as develop)forge buildpasses forcontracts/cre/(Compiler run successful)pnpm whyfor all fixed transitive deps🤖 Generated with Claude Code