diff --git a/package.json b/package.json index 17dbc80..b60f7e6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@commitlint/cli": "^18.4.3", "@commitlint/config-conventional": "^18.4.3", - "husky": "^8.0.3", + "husky": "^9.0.0", "lerna": "^8.0.1" }, "workspaces": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 22e0f8e..2bc6b97 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^18.4.3 version: 18.4.3 husky: - specifier: ^8.0.3 - version: 8.0.3 + specifier: ^9.0.0 + version: 9.1.7 lerna: specifier: ^8.0.1 version: 8.0.1 @@ -5143,9 +5143,9 @@ packages: ms: 2.1.3 dev: false - /husky@8.0.3: - resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} - engines: {node: '>=14'} + /husky@9.1.7: + resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==} + engines: {node: '>=18'} hasBin: true dev: false