diff --git a/package-lock.json b/package-lock.json index 07d56eeb..63fe2121 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-toolbox": "5.0.0", "@types/node": "20.12.12", - "hardhat": "2.22.3", + "hardhat": "2.22.4", "typescript": "5.4.5" } }, @@ -5872,14 +5872,15 @@ } }, "node_modules/hardhat": { - "version": "2.22.3", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.22.3.tgz", - "integrity": "sha512-k8JV2ECWNchD6ahkg2BR5wKVxY0OiKot7fuxiIpRK0frRqyOljcR2vKwgWSLw6YIeDcNNA4xybj7Og7NSxr2hA==", + "version": "2.22.4", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.22.4.tgz", + "integrity": "sha512-09qcXJFBHQUaraJkYNr7XlmwjOj27xBB0SL2rYS024hTj9tPMbp26AFjlf5quBMO9SR4AJFg+4qWahcYcvXBuQ==", "dev": true, + "license": "MIT", "dependencies": { "@ethersproject/abi": "^5.1.2", "@metamask/eth-sig-util": "^4.0.0", - "@nomicfoundation/edr": "^0.3.5", + "@nomicfoundation/edr": "^0.3.7", "@nomicfoundation/ethereumjs-common": "4.0.4", "@nomicfoundation/ethereumjs-tx": "5.0.4", "@nomicfoundation/ethereumjs-util": "9.0.4", diff --git a/package.json b/package.json index ba49e446..ba0e8b56 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-toolbox": "5.0.0", "@types/node": "20.12.12", - "hardhat": "2.22.3", + "hardhat": "2.22.4", "typescript": "5.4.5" }, "dependencies": {