diff --git a/package-lock.json b/package-lock.json index 64181bb..4e39d3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-plugin-react": "^7.34.0", - "husky": "^9.0.7", + "husky": "^9.0.11", "jest": "^29.7.0", "lint-staged": "^15.2.1", "rollup": "^4.9.6", @@ -12466,12 +12466,12 @@ } }, "node_modules/husky": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz", - "integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==", + "version": "9.0.11", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", + "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "dev": true, "bin": { - "husky": "bin.js" + "husky": "bin.mjs" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 996ad5e..07b0386 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-plugin-react": "^7.34.0", - "husky": "^9.0.7", + "husky": "^9.0.11", "jest": "^29.7.0", "lint-staged": "^15.2.1", "rollup": "^4.9.6",