From 9753fa926b584239627f937af0c73d73e509c372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 07:09:50 +0000 Subject: [PATCH] Bump @nomiclabs/hardhat-etherscan from 3.1.5 to 3.1.6 Bumps [@nomiclabs/hardhat-etherscan](https://github.com/nomiclabs/hardhat) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/@nomiclabs/hardhat-etherscan@3.1.5...@nomiclabs/hardhat-etherscan@3.1.6) --- updated-dependencies: - dependency-name: "@nomiclabs/hardhat-etherscan" dependency-type: direct:development 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 f7390e4..2b14944 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@nomicfoundation/hardhat-chai-matchers": "^1.0.5", "@nomicfoundation/hardhat-network-helpers": "^1.0.7", "@nomiclabs/hardhat-ethers": "2.2.2", - "@nomiclabs/hardhat-etherscan": "^3.1.5", + "@nomiclabs/hardhat-etherscan": "^3.1.6", "chai": "4.3.7", "dotenv": "^16.0.3", "ethers": "5.7.2", diff --git a/yarn.lock b/yarn.lock index 1724f26..9a261d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -634,10 +634,10 @@ resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-ethers/-/hardhat-ethers-2.2.2.tgz#812d48929c3bf8fe840ec29eab4b613693467679" integrity sha512-NLDlDFL2us07C0jB/9wzvR0kuLivChJWCXTKcj3yqjZqMoYp7g7wwS157F70VHx/+9gHIBGzak5pKDwG8gEefA== -"@nomiclabs/hardhat-etherscan@^3.1.5": - version "3.1.5" - resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-etherscan/-/hardhat-etherscan-3.1.5.tgz#24f3f3272d3c79acdc933b557810ca85caef0fee" - integrity sha512-PxPX28AGBAlxgXLU27NB3oiMsklxbNhM75SDC4v1QPCyPeAxGm4xV0WpYbR10W7sxY2WF3Ek7u7GhjbQWa2Fcg== +"@nomiclabs/hardhat-etherscan@^3.1.6": + version "3.1.6" + resolved "https://registry.yarnpkg.com/@nomiclabs/hardhat-etherscan/-/hardhat-etherscan-3.1.6.tgz#7e50aeb06501a0060655664599d9e35cfd475929" + integrity sha512-5WFIZeLLgWPiCJqm/4ie7UNXn7FXfzYmqnKwOKU2MLETGolzY1cueSYUTww/P8f+Zc9xfJLmzqSYcGLW/3j/IQ== dependencies: "@ethersproject/abi" "^5.1.2" "@ethersproject/address" "^5.0.2"