From 9f1213c73078b6b5c502c1c5f52d9f434650189d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 09:06:52 +0000 Subject: [PATCH] Bump @nomiclabs/hardhat-etherscan from 3.1.6 to 3.1.7 Bumps [@nomiclabs/hardhat-etherscan](https://github.com/nomiclabs/hardhat) from 3.1.6 to 3.1.7. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/@nomiclabs/hardhat-etherscan@3.1.6...@nomiclabs/hardhat-etherscan@3.1.7) --- updated-dependencies: - dependency-name: "@nomiclabs/hardhat-etherscan" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cfa7320..82ca787 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nomicfoundation/hardhat-network-helpers": "^1.0.8", "@nomicfoundation/hardhat-toolbox": "^1.0.1", "@nomiclabs/hardhat-ethers": "^2.2.2", - "@nomiclabs/hardhat-etherscan": "^3.1.6", + "@nomiclabs/hardhat-etherscan": "^3.1.7", "@openzeppelin/contracts": "^4.7.3", "@typechain/ethers-v5": "^10.2.0", "@typechain/hardhat": "^6.1.5", @@ -1415,9 +1415,9 @@ } }, "node_modules/@nomiclabs/hardhat-etherscan": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/@nomiclabs/hardhat-etherscan/-/hardhat-etherscan-3.1.6.tgz", - "integrity": "sha512-5WFIZeLLgWPiCJqm/4ie7UNXn7FXfzYmqnKwOKU2MLETGolzY1cueSYUTww/P8f+Zc9xfJLmzqSYcGLW/3j/IQ==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/@nomiclabs/hardhat-etherscan/-/hardhat-etherscan-3.1.7.tgz", + "integrity": "sha512-tZ3TvSgpvsQ6B6OGmo1/Au6u8BrAkvs1mIC/eURA3xgIfznUZBhmpne8hv7BXUzw9xNL3fXdpOYgOQlVMTcoHQ==", "dev": true, "dependencies": { "@ethersproject/abi": "^5.1.2", @@ -12869,9 +12869,9 @@ "requires": {} }, "@nomiclabs/hardhat-etherscan": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/@nomiclabs/hardhat-etherscan/-/hardhat-etherscan-3.1.6.tgz", - "integrity": "sha512-5WFIZeLLgWPiCJqm/4ie7UNXn7FXfzYmqnKwOKU2MLETGolzY1cueSYUTww/P8f+Zc9xfJLmzqSYcGLW/3j/IQ==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/@nomiclabs/hardhat-etherscan/-/hardhat-etherscan-3.1.7.tgz", + "integrity": "sha512-tZ3TvSgpvsQ6B6OGmo1/Au6u8BrAkvs1mIC/eURA3xgIfznUZBhmpne8hv7BXUzw9xNL3fXdpOYgOQlVMTcoHQ==", "dev": true, "requires": { "@ethersproject/abi": "^5.1.2", diff --git a/package.json b/package.json index bfc13e7..a11d7e0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@nomicfoundation/hardhat-network-helpers": "^1.0.8", "@nomicfoundation/hardhat-toolbox": "^1.0.1", "@nomiclabs/hardhat-ethers": "^2.2.2", - "@nomiclabs/hardhat-etherscan": "^3.1.6", + "@nomiclabs/hardhat-etherscan": "^3.1.7", "@openzeppelin/contracts": "^4.7.3", "@typechain/ethers-v5": "^10.2.0", "@typechain/hardhat": "^6.1.5",