diff --git a/.husky/commit-msg b/.husky/commit-msg index fd2bf708..dbce4f4c 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1 +1 @@ -npx --no-install commitlint --edit $1 +commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit index 041c660c..c27d8893 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -npx --no-install lint-staged +lint-staged diff --git a/package-lock.json b/package-lock.json index 4959277d..083260be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint-plugin-import": "^2.28.0", "file-loader": "^6.2.0", "foundation-sites": "^6.7.5", - "husky": "^9.0.11", + "husky": "^9.1.3", "jest": "^29.6.2", "jest-environment-node-single-context": "^29.1.0", "lint-staged": "^15.2.0", @@ -12076,10 +12076,11 @@ } }, "node_modules/husky": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.1.tgz", - "integrity": "sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.3.tgz", + "integrity": "sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==", "dev": true, + "license": "MIT", "bin": { "husky": "bin.js" }, diff --git a/package.json b/package.json index 633dcbaf..81b4d09b 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "eslint-plugin-import": "^2.28.0", "file-loader": "^6.2.0", "foundation-sites": "^6.7.5", - "husky": "^9.0.11", + "husky": "^9.1.3", "jest": "^29.6.2", "jest-environment-node-single-context": "^29.1.0", "lint-staged": "^15.2.0",