From 3cfbb7d9cb0cfcbd286302006cad45cae11171e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:14:14 +0000 Subject: [PATCH] refactor(deps-dev): bump husky from 8.0.3 to 9.0.11 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.11. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.11) --- 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..dc88f30 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.11", "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.11", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", + "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "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..f702416 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.11", "is-ci": "^3.0.0", "mocha": "^10.0.0", "npm-run-all": "^4.1.5",