From 121447ea78c62758832be11f401a3a0c7501962d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:50:07 +0000 Subject: [PATCH] Bump husky from 9.0.11 to 9.1.4 Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.4) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e27a03af5..02f3da3f01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,7 +81,7 @@ "grunt-regex-replace": "^0.4.0", "grunt-shell": "^4.0.0", "grunt-stylelint": "^0.20.0", - "husky": "^9.0.11", + "husky": "^9.1.4", "jasmine-ajax": "^4.0.0", "jasmine-core": "^5.1.2", "jasmine-jquery": "^2.1.1", @@ -8531,13 +8531,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.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", + "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", "dev": true, - "license": "MIT", "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index b644bd04d6..f5e3784ab0 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "grunt-regex-replace": "^0.4.0", "grunt-shell": "^4.0.0", "grunt-stylelint": "^0.20.0", - "husky": "^9.0.11", + "husky": "^9.1.4", "jasmine-ajax": "^4.0.0", "jasmine-core": "^5.1.2", "jasmine-jquery": "^2.1.1",