From 2ed90241420bb3cd7cb84387b0fbe2478a474802 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 18 Nov 2024 18:01:26 +0000 Subject: [PATCH] chore(deps): update dependency husky to v9.1.7 --- themes/LoveIt/package-lock.json | 6 +++--- themes/LoveIt/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/LoveIt/package-lock.json b/themes/LoveIt/package-lock.json index 3452471..74080a6 100644 --- a/themes/LoveIt/package-lock.json +++ b/themes/LoveIt/package-lock.json @@ -2481,9 +2481,9 @@ "dev": true }, "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 }, "ieee754": { diff --git a/themes/LoveIt/package.json b/themes/LoveIt/package.json index 83d656b..14a030b 100644 --- a/themes/LoveIt/package.json +++ b/themes/LoveIt/package.json @@ -12,7 +12,7 @@ "babelify": "10.0.0", "browserify": "17.0.1", "core-js": "3.39.0", - "husky": "9.1.6", + "husky": "9.1.7", "minimist": "1.2.8", "segmentit": "2.0.3" },