From 3cc6952524f399bf406e3deb6a4c603db5425afc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:26:29 +0000 Subject: [PATCH] chore(root): update dependency husky to v9.1.1 --- 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 290466d40b..a1cd64e60f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "eslint-plugin-unicorn": "54.0.0", "eslint-plugin-unused-imports": "3.2.0", "eslint-plugin-yml": "1.14.0", - "husky": "9.0.11", + "husky": "9.1.1", "jasmine-core": "5.1.2", "jasmine-spec-reporter": "7.0.0", "karma": "6.4.3", @@ -8107,12 +8107,13 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.1.tgz", + "integrity": "sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==", "dev": true, + "license": "MIT", "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index f478427a11..fbcc2b5de7 100644 --- a/package.json +++ b/package.json @@ -264,7 +264,7 @@ "eslint-plugin-unicorn": "54.0.0", "eslint-plugin-unused-imports": "3.2.0", "eslint-plugin-yml": "1.14.0", - "husky": "9.0.11", + "husky": "9.1.1", "jasmine-core": "5.1.2", "jasmine-spec-reporter": "7.0.0", "karma": "6.4.3",