hyperdrop-contracts
hyperdrop-contracts copied to clipboard
[Snyk] Upgrade @ethersproject/providers from 5.6.5 to 5.7.1
Snyk has created this PR to upgrade @ethersproject/providers from 5.6.5 to 5.7.1.
:information_source: 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 5 versions ahead of your current version.
- The recommended version was released 23 days ago, on 2022-09-14.
Release notes
Package name: @ethersproject/providers
-
5.7.1 - 2022-09-14
- 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)
Embedding UMD with SRI:
<script type="text/javascript" integrity="sha384-RG8QV/8Pwe52alIcSWxFpA7GbD1/mIxUAQA5PeEDh5EnTyJiWhIvYfw5RYBIz8DQ" crossorigin="anonymous" src="https://cdn-cors.ethers.io/lib/ethers-5.7.1.umd.min.js"> </script>
-
5.7.0 - 2022-08-19
- Update PocketProvider to newer URL format. (#2980; 10d07ca)
- Add new ENS normalization specification for wider UTF-8 support. (#42, #2376, #2754; 14bf407, fce9aaa, f274104)
- Added ACTION_REJECTED error for UI-based Signers. (d9897e0)
- Include current baseFee in feeData for easier custom fee calculation. (8314236)
- Add restrictions for new UTF-8 specification ENS names. (#42, #2376, #2754; e52fbfb)
- Expand the definition of a WebSocketLike. (#2843; 00114d7)
- Expanded type for queryFitler to allow string. (#2882; 60da870)
- Added finalized and safe blockTags. (#3091; 549168c)
- Added arbitrum-goerli to Networks and AlchemyProvider. (#3246; e72d13e)
- Add EIP-712 type exports. (#221; 7ce41cd)
- Added optimism-goerli to AlchemyProvider. (#3246; f1cb0d2)
- Updated EtherscanProvider for new CommunityResource API throttling. (6bd13c3)
- Fix old events from being emitted at the beginning of a filter. (#3069, #3094; ea2d245)
- Fixed Interface signautres missing strings as eventFragments. (#3157; c004ae5)
- Fix bug in EIP1193Bridge forwarding to the wrong method. (#3166; 17676e9)
- Use updated Web3 Secret Storage format for JSON wallets. (#3075; 6f57e8b)
- Relaxed nameprep length requirement dropping RFC-5891 section 4.2.4. (#3161; abdf2e3)
- Switch to hash.js for ripemd160 on node as it was removed from the default crypto provider in node 17. (#3082; 450694e)
- Add optimism-kovan to EtherscanProvider. (#3135; 4d3e586)
- Forward any blockTag along in the FallbackProvider during call. (#3168; ab43e7d)
- Allow browser fetch option overrides. (#3096; c309df8)
Embedding UMD with SRI:
<script type="text/javascript" integrity="sha384-EQi5ynMqKKWGuwfjllsutXzvDo0ubfkYMhKrz5WJJB7PUXnkSo5qxWSy80hu/Zh9" crossorigin="anonymous" src="https://cdn-cors.ethers.io/lib/ethers-5.7.0.umd.min.js"> </script>
-
5.6.8 - 2022-05-24
Embedding UMD with SRI:
<script type="text/javascript" integrity="sha384-HylgU+iVrVfHivfdkJGhzBJmBxfXLECLZzB2HEiL6bU7GwQH+Xnf/lEDZpNbWs9C" crossorigin="anonymous" src="https://cdn-cors.ethers.io/lib/ethers-5.6.8.umd.min.js"> </script>
-
5.6.7 - 2022-05-21
- Add Skynet support. (#2853, #2866; 13dd42c)
- Fix WebWorker support in rollup files. (#2976; d06aa26)
- Remove superfluous logging. (#2995; ed7e6a5)
- Add matic and optimism support to default provider. (a301297)
- Use case-insensitive schemes for getDefaultProvider. (#2320; 8b62aef)
- Pad position in JSON-RPC getStorageAt calls. (#2982; d5815cc)
Embedding UMD with SRI:
<script type="text/javascript" integrity="sha384-YUSWh0CQ0Ck2wXgObj8tXJeOqe0QLhmeONEcw5N3OIBknCB4kZxHB5pHvhrLRSFB" crossorigin="anonymous" src="https://cdn-cors.ethers.io/lib/ethers-5.6.7.umd.min.js"> </script>
-
5.6.6 - 2022-05-14
- 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>
-
5.6.5 - 2022-05-03
- Added testnets for AnkrProvider. (#2949, #2950; d9f45b3)
- Better error coalescing for OpenEthereum nodes. (#2846; bebd669)
- Enforce 32-byte private key length (2926). (7b299dd)
- Fixed decimal strings as value-type properties for JsonRpcSigner. (#2948; 9bf17fa)
Embedding UMD with SRI:
<script type="text/javascript" integrity="sha384-HDtKXW/WGUPp3+NyVJAJ7Uocm4RHhHnupa1pgV6m+G8JSFlL5wCphMFvwkPhdaTo" crossorigin="anonymous" src="https://cdn-cors.ethers.io/lib/ethers-5.6.5.umd.min.js"> </script>
Commit messages
Package name: @ethersproject/providers
- 44cbc7f admin: updated dist files
- b14cb0f Fixed message signing errors that clobbered critical Error properties (#3356).
- 4c86dc9 Add support for all data URL formats (#3341).
- d083522 Added Sepolia network (#3325).
- 01b5bad admin: update dist files
- 7357dd2 tests: remove old Pocket tests
- d3592ef admin: update dist files
- 9f21b6b tests: fix namehash matcher
- ec1b958 admin: updated dist files
- 9ccdd17 tests: updated pocket to normal API key.
- 10d07ca Update PocketProvider to newer URL format (#2980).
- f274104 Applied lastest changes from ens-normalize (#42, #2376, #2754).
- fce9aaa Relax ENS normalize for double-hyphen to only throw on punycode conflicts (#42, #2376, #2754).
- d9897e0 Added ACTION_REJECTED error for UI-based Signers.
- 8314236 Include current baseFee in feeData for easier custom fee calculation.
- e52fbfb Add restrictions for new UTF-8 specification ENS names (#42, #2376, #2754).
- 00114d7 Expand the definition of a WebSocketLikg (#2843).
- 60da870 Expanded type for queryFitler to allow string (#2882).
- 14bf407 Add new ENS normalization specification for wider UTF-8 support (#42, #2376, #2754).
- 549168c Added finalized and safe blockTags (#3091).
- e72d13e Added arbitrum-goerli to Networks and AlchemyProvider (#3246).
- 7ce41cd Add EIP-712 type exports (#221).
- f1cb0d2 Added optimism-goerli to AlchemyProvider (#3246).
- 7645cb0 admin: added date to contributors
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:
🔕 Ignore this dependency or unsubscribe from future upgrade PRs