From c66b44f00c68b4f32588b71e3bba6c531962ac57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 13:34:54 +0000 Subject: [PATCH] refactor(deps-dev): bump husky from 8.0.3 to 9.1.7 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.1.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.1.7) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e421ea7..23c736e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@semantic-release/npm": "^11.0.0", "chai": "^4.2.0", "eslint-config-standard": "^17.0.0", - "husky": "^8.0.1", + "husky": "^9.1.7", "is-ci": "^3.0.0", "mocha": "^10.0.0", "npm-run-all": "^4.1.5", @@ -5941,14 +5941,16 @@ } }, "node_modules/husky": { - "version": "8.0.3", + "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": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index 9f5ed13..d76cb5a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@semantic-release/npm": "^11.0.0", "chai": "^4.2.0", "eslint-config-standard": "^17.0.0", - "husky": "^8.0.1", + "husky": "^9.1.7", "is-ci": "^3.0.0", "mocha": "^10.0.0", "npm-run-all": "^4.1.5",