From 1c58e0141030e5ea1920a1dae139996483967e33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 09:31:56 +0000 Subject: [PATCH] chore: Update dependency husky to v9.1.7 (#3295) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37641f6b4..ac3d8a165 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint-plugin-jsdoc": "48.11.0", "eslint-plugin-storybook": "0.10.2", "excalibur-jasmine": "0.3.4", - "husky": "9.1.6", + "husky": "9.1.7", "istanbul": "0.4.5", "istanbul-instrumenter-loader": "3.0.1", "jasmine": "5.4.0", @@ -12777,9 +12777,9 @@ } }, "node_modules/husky": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", - "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 60c6ce1bb..dfa4e4220 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "eslint-plugin-jsdoc": "48.11.0", "eslint-plugin-storybook": "0.10.2", "excalibur-jasmine": "0.3.4", - "husky": "9.1.6", + "husky": "9.1.7", "istanbul": "0.4.5", "istanbul-instrumenter-loader": "3.0.1", "jasmine": "5.4.0",