network-contracts
network-contracts copied to clipboard
build(deps-dev): bump @ethersproject/constants from 5.7.0 to 5.8.0 in /packages/network-contracts
Bumps @ethersproject/constants from 5.7.0 to 5.8.0.
Release notes
Sourced from @ethersproject/constants's releases.
ethers/v5.8.0 (2025-02-25 19:15) [legacy version]
This is a security update for the legacy Ethers v5 branch, addressing two security fixes.
- A bug in
elliptic, which does not affect ethers but triggers a critical security warning duringnom audit[see: missing signature length check, missing check for leading bit, allow BER-encoded signatures, false negative verification, signing malformed input]- A bug in
wswhich can be used as DoS vector when communicating with malicious WebSocket service providers, triggering a high security warning duringnom audit[see: too many HTTP headers]For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.
Changes
- Updated to latest elliptic library to fix audit warnings. (f8deaae)
- Added ENS to Sepolia. (0065547)
- Bump ws package version to address DoS security concern. (#4791; f345816)
- Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)
Embedding UMD with SRI:
<script type="text/javascript" integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC" crossorigin="anonymous" src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js"> </script>ethers/v5.7.2 (2022-10-19 04:19)
- Updated tests to use goerli instead of ropsten. (1392803, 706d3ca)
- Added new error strings Pocket returns. (9f990c5)
- Fixed Alchemy goerli URL. (#3320, #3323, #3340, #3358, #3423; 74e3d98)
- Update testnets for third-party providers. (#3320, #3323, #3340, #3358, #3423; 2a3a2e1)
Embedding UMD with SRI:
<script type="text/javascript" integrity="sha384-Htz1SE4Sl5aitpvFgr2j0sfsGUIuSXI6t8hEyrlQ93zflEF3a29bH2AvkUROUw7J" crossorigin="anonymous" src="https://cdn-cors.ethers.io/lib/ethers-5.7.2.umd.min.js"> </script>ethers/v5.7.1 (2022-09-13 21:28)
- Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
- Add support for all data URL formats. (#3341; 4c86dc9)
- Added Sepolia network. (#3325; d083522)
... (truncated)
Changelog
Sourced from @ethersproject/constants's changelog.
ethers/v5.8.0 (2025-02-25 19:15)
- Updated to latest elliptic library to fix audit warnings. (f8deaae)
- Added ENS to Sepolia. (0065547)
- Bump ws package version to address DoS security concern. (#4791; f345816)
- Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)
ethers/v5.7.2 (2022-10-19 04:19)
- Updated tests to use goerli instead of ropsten. (1392803, 706d3ca)
- Added new error strings Pocket returns. (9f990c5)
- Fixed Alchemy goerli URL. (#3320, #3323, #3340, #3358, #3423; 74e3d98)
- Update testnets for third-party providers. (#3320, #3323, #3340, #3358, #3423; 2a3a2e1)
ethers/v5.7.1 (2022-09-13 21:28)
Commits
fa5f647admin: updated dist files- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)