diff --git a/.husky/pre-commit b/.husky/pre-commit index 041c660c92b..c27d8893a99 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 0f9332620bf..c3d4cac1c92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint-plugin-pug": "1.2.5", "eslint-plugin-vue": "9.27.0", "fontello-cli": "0.6.2", - "husky": "9.0.11", + "husky": "9.1.1", "jsdom": "24.1.0", "lint-staged": "15.2.7", "npm-run-all2": "6.2.2", @@ -6546,13 +6546,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.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.1.tgz", + "integrity": "sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==", "dev": true, - "license": "MIT", "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index f00ebe12667..5fbf74d6d60 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-plugin-pug": "1.2.5", "eslint-plugin-vue": "9.27.0", "fontello-cli": "0.6.2", - "husky": "9.0.11", + "husky": "9.1.1", "jsdom": "24.1.0", "lint-staged": "15.2.7", "npm-run-all2": "6.2.2",