Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Snyk] Upgrade web3 from 4.8.0 to 4.10.0 #1880

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chaitanyapotti
Copy link
Member

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


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade web3 from 4.8.0 to 4.10.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 41 versions ahead of your current version.

  • The recommended version was released on a month ago.

Release notes
Package name: web3
  • 4.10.0 - 2024-06-17

    [4.10.0]

    Added

    web3

    • Now when existing packages are added in web3, will be avalible for plugins via context. (#7088)

    web3-core

    • Now when existing packages are added in web3, will be avalible for plugins via context. (#7088)

    web3-eth

    • sendTransaction in rpc_method_wrappers accepts optional param of TransactionMiddleware (#7088)
    • WebEth has setTransactionMiddleware and getTransactionMiddleware for automatically passing to sentTransaction (#7088)

    web3-eth-ens

    • getText now supports first param Address
    • getName has optional second param checkInterfaceSupport

    web3-types

    • Added result as optional never and error as optional never in type JsonRpcNotification` (#7091)
    • Added JsonRpcNotfication as a union type in JsonRpcResponse (#7091)

    web3-rpc-providers

    • Alpha release

    Fixed

    web3-eth-ens

    • getName reverse resolution

    What's Changed

    Full Changelog: v4.9.0...v4.10.0

  • 4.9.1-dev.fd2982d.0 - 2024-05-23
  • 4.9.1-dev.f687df6.0 - 2024-05-29
  • 4.9.1-dev.b63af9f.0 - 2024-05-30
  • 4.9.1-dev.962b99f.0 - 2024-05-24
  • 4.9.1-dev.9086b98.0 - 2024-05-30
  • 4.9.1-dev.7537f03.0 - 2024-05-23
  • 4.9.1-dev.692987a.0 - 2024-05-24
  • 4.9.1-dev.683be62.0 - 2024-05-28
  • 4.9.1-dev.22c07ad.0 - 2024-05-27
  • 4.9.1-dev.7084665.0 - 2024-05-29
  • 4.9.0 - 2024-05-23

    What's Changed

    New Contributors

    Full Changelog: v4.8.0...v4.9.0

  • 4.8.1-dev.f4e55bd.0 - 2024-05-22
  • 4.8.1-dev.f44dc5b.0 - 2024-05-09
  • 4.8.1-dev.f216540.0 - 2024-05-06
  • 4.8.1-dev.ed2781f.0 - 2024-04-25
  • 4.8.1-dev.ebbbf1e.0 - 2024-04-30
  • 4.8.1-dev.e29deea.0 - 2024-04-18
  • 4.8.1-dev.e0fc158.0 - 2024-05-22
  • 4.8.1-dev.de3e8f8.0 - 2024-04-26
  • 4.8.1-dev.dd172c7.0 - 2024-04-18
  • 4.8.1-dev.d4e937d.0 - 2024-04-19
  • 4.8.1-dev.c62ef79.0 - 2024-05-06
  • 4.8.1-dev.b413ebd.0 - 2024-05-02
  • 4.8.1-dev.ac2e180.0 - 2024-05-22
  • 4.8.1-dev.93296c2.0 - 2024-04-18
  • 4.8.1-dev.88b7e2e.0 - 2024-05-02
  • 4.8.1-dev.866469d.0 - 2024-05-14
  • 4.8.1-dev.7be0060.0 - 2024-04-23
  • 4.8.1-dev.7a470c9.0 - 2024-05-01
  • 4.8.1-dev.5fd9dbb.0 - 2024-04-23
  • 4.8.1-dev.5d2f2aa.0 - 2024-05-06
  • 4.8.1-dev.553f270.0 - 2024-05-21
  • 4.8.1-dev.53e2466.0 - 2024-04-22
  • 4.8.1-dev.419c8d3.0 - 2024-04-25
  • 4.8.1-dev.3904a46.0 - 2024-05-22
  • 4.8.1-dev.32b6b29.0 - 2024-05-21
  • 4.8.1-dev.2f73aa5.0 - 2024-05-16
  • 4.8.1-dev.1ab7a6b.0 - 2024-04-18
  • 4.8.1-dev.12c2515.0 - 2024-05-13
  • 4.8.1-dev.408125.0 - 2024-05-13
  • 4.8.0 - 2024-04-18

    [4.8.0]

    Changed

    web3-eth-abi

    • Dependencies updated

    web3-eth-accounts

    • Dependencies updated

    Fixed

    web3-eth-contract

    • Fix an issue with smart contract function overloading (#6922)

    web3-utils

    • fixed toHex incorrectly hexing Uint8Arrays and Buffer (#6957)
    • fixed isUint8Array not returning true for Buffer (#6957)

    Added

    web3-eth-contract

    • Added a console warning in case of an ambiguous call to a solidity method with parameter overloading (#6942)
    • Added contract.deploy(...).decodeData(...) and contract.decodeMethodData(...) that decode data based on the ABI (#6950)

    web3-eth

    • method getBlock now includes properties of eip 4844, 4895, 4788 when returning block (#6933)
    • update type withdrawalsSchema, blockSchema and blockHeaderSchema schemas to include properties of eip 4844, 4895, 4788 (#6933)

    web3-types

    • Added signature to type AbiFunctionFragment (#6922)
    • update type Withdrawals, block and BlockHeaderOutput to include properties of eip 4844, 4895, 4788 (#6933)

    New Contributors

from web3 GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

Snyk has created this PR to upgrade web3 from 4.8.0 to 4.10.0.

See this package in npm:
web3

See this project in Snyk:
https://app.snyk.io/org/chai/project/19a42495-7e59-4973-95e0-414ce14b4003?utm_source=github&utm_medium=referral&page=upgrade-pr
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants