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 hardhat from 2.11.2 to 2.18.1 #1

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

Conversation

tessoudali
Copy link
Owner

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


Snyk has created this PR to upgrade hardhat from 2.11.2 to 2.18.1.

ℹ️ 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 35 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-10-11.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-UNDICI-3323845
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
CRLF Injection
SNYK-JS-UNDICI-3323844
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Information Exposure
SNYK-JS-UNDICI-5962466
482/1000
Why? Proof of Concept exploit, CVSS 7.5
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: hardhat
  • 2.18.1 - 2023-10-11

    This new version of Hardhat includes a new option when initializing a project: you can now start a project that uses Viem instead of ethers. To learn more about this, check our announcement.

    This version also makes a small change to the logs shown during compilation: now the targeted EVM version (or versions) is shown.

  • 2.18.0 - 2023-10-05

    This version of Hardhat adds support for scoped tasks.

    You can now create scopes to group multiple tasks that are related in some way:

    const myScope = scope("my-scope", "Scope description");

    myScope.task("my-task", "Do something")
    .setAction(async () => { ... });

    myScope.task("my-other-task", "Do something else")
    .setAction(async () => { ... });

    Thanks to @ zemse, who kickstarted the work on this!

  • 2.17.4 - 2023-09-27
  • 2.17.3 - 2023-09-11
  • 2.17.2 - 2023-08-28
  • 2.17.1 - 2023-08-01
  • 2.17.0 - 2023-07-14
  • 2.16.1 - 2023-06-27
  • 2.16.1-dev.0 - 2023-06-27
  • 2.16.0 - 2023-06-22
  • 2.16.0-dev.0 - 2023-06-21
  • 2.15.0 - 2023-06-08
  • 2.14.1 - 2023-05-31
  • 2.14.0 - 2023-04-15
  • 2.13.1 - 2023-04-10
  • 2.13.0 - 2023-03-02
  • 2.13.0-dev.4 - 2023-03-02
  • 2.13.0-dev.3 - 2023-02-27
  • 2.13.0-dev.2 - 2022-12-30
  • 2.13.0-dev.1 - 2022-11-24
  • 2.13.0-dev.0 - 2022-10-21
  • 2.12.8-viair.0 - 2023-02-14
  • 2.12.7 - 2023-02-09
  • 2.12.6 - 2023-01-11
  • 2.12.5 - 2022-12-29
  • 2.12.4 - 2022-12-08
  • 2.12.3 - 2022-11-30
  • 2.12.2 - 2022-11-01
  • 2.12.1 - 2022-10-27
  • 2.12.1-unknown-txs.0 - 2022-10-24
  • 2.12.1-ir.0 - 2022-10-12
  • 2.12.0 - 2022-10-10
  • 2.12.0-esm.1 - 2022-09-27
  • 2.12.0-esm.0 - 2022-09-23
  • 2.11.3-dev.0 - 2022-09-16
  • 2.11.2 - 2022-09-14
from hardhat GitHub release notes
Commit messages
Package name: hardhat
  • b2a551f Merge pull request #4466 from NomicFoundation/hh-viem-fixes
  • 9357a00 Fix sample project script
  • 02911f1 Merge pull request #4450 from NomicFoundation/changeset-release/main
  • 8d5e744 Version Packages
  • 03b97fe Merge pull request #4457 from NomicFoundation/hardhat-viem
  • 968c903 Update packages/hardhat-viem/README.md
  • 4c5839e Capitalize Viem and other changes
  • 197f72b Update packages/hardhat-toolbox-viem/README.md
  • 3c6f654 Use relative links in docs
  • 8130898 Add link to toolbox
  • 69fd01a Merge pull request #4458 from NomicFoundation/ignition-redirect
  • bad602d Redirect /ignition-discord to a channel-specific invite
  • 36866c6 Run prettier
  • b77b665 Create six-pants-judge.md
  • 0fd352f Use hh init in viem docs
  • b1f8a72 Some fixes to the using-viem guide
  • 3de553b Fix numbered lists indentation
  • 4bf03e8 Rename viem guide
  • 6c6a073 Rephrase note about pinning viem
  • 7e6d8ea Fix test in viem sample project
  • 794aba8 Add chai-as-promised as peer dep of the toolbox
  • 69fe2bc Update viem sample project test
  • d61b1ab Remove chai-as-promised from peer deps
  • 7b21a4b Add internal directory to files and .prettierignore

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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