From 9026eb7827392f22a5734d25996bd1fcff44bff1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:13:48 +0000 Subject: [PATCH] chore(deps): update dependency husky to v9.1.3 --- 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 6cafb2b..c93028a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "cspell": "8.12.1", "eslint": "9.7.0", "eslint-plugin-n": "17.9.0", - "husky": "9.1.2", + "husky": "9.1.3", "knip": "5.27.0", "lint-staged": "15.2.7", "markdownlint-cli2": "0.13.0", @@ -5814,9 +5814,9 @@ } }, "node_modules/husky": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.2.tgz", - "integrity": "sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw==", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.3.tgz", + "integrity": "sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 18bb062..fb27d15 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "cspell": "8.12.1", "eslint": "9.7.0", "eslint-plugin-n": "17.9.0", - "husky": "9.1.2", + "husky": "9.1.3", "knip": "5.27.0", "lint-staged": "15.2.7", "markdownlint-cli2": "0.13.0",