From e54ffc22d74b0616d74c77124d5b1bf0436171e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 04:35:14 +0000 Subject: [PATCH] chore(deps): update dependency husky to v8.0.3 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index eac6f9b6..4e373800 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "can-npm-publish": "1.3.6", "eslint-plugin-react": "7.30.0", "eslint-plugin-react-hooks": "4.5.0", - "husky": "8.0.1", + "husky": "8.0.3", "jest": "27.5.1", "lerna": "5.0.0", "lerna-changelog": "2.2.0", @@ -19046,9 +19046,9 @@ } }, "node_modules/husky": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz", - "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true, "bin": { "husky": "lib/bin.js" @@ -46915,9 +46915,9 @@ } }, "husky": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz", - "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 65f2f6d9..9cfbc7f7 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "can-npm-publish": "1.3.6", "eslint-plugin-react": "7.30.0", "eslint-plugin-react-hooks": "4.5.0", - "husky": "8.0.1", + "husky": "8.0.3", "jest": "27.5.1", "lerna": "5.0.0", "lerna-changelog": "2.2.0",