diff --git a/package-lock.json b/package-lock.json index fd43ce2..90c830c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^5.0.0", "dotenv": "^16.4.5", - "hardhat": "^2.22.1", + "hardhat": "^2.22.2", "hardhat-deploy": "^0.12.2", "prettier": "^3.2.4", "prettier-plugin-solidity": "^1.1.3", @@ -4367,9 +4367,9 @@ } }, "node_modules/hardhat": { - "version": "2.22.1", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.22.1.tgz", - "integrity": "sha512-cTWYIJc5jQ132XUI8oRI/TO9L6oavPoJRCTRU9sIjkVxvkxz0Axz0K83Z3BEdJTqBQ2W84ZRoTekti84kBwCjg==", + "version": "2.22.2", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.22.2.tgz", + "integrity": "sha512-0xZ7MdCZ5sJem4MrvpQWLR3R3zGDoHw5lsR+pBFimqwagimIOn3bWuZv69KA+veXClwI1s/zpqgwPwiFrd4Dxw==", "dev": true, "dependencies": { "@ethersproject/abi": "^5.1.2", diff --git a/package.json b/package.json index b5682a3..627abcb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^5.0.0", "dotenv": "^16.4.5", - "hardhat": "^2.22.1", + "hardhat": "^2.22.2", "hardhat-deploy": "^0.12.2", "prettier": "^3.2.4", "prettier-plugin-solidity": "^1.1.3",