From 61c4495bcd0c700319f5d294ffb6fe3a57a8bc70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Aug 2023 20:47:39 +0000 Subject: [PATCH] fix: upgrade hardhat from 2.7.0 to 2.17.1 Snyk has created this PR to upgrade hardhat from 2.7.0 to 2.17.1. See this package in npm: https://www.npmjs.com/package/hardhat See this project in Snyk: https://app.snyk.io/org/woodpile37/project/fd850637-423a-4efe-a39b-914ded24da34?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb01ba9946f..eefcbe63020 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "ethereumjs-wallet": "^1.0.1", "glob": "^10.3.3", "graphlib": "^2.1.8", - "hardhat": "^2.17.0", + "hardhat": "^2.17.1", "hardhat-gas-reporter": "^1.0.9", "keccak256": "^1.0.2", "lodash.startcase": "^4.4.0",