From f2b883f640bbd5f0874a56296478c532a24439ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 01:19:12 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 9.0.11 to 9.1.0 Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.0) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor ... 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 639a45badaa..a318b65aa27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "fs-extra": "^11.2.0", "glob": "^11.0.0", "http-server": "14.1.1", - "husky": "9.0.11", + "husky": "9.1.0", "jscpd": "^4.0.5", "lint-staged": "^15.2.7", "markdownlint-cli": "^0.41.0", @@ -20357,12 +20357,12 @@ } }, "node_modules/husky": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", - "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", + "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", "dev": true, "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 5eede8b3b13..76e9305b83f 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "fs-extra": "^11.2.0", "glob": "^11.0.0", "http-server": "14.1.1", - "husky": "9.0.11", + "husky": "9.1.0", "jscpd": "^4.0.5", "lint-staged": "^15.2.7", "markdownlint-cli": "^0.41.0",