From ca64ff410efd3274af5c2c78bd17d1ad3353f21b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:01:15 +0000 Subject: [PATCH] build(deps-dev): bump husky from 9.0.8 to 9.0.10 Bumps [husky](https://github.com/typicode/husky) from 9.0.8 to 9.0.10. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.8...v9.0.10) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1bc7b10..cda514b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint-plugin-simple-import-sort": "^10.0.0", "eslint-plugin-sonarjs": "^0.23.0", "eslint-plugin-unused-imports": "^3.0.0", - "husky": "^9.0.8", + "husky": "^9.0.10", "lint-staged": "^15.2.1", "prettier": "^3.2.4", "rimraf": "^5.0.5", @@ -2712,12 +2712,12 @@ } }, "node_modules/husky": { - "version": "9.0.8", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.8.tgz", - "integrity": "sha512-/f3Oj+419kf2RkchD5GpFTPj8yAeMYuSs0vB+cgdi8pDxydI8zCFlK/kVQOCqAujahfW6fDBb7t/ZWxTfevOpA==", + "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, "bin": { - "husky": "bin.js" + "husky": "bin.mjs" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 37bbd93..2e11503 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-simple-import-sort": "^10.0.0", "eslint-plugin-sonarjs": "^0.23.0", "eslint-plugin-unused-imports": "^3.0.0", - "husky": "^9.0.8", + "husky": "^9.0.10", "lint-staged": "^15.2.1", "prettier": "^3.2.4", "rimraf": "^5.0.5",