[Snyk] Upgrade web3 from 4.0.1 to 4.9.0 #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.

Snyk has created this PR to upgrade web3 from 4.0.1 to 4.9.0.
ℹ️ 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 251 versions ahead of your current version.
The recommended version was released on a month ago.
Release notes
Package name: web3
What's Changed
New Contributors
Full Changelog: v4.8.0...v4.9.0
[4.8.0]
Changed
web3-eth-abi
web3-eth-accounts
Fixed
web3-eth-contract
web3-utils
Added
web3-eth-contract
web3-eth
getBlocknow includes properties of eip 4844, 4895, 4788 when returning block (#6933)withdrawalsSchema,blockSchemaandblockHeaderSchemaschemas to include properties of eip 4844, 4895, 4788 (#6933)web3-types
signatureto typeAbiFunctionFragment(#6922)Withdrawals,blockandBlockHeaderOutputto include properties of eip 4844, 4895, 4788 (#6933)New Contributors
[4.7.0]
added
web3-eth-contract
ContractDeploySend,ContractMethodSend,Web3PromiEventwas exported (#6883)web3-eth-ens
fixed
web3-validator
web3-utils
toNumber(...)function (#6880)Contributors
Thank you to the community who have contributed to this release 😄:
@ sgerodes #6882
@ EtlesL #6836
@ Jouzep #6853
@ sarthak1dev #6867
@ edison1105 #6885
@ gucovip #6886
@ testwill #6889
@ pengqiseven #6878
[4.6.0]
Added
web3
requestEIP6963Providersfor multi provider discoveryweb3-eth
eth.getMaxPriorityFeePerGasmethod (#6748)web3-eth-ens
setAddressin ENS and Resolver classes (#5956)web3-rpc-methods
getMaxPriorityFeePerGasmethod (#6748)web3-types
FeeDatato be filled byawait web3.eth.calculateFeeData()to be used with EIP-1559 transactions (#6795)Fixed
web3-utils
New Contributors
Thanks for contributions in web3.js lib:
[4.5.0]
Added
web3-utils
AbiItemfrom 1.x to v4 for compatabiltiy (#6678)web3-types
AbiItemfrom 1.x to v4 for compatabiltiy (#6678)Changed
web3
New Contributors
Thanks for contributions in web3.js lib:
[4.4.0]
Added
web3-eth
TransactionPollingTimeoutErrorwas added to send transaction events (#6623)Changed
web3-eth-abi
AbiErrorinstead ofErrorfor errors at web3-eth-abi (#6641).web3-eth-contract
deployfunction to accept parameters, even when no ABI was provided to theContract(#6635)web3
Fixed
web3-eth-abi
web3-eth-accounts
commondid not have acopy()and thechainIdwas not provided (#6663)web3-eth-contract
contract.getPastEventsorcontract.events.allEvents(), if there is no matching events. (#6647)web3-utils
web3-validator
[4.3.0]
Changed
web3-core
contractDataInputFillhas been defaulted todata, istead ofinput. (#6622)web3-eth-contracts
datainstead ofinputwithin method calls (#6622)Added
web3-utils
SocketProvidernow contains public functiongetPendingRequestQueueSize,getSentRequestsQueueSizeandclearQueues(#6479)safeDisconnectas aSocketProvidermethod to disconnect only when request queue size and send request queue size is 0 (#6479)isContractInitOptionsmethod (#6555)web3
Fixed
web3-rpc-methods
web3-utils