Open
Conversation
Snyk has created this PR to upgrade ethers from 6.6.0 to 6.14.4. See this package in npm: ethers See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/5a5244eb-d014-4635-9818-8ddb177a1f58?utm_source=github&utm_medium=referral&page=upgrade-pr
|
|
Reviewer's GuideThis PR upgrades the ethers library from version 6.6.0 to 6.14.4 by updating the package.json entry and regenerating the lockfile, addressing a high-severity DoS vulnerability and incorporating upstream fixes. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
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.
Snyk has created this PR to upgrade ethers from 6.6.0 to 6.14.4.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 35 versions ahead of your current version.
The recommended version was released a month ago.
Issues fixed by the recommended upgrade:
SNYK-JS-WS-7266574
Release notes
Package name: ethers
-
6.14.4 - 2025-06-13
- Fixed serialization of EIP-7702 transactions with leading 0-bytes (#4916; 389dc03).
-
6.14.3 - 2025-05-27
- Fixed non-normalized yParity on EIP-7702 JSON-RPC responses (#4985; a8803ca).
-
6.14.2 - 2025-05-26
- Fixed call stack overflow in makeError stringify for recursive structures (#4977, #4978; 52a0522).
- Explicitly throw error on gunzip failure to prevent uncaught exception (#4873, #4874; fe98f98).
- Skip additional receipt fetch for single confirmation requests (#4972; 243cb02).
- Update EtherscanProvider to use their v2 API (#4975; 5e09aa1).
-
6.14.1 - 2025-05-15
- Fix JSON-RPC authorizationList signature entries encoded as DATA instead of QUANTITY values (#4916; 135db72).
-
6.14.0 - 2025-05-07
- Remove BlockscoutProvider temporarily until custom error issues are fixed (805a8b3).
- EIP-7702 support (#4916; db490e1, e7c1bdf).
- Added support for to override fetch init options in the Browser (#3895; 844ae68).
- Added EIP-6963 discovery to BrowserProvider (f5469dd).
- Accept modern KZG library API while exposing legacy API (#4841; e5036e7).
- Added BlockscoutProvider (#4790, b59b5a4).
- Added CommunityResourcable to exports (#4776; bca8d1b).
-
6.13.7 - 2025-04-26
- Fix FallbackProvider coalescing call exceptions when backends return slightly different error message (268a0ac).
- Fixed Infura BSC network URLs (#4951; d01b4cb).
-
6.13.6 - 2025-03-21
-
6.13.6-beta.1 - 2025-03-21
-
6.13.5 - 2025-01-06
- Use local dev net for testing Typed API to prevent tests getting throttled (7654ee3).
- Fixed bad logic for searching prefetched transactions by hash (#4868; ef3c9bc).
- Add newline delimiter to IPC providers for broader support (#4847; 474a8de).
-
6.13.4 - 2024-10-12
- Updated dependencies (1d717ef).
- Fixed bug in JSON-RPC error checking (#4827, #4837, #4851; be3e6b1).
-
6.13.3 - 2024-10-01
- Allow CCIP-read to continue during low-level fetch failures (#4842; 1c31f95).
-
6.13.2 - 2024-07-25
-
6.13.1 - 2024-06-18
-
6.13.0 - 2024-06-04
-
6.12.2 - 2024-06-02
-
6.12.1 - 2024-05-01
-
6.12.0 - 2024-04-17
-
6.12.0-beta.1 - 2024-03-27
-
6.11.1 - 2024-02-14
-
6.11.0 - 2024-02-09
-
6.10.0 - 2024-01-13
-
6.9.2 - 2024-01-03
-
6.9.1 - 2023-12-20
-
6.9.0 - 2023-11-27
-
6.8.1 - 2023-11-01
-
6.8.0 - 2023-10-11
-
6.7.1 - 2023-08-15
-
6.7.0 - 2023-08-03
-
6.6.7 - 2023-07-28
-
6.6.6 - 2023-07-28
-
6.6.5 - 2023-07-24
-
6.6.4 - 2023-07-16
-
6.6.3 - 2023-07-12
-
6.6.2 - 2023-06-28
-
6.6.1 - 2023-06-23
-
6.6.0 - 2023-06-14
from ethers GitHub release notesImportant
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by Sourcery
Upgrade the ethers library to version 6.14.4 to address security issues and include recent upstream enhancements
Bug Fixes:
Enhancements: