Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

chore: bump @ethersproject dependencies to ^5.8.0#557

Open
AlexeySamosadov wants to merge 1 commit into
alchemyplatform:masterfrom
AlexeySamosadov:chore/bump-ethers-5.8.0
Open

chore: bump @ethersproject dependencies to ^5.8.0#557
AlexeySamosadov wants to merge 1 commit into
alchemyplatform:masterfrom
AlexeySamosadov:chore/bump-ethers-5.8.0

Conversation

@AlexeySamosadov
Copy link
Copy Markdown

Summary

  • Bump all @ethersproject/* dependencies from ^5.7.0 to ^5.8.0
  • Fixes ws vulnerability

Motivation

Fixes #496 - The ethers 5.8.0 release includes security fixes:

  • Updated elliptic library (security fix)
  • Bumped ws package version (fixes DoS vulnerability)

Changes

package.json: Updated 11 @ethersproject/* packages:

  • @ethersproject/abi
  • @ethersproject/abstract-provider
  • @ethersproject/bignumber
  • @ethersproject/bytes
  • @ethersproject/contracts
  • @ethersproject/hash
  • @ethersproject/networks
  • @ethersproject/providers
  • @ethersproject/units
  • @ethersproject/wallet
  • @ethersproject/web

CHANGELOG.md: Added entry under Unreleased

Test Plan

  • TypeScript compilation passes
  • All 406 unit tests pass
  • No breaking changes (minor version bump)
  • yarn.lock updated
  • Pre-commit hooks pass

🤖 Generated with Claude Code

Update all @ethersproject/* packages from ^5.7.0 to ^5.8.0
to fix ws vulnerability.

Fixes alchemyplatform#496
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump ethers to version 5.8.0 for ws vulnerability

1 participant