Electron-Labs / ed25519-circom

ED25519 implementation in Circom
https://docs.electronlabs.org/
106 stars 15 forks source link

chore(deps-dev): bump ethers from 5.6.5 to 5.6.6 #81

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps ethers from 5.6.5 to 5.6.6.

Release notes

Sourced from ethers's releases.

ethers/v5.6.6 (2022-05-12 17:29)

  • Ensure gas estimate errors are not call exceptions in disguise. (#2954; 2c3dae0)
  • Added optimism to EtherscanProvider. (#2968; c6eebf9)
  • Remove pedantic check for new keyword which broke some platforms for inheritance. (#2860, #2861; 32b7373)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-aYbelA/Ptk4xbBWv+CrZGR4bFtfdsUgXeWNCIKloTT769EAtwGS81FYbgbnbRP3r"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.6.6.umd.min.js">
</script>
Changelog

Sourced from ethers's changelog.

ethers/v5.6.6 (2022-05-12 17:29)

  • Ensure gas estimate errors are not call exceptions in disguise. (#2954; 2c3dae0)
  • Added optimism to EtherscanProvider. (#2968; c6eebf9)
  • Remove pedantic check for new keyword which broke some platforms for inheritance. (#2860, #2861; 32b7373)
Commits


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)