From b3f0dc9d3d78d239e7a78ae341a73fe978155ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 02:14:24 +0800 Subject: [PATCH] chore(deps-dev): bump husky from 8.0.3 to 9.0.6 (#1348) Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.6. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.6) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 c67e25cdde..ff213cbce3 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,7 @@ "eslint-plugin-react": "7.33.2", "eslint-plugin-tailwindcss": "3.14.0", "eslint-plugin-unused-imports": "3.0.0", - "husky": "8.0.3", + "husky": "9.0.6", "lint-staged": "15.2.0", "postcss": "8.4.33", "postcss-import": "16.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7b42dd7733..55d0a422ab 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -510,8 +510,8 @@ devDependencies: specifier: 3.0.0 version: 3.0.0(eslint@8.56.0) husky: - specifier: 8.0.3 - version: 8.0.3 + specifier: 9.0.6 + version: 9.0.6 lint-staged: specifier: 15.2.0 version: 15.2.0 @@ -8995,9 +8995,9 @@ packages: ms: 2.1.3 dev: false - /husky@8.0.3: - resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} - engines: {node: '>=14'} + /husky@9.0.6: + resolution: {integrity: sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==} + engines: {node: '>=18'} hasBin: true dev: true