From 6f83cd0728ea215bac7efb0c2359a1e8c33f74c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:49:24 +0000 Subject: [PATCH] chore(deps): update dependency husky to v9.1.2 --- 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 6c1d6711f..07230a430 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", "express": "4.19.2", - "husky": "9.1.1", + "husky": "9.1.2", "jest": "29.7.0", "lint-staged": "15.2.7", "openapi-types": "12.1.3", @@ -6838,9 +6838,9 @@ } }, "node_modules/husky": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.1.tgz", - "integrity": "sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.2.tgz", + "integrity": "sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index c8c934561..8e1323c63 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", "express": "4.19.2", - "husky": "9.1.1", + "husky": "9.1.2", "jest": "29.7.0", "lint-staged": "15.2.7", "openapi-types": "12.1.3",