diff --git a/package-lock.json b/package-lock.json index 2ea753e..538ee8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@nomicfoundation/hardhat-toolbox": "^5.0.0", "@openzeppelin/contracts": "^5.0.2", "dotenv": "^16.4.5", - "hardhat": "^2.22.8", + "hardhat": "^2.22.10", "hardhat-deploy": "^0.12.4" } }, @@ -3689,9 +3689,9 @@ } }, "node_modules/hardhat": { - "version": "2.22.8", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.22.8.tgz", - "integrity": "sha512-hPh2feBGRswkXkoXUFW6NbxgiYtEzp/3uvVFjYROy6fA9LH8BobUyxStlyhSKj4+v1Y23ZoUBOVWL84IcLACrA==", + "version": "2.22.10", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.22.10.tgz", + "integrity": "sha512-JRUDdiystjniAvBGFmJRsiIZSOP2/6s++8xRDe3TzLeQXlWWHsXBrd9wd3JWFyKXvgMqMeLL5Sz/oNxXKYw9vg==", "dependencies": { "@ethersproject/abi": "^5.1.2", "@metamask/eth-sig-util": "^4.0.0", diff --git a/package.json b/package.json index b44f790..ea52a25 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@nomicfoundation/hardhat-toolbox": "^5.0.0", "@openzeppelin/contracts": "^5.0.2", "dotenv": "^16.4.5", - "hardhat": "^2.22.8", + "hardhat": "^2.22.10", "hardhat-deploy": "^0.12.4" } }