diff --git a/package-lock.json b/package-lock.json index df3641ca07a..90fd7206446 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,7 +83,7 @@ "eslint-plugin-n": "^15.7.0", "eslint-plugin-prettier": "^5.5.0", "eslint-plugin-promise": "^6.1.1", - "hardhat": "^2.26.2", + "hardhat": "^2.26.3", "husky": "^9.1.7", "jest-yaml-transform": "^0.2.0", "lint-staged": "^15.5.2", @@ -19700,9 +19700,9 @@ } }, "node_modules/hardhat": { - "version": "2.26.2", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.26.2.tgz", - "integrity": "sha512-uIETdC1MAWSnu+48B+583r3b8JqHtkBGEiXoAPV5hcXYGkCW5Fnnpn7SIgPa8owhObm9oUqIqMXMJ6H92N7Pyg==", + "version": "2.26.3", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.26.3.tgz", + "integrity": "sha512-gBfjbxCCEaRgMCRgTpjo1CEoJwqNPhyGMMVHYZJxoQ3LLftp2erSVf8ZF6hTQC0r2wst4NcqNmLWqMnHg1quTw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 29f40a6382b..b749e9077e7 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "eslint-plugin-n": "^15.7.0", "eslint-plugin-prettier": "^5.5.0", "eslint-plugin-promise": "^6.1.1", - "hardhat": "^2.26.2", + "hardhat": "^2.26.3", "husky": "^9.1.7", "jest-yaml-transform": "^0.2.0", "lint-staged": "^15.5.2",