From 2fa83d8588e6b801736b798a0709c849fa88c8e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 01:06:57 +0000 Subject: [PATCH] fix(deps): bump hardhat from 2.14.0 to 2.14.1 Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.14.0 to 2.14.1. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.14.0...hardhat@2.14.1) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7495ad2..7518b98 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dotenv": "^16.0.3", "ethereum-waffle": "^3.4.4", "ethers": "^5.7.2", - "hardhat": "2.14.0", + "hardhat": "2.14.1", "hardhat-deploy": "^0.11.26", "hardhat-gas-reporter": "^1.0.9", "node-watch": "^0.7.0", diff --git a/yarn.lock b/yarn.lock index 888ab0e..6087786 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5358,10 +5358,10 @@ hardhat-gas-reporter@^1.0.9: eth-gas-reporter "^0.2.25" sha1 "^1.1.1" -hardhat@2.14.0: - version "2.14.0" - resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.14.0.tgz#b60c74861494aeb1b50803cf04cc47865a42b87a" - integrity sha512-73jsInY4zZahMSVFurSK+5TNCJTXMv+vemvGia0Ac34Mm19fYp6vEPVGF3sucbumszsYxiTT2TbS8Ii2dsDSoQ== +hardhat@2.14.1: + version "2.14.1" + resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.14.1.tgz#4dd252717f4987d8221c4f6fd08233b7f4251fd8" + integrity sha512-H3Qp/UKyQGmPDDBSfMoSyH18rRnac90rsb0LNer+sKe6at6rxLe4D5j+M+1icqZQF02iLPjNRwc/PA8OPf757A== dependencies: "@ethersproject/abi" "^5.1.2" "@metamask/eth-sig-util" "^4.0.0"