From 7899eb99f9d02c518e7919eb4fd490878ec82b23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:10:36 +0000 Subject: [PATCH] Bump @nomiclabs/hardhat-etherscan from 2.0.1 to 3.1.5 in /protocol Bumps [@nomiclabs/hardhat-etherscan](https://github.com/nomiclabs/hardhat) from 2.0.1 to 3.1.5. - [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.5) --- 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..8d3b5c3 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.5", "@nomiclabs/hardhat-waffle": "^2.0.0", "@openzeppelin/contracts": "^3.2.0", "@typechain/ethers-v5": "^4.0.0",