From b58b54cebe6383d254ac6a255931d75ae64ce8b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 22:15:17 +0000 Subject: [PATCH] chore(deps): update dependency hardhat to v2.22.15 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a62579..b678477 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nomiclabs/hardhat-solhint": "4.0.1", "@openzeppelin/contracts": "5.1.0", "@openzeppelin/subgraphs": "0.1.8-5", - "hardhat": "2.22.14", + "hardhat": "2.22.15", "solhint": "5.0.3" } }, @@ -5404,9 +5404,9 @@ } }, "node_modules/hardhat": { - "version": "2.22.14", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.22.14.tgz", - "integrity": "sha512-sD8vHtS9l5QQVHzyPPe3auwZDJyZ0fG3Z9YENVa4oOqVEefCuHcPzdU736rei3zUKTqkX0zPIHkSMHpu02Fq1A==", + "version": "2.22.15", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.22.15.tgz", + "integrity": "sha512-BpTGa9PE/sKAaHi4s/S1e9WGv63DR1m7Lzfd60C8gSEchDPfAJssVRSq0MZ2v2k76ig9m0kHAwVLf5teYwu/Mw==", "license": "MIT", "dependencies": { "@ethersproject/abi": "^5.1.2", diff --git a/package.json b/package.json index ff38314..a60ce6b 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@nomiclabs/hardhat-solhint": "4.0.1", "@openzeppelin/contracts": "5.1.0", "@openzeppelin/subgraphs": "0.1.8-5", - "hardhat": "2.22.14", + "hardhat": "2.22.15", "solhint": "5.0.3" }, "overrides": {