Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Snyk] Upgrade web3 from 4.8.0 to 4.15.0 #12

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

Conversation

skydrige
Copy link
Owner

@skydrige skydrige commented Dec 6, 2024

snyk-top-banner

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

  • The recommended version was released on a month ago.

Release notes
Package name: web3
  • 4.15.0 - 2024-11-06

    What's Changed

    New Contributors

    Full Changelog: v4.5.0...v4.15.0

  • 4.14.1-dev.fab66e9.0 - 2024-10-21
  • 4.14.1-dev.efac906.0 - 2024-10-28
  • 4.14.1-dev.ed85cce.0 - 2024-10-21
  • 4.14.1-dev.d446838.0 - 2024-11-04
  • 4.14.1-dev.d3baae6.0 - 2024-10-24
  • 4.14.1-dev.9fa32c9.0 - 2024-11-05
  • 4.14.1-dev.95b4bab.0 - 2024-10-30
  • 4.14.1-dev.70352cd.0 - 2024-10-23
  • 4.14.1-dev.69d83e7.0 - 2024-10-30
  • 4.14.1-dev.4ca66af.0 - 2024-10-23
  • 4.14.1-dev.4aaf915.0 - 2024-11-04
  • 4.14.1-dev.376f192.0 - 2024-10-21
  • 4.14.1-dev.331aa9c.0 - 2024-10-22
  • 4.14.1-dev.07993c2.0 - 2024-11-05
  • 4.14.1-dev.0681f97.0 - 2024-10-24
  • 4.14.1-dev.3687070.0 - 2024-10-22
  • 4.14.1-dev.3283431.0 - 2024-10-31
  • 4.14.0 - 2024-10-21

    What's Changed

    New Contributors

    Full Changelog: v4.13.0...v4.14.0

  • 4.13.1-dev.facc2e6.0 - 2024-10-08
  • 4.13.1-dev.f701406.0 - 2024-10-09
  • 4.13.1-dev.dcd9d6a.0 - 2024-10-02
  • 4.13.1-dev.d6baee6.0 - 2024-09-23
  • 4.13.1-dev.d45b712.0 - 2024-09-24
  • 4.13.1-dev.cc99825.0 - 2024-09-26
  • 4.13.1-dev.c602fc6.0 - 2024-09-24
  • 4.13.1-dev.bbde6ea.0 - 2024-10-11
  • 4.13.1-dev.adf483f.0 - 2024-10-04
  • 4.13.1-dev.aa471e7.0 - 2024-09-24
  • 4.13.1-dev.9edb183.0 - 2024-10-07
  • 4.13.1-dev.822f8c1.0 - 2024-10-16
  • 4.13.1-dev.7c207b8.0 - 2024-10-05
  • 4.13.1-dev.76c468a.0 - 2024-10-04
  • 4.13.1-dev.7008e5c.0 - 2024-10-15
  • 4.13.1-dev.6f9a485.0 - 2024-09-19
  • 4.13.1-dev.69187c5.0 - 2024-10-16
  • 4.13.1-dev.61babcc.0 - 2024-09-24
  • 4.13.1-dev.5a7e302.0 - 2024-09-18
  • 4.13.1-dev.496ed93.0 - 2024-10-07
  • 4.13.1-dev.32c8cc8.0 - 2024-09-26
  • 4.13.1-dev.04da324.0 - 2024-09-26
  • 4.13.0 - 2024-09-18

    What's Changed

    New Contributors

  • 4.12.2-dev.f351e00.0 - 2024-08-23
  • 4.12.2-dev.b86d8ca.0 - 2024-09-09
  • 4.12.2-dev.b3cb1b7.0 - 2024-09-13
  • 4.12.2-dev.a21078b.0 - 2024-09-17
  • 4.12.2-dev.9b32205.0 - 2024-08-28
  • 4.12.2-dev.973ee80.0 - 2024-09-09
  • 4.12.2-dev.7a6e492.0 - 2024-09-05
  • 4.12.2-dev.75df267.0 - 2024-09-09
  • 4.12.2-dev.2f24244.0 - 2024-09-09
  • 4.12.2-dev.27155ea.0 - 2024-09-09
  • 4.12.1 - 2024-08-23

    Hot fix

    [4.12.1]

    Fixed

    web3-eth-accounts

    • Revert TransactionFactory.registerTransactionType if there is a version mistatch between web3-eth and web3-eth-accounts and fix nextjs problem. (#7216)

    What's Changed

  • 4.12.1-dev.e746566.0 - 2024-08-22
  • 4.12.1-dev.0b75589.0 - 2024-08-23
  • 4.12.0 - 2024-08-22

    [4.12.0]

    Fixed

    web3-core

    • setConfig() fix for setMaxListenerWarningThreshold fix (#5079)

    web3-eth-accounts

    • Fix TransactionFactory.registerTransactionType not working, if there is a version mistatch between web3-eth and web3-eth-accounts by saving extraTxTypes at globals. (#7197)

    Added

    web3-eth-accounts

    • Added public function signMessageWithPrivateKey (#7174)

    web3-eth-contract

    • Added populateTransaction to the contract.deploy(...) properties. (#7197)

    web3-providers-http

    • Added statusCode of response in ResponseError, statusCode is optional property in ResponseError.

    web3-rpc-providers

    • Updated rate limit error of QuickNode provider for HTTP transport
    • Added optional HttpProviderOptions | SocketOptions in Web3ExternalProvider and QuickNodeProvider for provider configs

    web3-errors

    • Added optional statusCode property of response in ResponseError.

    Changed

    web3-eth-contract

    • The returnred properties of contract.deploy(...) are structured with a newly created class named DeployerMethodClass. (#7197)
    • Add a missed accepted type for the abi parameter, at dataInputEncodeMethodHelper and getSendTxParams. (#7197)

    What's Changed

    New Contributors

  • 4.11.2-dev.f87ffbe.0 - 2024-08-01
  • 4.11.2-dev.dee14ec.0 - 2024-07-30
  • 4.11.2-dev.d9d0391.0 - 2024-08-20
  • 4.11.2-dev.cbbbd84.0 - 2024-07-24
  • 4.11.2-dev.8b435c1.0 - 2024-08-06
  • 4.11.2-dev.61e9e06.0 - 2024-08-02
  • 4.11.2-dev.60fc197.0 - 2024-08-21
  • 4.11.2-dev.5080e80.0 - 2024-08-02
  • 4.11.2-dev.4f8e8cc.0 - 2024-08-21
  • 4.11.2-dev.2ef694c.0 - 2024-08-21
  • 4.11.2-dev.0db2b18.0 - 2024-08-08
  • 4.11.2-dev.2706805.0 - 2024-08-02
  • 4.11.1 - 2024-07-24

    [4.11.1]

    Fixed

    web3-errors

    • Fixed the undefined data in Eip838ExecutionError constructor (#6905)

    web3-eth

    • Adds transaction property to be an empty list rather than undefined when no transactions are included in the block (#7151)
    • Change method getTransactionReceipt to not be casted as TransactionReceipt to give proper return type (#7159)

    web3

    • Remove redundant constructor of contractBuilder (#7150)

    What's Changed

    New Contributors

    Full Changelog: v4.11.0...v4.11.1

  • 4.11.1-dev.e5efe49.0 - 2024-07-22
  • 4.11.1-dev.cbcfc18.0 - 2024-07-22
  • 4.11.1-dev.9afaa61.0 - 2024-07-16
  • 4.11.1-dev.6b80cf0.0 - 2024-07-12
  • 4.11.1-dev.5f6deeb.0 - 2024-07-22
  • 4.11.1-dev.5ad7e5b.0 - 2024-07-17
  • 4.11.1-dev.463d070.0 - 2024-07-11
  • 4.11.0 - 2024-07-11

    [4.11.0]

    Fixed

    web3-eth-abi

    • fix encodedata in EIP-712 (#7095)

    web3-utils

    • _sendPendingRequests will catch unhandled errors from _sendToSocket (#6968)

    web3-eth

    • Fixed geth issue when running a new instance, transactions will index when there are no blocks created (#7098)

    Changed

    web3-eth-accounts

    • baseTransaction method updated (#7095)

    web3-providers-ws

    • Update dependancies (#7109)

    web3-rpc-providers

    • Change request return type Promise<ResultType> to Promise<JsonRpcResponseWithResult<ResultType>> (#7102)

    Added

    web3-eth-contract

    • populateTransaction was added to contract methods (#7124)
    • Contract has setTransactionMiddleware and getTransactionMiddleware for automatically passing to sentTransaction for deploy and send functions (#7138)

    web3-rpc-providers

    • When error is returned with code 429, throw rate limit error (#7102)

    web3

    • web3.eth.Contract will get transaction middleware and use it, if web3.eth has transaction middleware. (#7138)
  • 4.10.1-dev.89711ab.0 - 2024-07-10
  • 4.10.1-dev.1436228.0 - 2024-07-09
  • 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 (

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

See this package in npm:
web3

See this project in Snyk:
https://app.snyk.io/org/skydrige/project/701aafde-b6dd-4309-b94d-32437b0e0b62?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

vercel bot commented Dec 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
inapp-credit-system ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2024 6:45am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants