From 4fee782323629f2a7ea2869c51b0c2cef4659619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:27:06 +0000 Subject: [PATCH] Bump husky from 8.0.1 to 9.0.9 Bumps [husky](https://github.com/typicode/husky) from 8.0.1 to 9.0.9. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.1...v9.0.9) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 429c3e3b..7f3d80e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "eslint-plugin-storybook": "^0.6.11", "gsap": "^3.12.2", "highlight.js": "^11.6.0", - "husky": "^8.0.1", + "husky": "^9.0.9", "identity-obj-proxy": "^3.0.0", "jest": "^29.0.0", "jest-environment-jsdom": "^29.0.0", @@ -19800,15 +19800,15 @@ } }, "node_modules/husky": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz", - "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==", + "version": "9.0.9", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.9.tgz", + "integrity": "sha512-eW92PRr1XPKDWd7/iM2JvAl9gEKK3TF69yvbllQtKSYBw+Wtoi+P38NqH1Z7++sSd80FBkFagBFJkoQvMhCnGw==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.mjs" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index 9971f314..9a508ec5 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint-plugin-storybook": "^0.6.11", "gsap": "^3.12.2", "highlight.js": "^11.6.0", - "husky": "^8.0.1", + "husky": "^9.0.9", "identity-obj-proxy": "^3.0.0", "jest": "^29.0.0", "jest-environment-jsdom": "^29.0.0",