Skip to content

[Snyk] Upgrade ethers from 5.5.2 to 5.6.4#3

Open
torjc01 wants to merge 1 commit intomainfrom
snyk-upgrade-bccc838b9b094f2bbcc75f4a9c3b36b9
Open

[Snyk] Upgrade ethers from 5.5.2 to 5.6.4#3
torjc01 wants to merge 1 commit intomainfrom
snyk-upgrade-bccc838b9b094f2bbcc75f4a9c3b36b9

Conversation

@torjc01
Copy link
Owner

@torjc01 torjc01 commented May 19, 2022

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade ethers from 5.5.2 to 5.6.4.

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 7 versions ahead of your current version.
  • The recommended version was released a month ago, on 2022-04-14.
Release notes
Package name: ethers
  • 5.6.4 - 2022-04-14

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-Y3akzp1SirJeIbvoXIqJpwsCXex0qqH9sYkn3YBk5V+eFg6UjDOL3+SuzFDBoehq"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.6.4.umd.min.js">
    </script>
  • 5.6.3 - 2022-04-13
    • Mimic Hardhard error strings in CALL_EXCEPTION for popular matchers. (#2849, #2862; dab6ede)
    • Fix pocket API key not being passed in for default provider. (#2890; 056d7c8)

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-FdKjh3/99hRuPi1kjKQCoVDxcqDyadFCzn+0eGRqlRDfCfu34dUIvARvD1GetdRk"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.6.3.umd.min.js">
    </script>
  • 5.6.2 - 2022-03-26
    • Fixed left-padding in arrayify. (#2833; e192903)
    • More robust JSON-RPC error handling for reverted executions. (#2603; 9d9b14b)
    • Added IPNS support for ENS contenthash. (e70f3fe)
    • Added initial AnkrProvider (96de581)

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-qs2vsqAFA8HemUN26W9rQk9FbPhRSx8Nom/DUpdKIyoiRhE5KX9hPgWhX5X4baBB"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.6.2.umd.min.js">
    </script>
  • 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.4 - 2022-01-31

    Embedding UMD with SRI:

    <script type="text/javascript"
            integrity="sha384-Jk2KQmxNIrlZNY8bE1bEnOjnx9PkvpwWgH/MEBCK+gpks+KdtHLnr2RzmMseDrGh"
            crossorigin="anonymous"
            src="https://cdn-cors.ethers.io/lib/ethers-5.5.4.umd.min.js">
    </script>
  • 5.5.3 - 2022-01-07

    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 - 2021-12-01
    • 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>
from ethers GitHub release notes
Commit messages
Package name: ethers
  • 7bc9c6b admin: updated dist files
  • 0855d6e Support new OpenEthereum NONCE_EXPIRED string (#2845, #2846).
  • 948f770 admin: fixed update scripts to not conflict with reticulate used in v6
  • 9e57e71 admin: updated dist files.
  • dab6ede Mimic Hardhard error strings in CALL_EXCEPTION for popular matchers (#2849, #2862).
  • 1f6c0ab admin: Added more environment options to bug issue to help identify network.
  • 056d7c8 Fix pocket API key not being passed in for default provider (#2890).
  • 47c4114 admin: added issue template for v6 beta
  • ef1b28e admin: updated dist files
  • e192903 Fixed left-padding in arrayify (#2833).
  • 9d9b14b More robust JSON-RPC error handling for reverted executions (#2603).
  • bc400c7 admin: updated spell-check dictionary
  • 120dcd0 admin: added enhancement tag for feature request issues.
  • 04f7a9f admin: updated dist files.
  • e70f3fe Added IPNS support for ENS contenthash.
  • ef529dc admin: updated issue templates
  • 9f0967f admin: updated issue forms
  • 774c310 admin: updated issue templates
  • 21fae9f admin: updating issue templates
  • ce85a7e admin: updated issue form for bugs
  • 7c4a908 admin: updated issue form for bugs
  • 7becc93 admin: update issue template
  • 540a670 admin: updated spell-check dictionary
  • ab628c2 admin: updated dist files

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

@netlify
Copy link

netlify bot commented May 19, 2022

Deploy Preview for elated-aryabhata-d0c610 ready!

Name Link
🔨 Latest commit 4f70680
🔍 Latest deploy log https://app.netlify.com/sites/elated-aryabhata-d0c610/deploys/6285968e6edeb400080c2c46
😎 Deploy Preview https://deploy-preview-3--elated-aryabhata-d0c610.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants