diff --git a/package.json b/package.json index 2b074e0..7d16a6c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint": "concurrently 'npm:lint:*'", "lint:eslint": "eslint --max-warnings=0 .", "lint:prettier": "prettier --check .", - "prepare": "husky install", + "prepare": "husky", "test": "vitest" }, "config": { @@ -40,7 +40,7 @@ "commitizen": "4.3.0", "concurrently": "8.2.2", "eslint": "8.53.0", - "husky": "8.0.3", + "husky": "9.0.7", "prettier": "3.0.3", "prettier-plugin-packagejson": "2.4.6", "typescript": "5.2.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3f41073..92a5a07 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -53,8 +53,8 @@ devDependencies: specifier: 8.53.0 version: 8.53.0 husky: - specifier: 8.0.3 - version: 8.0.3 + specifier: 9.0.7 + version: 9.0.7 prettier: specifier: 3.0.3 version: 3.0.3 @@ -2558,9 +2558,9 @@ packages: engines: {node: '>=16.17.0'} dev: true - /husky@8.0.3: - resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} - engines: {node: '>=14'} + /husky@9.0.7: + resolution: {integrity: sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==} + engines: {node: '>=18'} hasBin: true dev: true