3box / 3box-js

3Box JavaScript SDK: User identities, storage, messaging
MIT License
207 stars 65 forks source link

chore(deps): bump @ethersproject/wallet from 5.0.2 to 5.0.10 #947

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @ethersproject/wallet from 5.0.2 to 5.0.10.

Release notes

Sourced from @ethersproject/wallet's releases.

ethers/v5.0.10 (2020-09-05 01:21)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-Dc+HsBUC1YthvYln2sx1VuqsAi2Rfvs0yHARBIrvNwEKyIOOHkG/tWfSrGE6ter3"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.0.10.umd.min.js"></script>

ethers/v5.0.9 (2020-08-25 01:45)

  • Updated docs for all packages on npm pages. (#1013; cb8f4a3)
  • Added JSON support to BigNumber. (#1010; 8facc1a)
  • Updated packages for security audit. (5b5904e)
  • Fix emitted error for ABI code array count mismatch. (#1004; b0c082d)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-sPwL2x5suqJ3sLS7z6g+BuIJfhNLEmZkcBJAGY6zHPYG6NCrvFJX11Pk0nsqH0LN"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.0.9.umd.min.js"></script>

ethers/v5.0.8 (2020-08-04 20:55)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-VdCv2iQkvQgOtRBysKb+Fm3b9feRD5z/ggtd9msExhEXGqWzw6f/pSHrh1JwAiwZ"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.0.8.umd.min.js"></script>

ethers/v5.0.7 (2020-07-20 02:22)

Changelog

Sourced from @ethersproject/wallet's changelog.

ethers/v5.0.25 (2021-01-08 03:31)

  • Safety check on digest length for signing. (20335e9)
  • Fixed listenerCount for contract when requesting for all events. (#1205; a56a0a3)
  • Lock package versions for the ESM builds. (#1009; 0e6cc9a)

ethers/v5.0.24 (2020-12-08 01:43)

  • Fixed EIP-712 getPayload dropping EIP712Domain from types for JSON-RPC calls. (#687; d3b1ac0)
  • Remvoed dead files. (70c2b1b)

ethers/v5.0.23 (2020-11-25 15:25)

  • Fix BigNumber when passed something with a length property. (#1172; 45a2902)

ethers/v5.0.22 (2020-11-23 19:16)

  • Added directory to repo field for each package. (799896a)
  • Add ABI coder function to compute default values. (#1101; a8e3380)
  • Fix for new versions of Geth which return formatted data on revert rather than standard data. (#949; 4a8d579)
  • Addd missing sideEffects flag to some packages. (20defec)
  • Allow base-10 to be passed into BigNumbner.toString and improve errors for other radices. (#1164; c8bb77d, fbbe4ad)
  • Allow private keys to Wallet to omit the 0x prefix. (#1166; 29f6c34)

ethers/v5.0.21 (2020-11-19 18:52)

  • Force address to use bignumber package with base36 private functions. (#1163; c9e5480)
  • Remove stray console.log in hardware wallets. (#1136; cc63e61)
  • Added some funding links for the sponsor button. (2816850)
  • Remove invalid pkg.module reference. (#1133; cddc258)

ethers/v5.0.20 (2020-11-17 20:32)

ethers/v5.0.19 (2020-10-22 21:55)

  • Allow 0x as a numeric value for 0 in Provider formatter. (#1104; fe17a29)
  • Use POST for long requests in EtherscanProvider. (#1093; 28f60d5)
  • Added verifyTypedData for EIP-712 typed data. (#687; 550ecf2, a21202c)
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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #952.