From da37637cc1d5e3d32c9b4545f8ae07976b78c67f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:19:46 +0800 Subject: [PATCH] chore: bump up husky version to v9 (#10) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3210d6f..e3dd7ae 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", - "husky": "^8.0.3", + "husky": "^9.0.0", "lint-staged": "^15.2.0", "memfs-browser": "^4.6.0", "npm-run-all2": "^5.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aaf6f9a..3ddf7d4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,8 +54,8 @@ devDependencies: specifier: ^2.29.1 version: 2.29.1(@typescript-eslint/parser@6.18.0)(eslint@8.56.0) husky: - specifier: ^8.0.3 - version: 8.0.3 + specifier: ^9.0.0 + version: 9.0.1 lint-staged: specifier: ^15.2.0 version: 15.2.0 @@ -2371,9 +2371,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.1: + resolution: {integrity: sha512-rXCT8yF2v3awSG03AG6IgICDhJ+m8o3jL1ROwsT4nQZ6urEyKSj0IWFDIh5YC2zgZeAxWksNMbN6rYY4BE1Zrw==} + engines: {node: '>=18'} hasBin: true dev: true