From f4977d0decceaa46b11250e447c162f645cf399e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:20:53 +0000 Subject: [PATCH] refactor(deps-dev): bump husky from 8.0.3 to 9.0.7 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.7) --- 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..94c72e8 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.7", "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.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz", + "integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==", "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..c9688bd 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.7", "is-ci": "^3.0.0", "mocha": "^10.0.0", "npm-run-all": "^4.1.5",