From b6dfa442174c6251b9882ea515e359610d0aaa40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 15:21:19 +0000 Subject: [PATCH] build(deps-dev): bump husky from 7.0.4 to 9.1.7 (#10652) Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 9.1.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.4...v9.1.7) --- 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, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6432f49eb9..77a1fce2e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -121,7 +121,7 @@ "eslint-plugin-storybook": "^0.11.1", "eslint-plugin-unicorn": "^49.0.0", "graphql": "^16.9.0", - "husky": "^7.0.4", + "husky": "^9.1.7", "jasmine-ajax": "4.0.0", "jasmine-core": "5.4.0", "jasmine-marbles": "^0.9.2", @@ -26070,16 +26070,16 @@ } }, "node_modules/husky": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz", - "integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "license": "MIT", "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" }, "engines": { - "node": ">=12" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index 2d4ad0abb5..032fcc364f 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "eslint-plugin-storybook": "^0.11.1", "eslint-plugin-unicorn": "^49.0.0", "graphql": "^16.9.0", - "husky": "^7.0.4", + "husky": "^9.1.7", "jasmine-ajax": "4.0.0", "jasmine-core": "5.4.0", "jasmine-marbles": "^0.9.2",