From b6efc2a34c626a610acf2d4f2c0c4834e799c575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 11:10:26 +0000 Subject: [PATCH] Bump husky from 8.0.2 to 8.0.3 Bumps [husky](https://github.com/typicode/husky) from 8.0.2 to 8.0.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.2...v8.0.3) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 67104090..a45e6b7a 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "eslint-plugin-jsonc": "^2.5.0", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-react": "7.31.1", - "husky": "8.0.2", + "husky": "8.0.3", "inquirer": "9.1.4", "node-addon-api": "5.0.0", "node-gyp": "9.3.1", diff --git a/yarn.lock b/yarn.lock index 85384dd0..997a41ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4454,10 +4454,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@8.0.2: - version "8.0.2" - resolved "https://registry.npmjs.org/husky/-/husky-8.0.2.tgz#5816a60db02650f1f22c8b69b928fd6bcd77a236" - integrity sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg== +husky@8.0.3: + version "8.0.3" + resolved "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184" + integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg== iconv-corefoundation@^1.1.7: version "1.1.7"