From 38906da631ce127ff346b582a939539f2d30ba42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 08:14:54 +0000 Subject: [PATCH] Bump hardhat from 2.12.2 to 2.12.3 Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.12.2 to 2.12.3. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.12.2...hardhat@2.12.3) --- updated-dependencies: - dependency-name: hardhat 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 ab1d5d3..57a4f50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/node": ">=18.11.9", "chai": "^4.3.7", "ethers": "^5.7.2", - "hardhat": "^2.12.2", + "hardhat": "^2.12.3", "hardhat-gas-reporter": "^1.0.9", "prettier": "^2.8.0", "solidity-coverage": "^0.7.22", @@ -6165,9 +6165,9 @@ } }, "node_modules/hardhat": { - "version": "2.12.2", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.12.2.tgz", - "integrity": "sha512-f3ZhzXy1uyQv0UXnAQ8GCBOWjzv++WJNb7bnm10SsyC3dB7vlPpsMWBNhq7aoRxKrNhX9tCev81KFV3i5BTeMQ==", + "version": "2.12.3", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.12.3.tgz", + "integrity": "sha512-qxOvRNgQnLqRFssn5f8VP5KN3caytShU0HNeKxmPVK1Ix/0xDVhIC7JOLxG69DjOihUfmxmjqspsHbZvFj6EhQ==", "dev": true, "dependencies": { "@ethersproject/abi": "^5.1.2", @@ -16650,9 +16650,9 @@ } }, "hardhat": { - "version": "2.12.2", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.12.2.tgz", - "integrity": "sha512-f3ZhzXy1uyQv0UXnAQ8GCBOWjzv++WJNb7bnm10SsyC3dB7vlPpsMWBNhq7aoRxKrNhX9tCev81KFV3i5BTeMQ==", + "version": "2.12.3", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.12.3.tgz", + "integrity": "sha512-qxOvRNgQnLqRFssn5f8VP5KN3caytShU0HNeKxmPVK1Ix/0xDVhIC7JOLxG69DjOihUfmxmjqspsHbZvFj6EhQ==", "dev": true, "requires": { "@ethersproject/abi": "^5.1.2", diff --git a/package.json b/package.json index c590b13..b5e6ffb 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/node": ">=18.11.9", "chai": "^4.3.7", "ethers": "^5.7.2", - "hardhat": "^2.12.2", + "hardhat": "^2.12.3", "hardhat-gas-reporter": "^1.0.9", "prettier": "^2.8.0", "solidity-coverage": "^0.7.22",