From 1a3ac80b42aa713d61ec830d4642a40d29db9fc0 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 4 Jan 2023 04:42:34 +0000 Subject: [PATCH] Build(deps-dev): 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) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ba765b8..0e51ac9 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-vue": "^9.8.0", - "husky": "^8.0.2", + "husky": "^8.0.3", "postcss-html": "^1.5.0", "prettier": "^2.8.1", "stylelint": "^14.16.1", diff --git a/yarn.lock b/yarn.lock index 5d531f3..ce41e75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8564,10 +8564,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@^8.0.2: - version "8.0.2" - resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.2.tgz#5816a60db02650f1f22c8b69b928fd6bcd77a236" - integrity sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg== +husky@^8.0.3: + version "8.0.3" + resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184" + integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg== iconv-lite@^0.4.24: version "0.4.24"