diff --git a/solidity/package-lock.json b/solidity/package-lock.json index 82b1fc520..45ffecfec 100644 --- a/solidity/package-lock.json +++ b/solidity/package-lock.json @@ -42,7 +42,7 @@ "hardhat": "^2.6.4", "hardhat-gas-reporter": "^1.0.4", "hardhat-typechain": "^0.3.4", - "husky": "^9.0.11", + "husky": "^9.1.7", "mocha": "^8.1.3", "prettier": "^2.1.2", "prettier-plugin-solidity": "^1.0.0-beta.1", @@ -19066,12 +19066,12 @@ } }, "node_modules/husky": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", - "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" @@ -41972,9 +41972,9 @@ } }, "husky": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", - "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true }, "iconv-lite": { diff --git a/solidity/package.json b/solidity/package.json index bc6edc042..93ce74d06 100644 --- a/solidity/package.json +++ b/solidity/package.json @@ -42,7 +42,7 @@ "hardhat": "^2.6.4", "hardhat-gas-reporter": "^1.0.4", "hardhat-typechain": "^0.3.4", - "husky": "^9.0.11", + "husky": "^9.1.7", "mocha": "^8.1.3", "prettier": "^2.1.2", "prettier-plugin-solidity": "^1.0.0-beta.1",