From fb87b34d3c05192f0da8a4ef6f09d2a88eb91b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:28:50 +0800 Subject: [PATCH] chore(deps-dev): bump husky from 9.0.7 to 9.0.10 (#14372) * chore(deps-dev): bump husky from 9.0.7 to 9.0.10 Bumps [husky](https://github.com/typicode/husky) from 9.0.7 to 9.0.10. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.7...v9.0.10) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index aa985ebf587ae9..a20a9ea42958eb 100644 --- a/package.json +++ b/package.json @@ -195,7 +195,7 @@ "eslint-plugin-unicorn": "50.0.1", "eslint-plugin-yml": "1.12.2", "fs-extra": "11.2.0", - "husky": "9.0.7", + "husky": "9.0.10", "jest": "29.7.0", "jest-junit": "16.0.0", "lint-staged": "15.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0d6b3ab0c7d93f..e1462dccc848f3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -338,8 +338,8 @@ devDependencies: specifier: 11.2.0 version: 11.2.0 husky: - specifier: 9.0.7 - version: 9.0.7 + specifier: 9.0.10 + version: 9.0.10 jest: specifier: 29.7.0 version: 29.7.0 @@ -4647,8 +4647,8 @@ packages: engines: {node: '>=16.17.0'} dev: true - /husky@9.0.7: - resolution: {integrity: sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==} + /husky@9.0.10: + resolution: {integrity: sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==} engines: {node: '>=18'} hasBin: true dev: true