From 794b2b28d4bba77095c3042a0f39b0a169b61f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:48:42 +0800 Subject: [PATCH] chore(deps-dev): bump husky from 6.0.0 to 9.0.11 (#1873) Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 9.0.11. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v6.0.0...v9.0.11) --- 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-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4bfc755a0..80ee556aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -164,7 +164,7 @@ "eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-storybook": "^0.6.12", "find-webpack": "^2.2.1", - "husky": "^6.0.0", + "husky": "^9.0.11", "invariant": "^2.2.4", "jest": "^29.5.0", "lint-staged": "^11.0.0", @@ -21833,11 +21833,15 @@ } }, "node_modules/husky": { - "version": "6.0.0", + "version": "9.0.11", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", + "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "dev": true, - "license": "MIT", "bin": { - "husky": "lib/bin.js" + "husky": "bin.mjs" + }, + "engines": { + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index 6a7d82ed8..004b82c9b 100644 --- a/package.json +++ b/package.json @@ -212,7 +212,7 @@ "eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-storybook": "^0.6.12", "find-webpack": "^2.2.1", - "husky": "^6.0.0", + "husky": "^9.0.11", "invariant": "^2.2.4", "jest": "^29.5.0", "lint-staged": "^11.0.0",