From 84bc4f2fcbe3f63d8f209a6d2411c853a4657d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 15:04:34 +0000 Subject: [PATCH] Bump @nomiclabs/hardhat-etherscan from 2.0.1 to 3.1.3 in /protocol Bumps [@nomiclabs/hardhat-etherscan](https://github.com/nomiclabs/hardhat) from 2.0.1 to 3.1.3. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat-core-v2.0.1...@nomiclabs/hardhat-etherscan@3.1.3) --- updated-dependencies: - dependency-name: "@nomiclabs/hardhat-etherscan" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- protocol/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/package.json b/protocol/package.json index 616f09b..f00186f 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -6,7 +6,7 @@ "license": "AGPL-3.0", "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.0.0", - "@nomiclabs/hardhat-etherscan": "^2.0.1", + "@nomiclabs/hardhat-etherscan": "^3.1.3", "@nomiclabs/hardhat-waffle": "^2.0.0", "@openzeppelin/contracts": "^3.2.0", "@typechain/ethers-v5": "^4.0.0",