diff --git a/package-lock.json b/package-lock.json index 209f2fc..dbc0667 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nomicfoundation/hardhat-toolbox-viem": "3.0.0", "@nomiclabs/hardhat-solhint": "4.0.1", "@openzeppelin/subgraphs": "0.1.8-5", - "hardhat": "2.22.14", + "hardhat": "2.22.15", "solhint": "5.0.3" } }, @@ -5812,9 +5812,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 2c1c798..c6b4e22 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nomicfoundation/hardhat-ignition-viem": "0.15.6", "@nomicfoundation/hardhat-toolbox-viem": "3.0.0", "@nomiclabs/hardhat-solhint": "4.0.1", - "hardhat": "2.22.14", + "hardhat": "2.22.15", "solhint": "5.0.3", "@openzeppelin/subgraphs": "0.1.8-5" },