diff --git a/package-lock.json b/package-lock.json index 40de38e..efa4292 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@nomicfoundation/hardhat-toolbox": "^5.0.0", "@playwright/test": "^1.62.0", "@types/node": "^22.20.1", - "hardhat": "^2.28.6", + "hardhat": "^2.29.1", "solidity-coverage": "^0.8.17", "tsx": "^4.23.12", "typescript": "^5.9.3", @@ -15425,9 +15425,9 @@ } }, "node_modules/hardhat": { - "version": "2.29.0", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.29.0.tgz", - "integrity": "sha512-tsj5mCSjDCFOhGfBl4vwqDEcwdlES9VUzRWfdrwvEVhus6D8W6u+WfUKRLLwFhKGS/8lKPoXGsjYWPXl3CCpOg==", + "version": "2.29.1", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.29.1.tgz", + "integrity": "sha512-BVPE15F9+gWH5Eof7aAhprXTi05mNHwn32fwIKMeMFqrkU3Jun1f7NubXsJ0SOeMqu0mchF6KkW7rx1CHinlWw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2109d87..3bf2990 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@nomicfoundation/hardhat-toolbox": "^5.0.0", "@playwright/test": "^1.62.0", "@types/node": "^22.20.1", - "hardhat": "^2.28.6", + "hardhat": "^2.29.1", "solidity-coverage": "^0.8.17", "tsx": "^4.23.12", "typescript": "^5.9.3",