From 67946de7acfce91eb937831544d5d12a38af0d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:40:03 +0000 Subject: [PATCH] refactor(deps-dev): bump husky from 8.0.3 to 9.0.10 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.10. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.10) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e421ea7..5b4d302 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.0.10", "is-ci": "^3.0.0", "mocha": "^10.0.0", "npm-run-all": "^4.1.5", @@ -5941,14 +5941,15 @@ } }, "node_modules/husky": { - "version": "8.0.3", + "version": "9.0.10", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.10.tgz", + "integrity": "sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==", "dev": true, - "license": "MIT", "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 9f5ed13..66ca864 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.0.10", "is-ci": "^3.0.0", "mocha": "^10.0.0", "npm-run-all": "^4.1.5",