Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @ethersproject/providers from 5.0.12 to 5.6.1 #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade @ethersproject/providers from 5.0.12 to 5.6.1.

merge advice
ℹ️ 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 30 versions ahead of your current version.
  • The recommended version was released a month ago, on 2022-03-16.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-WS-1296835
586/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 5.3
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: @ethersproject/providers
  • 5.6.1 - 2022-03-16

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-gpTMxPzzvJTTqvtQYTKNpUG2OF+R5E8zdloHZvHIh+fw0lwlsStx33A86eG4WKve"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.6.1.umd.min.js">
    </script>
  • 5.6.0 - 2022-03-10

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-9yTnv56yzVfnTq5ivTdc/x0dgp+W1JPRborbGbrr8lAvXBP/W83A08rvYb2hIs6O"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.6.0.umd.min.js">
    </script>
  • 5.5.3 - 2022-01-31

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-9YjKsdXMXrDGpJr2BHBh4/Ho+T0N760c/6CNf9rTk8PVPu51rpSgiQONc8II24HF"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.5.3.umd.min.js">
    </script>
  • 5.5.2 - 2022-01-07
    • Fixed test case for getAvatar; url has moved (617714d)
    • Added basic redirect support. (42784b8)
    • Added arbitrum and optimism to networks and providers. (#2335; 0844de4)
    • Added support for data URLs for avatar metadata. (b8391b0)
    • Fixed getAvatar for unconfigured ENS names. (1e1c93e)

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-nSPKJoI2xuw1LI9bDU45beoc7mnZtae7zmXYuchecL92MMNqHsTzQAX/xSVP6YMV"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.5.2.umd.min.js">
    </script>
  • 5.5.1 - 2021-12-01

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-TOrQOibRJLhwxzAdxn9pLj7Kx8mTIBrNfq6jSOiHrB519TUbe3z/d79TTvE0Pv6d"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.5.1.umd.min.js">
    </script>
  • 5.5.0 - 2021-10-20
    • Added ENS avatar support to provider. (#2185; ecce861)
    • Fixed splitSignature logic for verifying EIP-2930 and EIP-1559 v. (#2084; 3de1b81)
    • Include events on ContractFactory deployment transactions. (#1334; ab319f2)
    • admin: fixed alias script. (#1494; 8f3d71d)
    • Better errors when non-string address or ENS name is passed into Contracts or provider methods. (#1051; a5c6a46)
    • Use personal_sign instead of eth_sign for message signing with JsonRpcSigner; added _legacySignMessage for legacy support. (#1542, #1840; 8947fd4)
    • Removed extra wordlists from the dist files. (#2058, #2077; cb43a99)
    • Fix issue when Solidity method collises with JavaScript prototype. (#1432, #2054, #2120; 0a8be37)
    • Add support for Cloudflare Workers. (#1886; 6582ede)
    • Added more information to some invalid argument errors. (#1130; f3c6d81)
    • Fix compile-time error in new TypeScript version. (bee76a4)
    • Adding customData support to transactions to assist L2 chains. (#1761; 68095a4)
    • Added some explicit null results to previously implicit null results for ENS. (#1850; 0e5419e)
    • Added BigNumber _difficulty to Block results. (#2001, #2036; a48552a)
    • Removed redundant call to normalizing blockTag (1838). (d5b41ce)
    • Fixed isBytes check for invalid length or elements. (#1964; 7a404fb)
    • Fixed randomBytes not rejecting NaN as a length. (#1977; f8adf82)
    • Allow any Networkish for getDefaultProvider. (#2031; cc250b2)
    • Stop allowing commas in fixed numbers; left over from legacy comma support. (#2083; 45f3675)
    • Export FallbackProviderConfig. (#2121; 48c9e0b)

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-B0/+vAZvVIFYnN5Jy/sN0OJZd7ai9oCi69Xw8kjMkRDDHPoQpGMYOwcN+fp8OLSw"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.5.0.umd.min.js">
    </script>
  • 5.4.5 - 2021-08-27
    Read more
  • 5.4.4 - 2021-08-18
  • 5.4.3 - 2021-07-30
  • 5.4.2 - 2021-07-23
  • 5.4.1 - 2021-07-03
  • 5.4.0 - 2021-06-26
  • 5.3.1 - 2021-06-11
  • 5.3.0 - 2021-06-01
  • 5.2.0 - 2021-05-20
  • 5.1.2 - 2021-04-20
  • 5.1.1 - 2021-04-18
  • 5.1.0 - 2021-03-30
  • 5.0.24 - 2021-03-08
  • 5.0.23 - 2021-02-13
  • 5.0.22 - 2021-02-09
  • 5.0.21 - 2021-02-03
  • 5.0.20 - 2021-02-01
  • 5.0.19 - 2021-01-14
  • 5.0.18 - 2021-01-08
  • 5.0.17 - 2020-11-26
  • 5.0.16 - 2020-11-24
  • 5.0.15 - 2020-11-18
  • 5.0.14 - 2020-10-23
  • 5.0.13 - 2020-10-19
  • 5.0.12 - 2020-10-08
from @ethersproject/providers GitHub release notes
Commit messages
Package name: @ethersproject/providers

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant