From 6ccc498f4b957ac63a2f490ea90d2ad81184179b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 02:09:10 +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) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 9dd9f18572..8580f7db90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "find-versions-cli": "^4.0.0", "html-validate": "^7.12.0", "html5-boilerplate": "^8.0.0", - "husky": "^8.0.2", + "husky": "^8.0.3", "iframe-resizer": "^4.3.2", "markdownlint-cli": "^0.32.2", "nodemon": "^2.0.20", @@ -8370,9 +8370,9 @@ } }, "node_modules/husky": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.2.tgz", - "integrity": "sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==", + "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" @@ -23316,9 +23316,9 @@ "dev": true }, "husky": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.2.tgz", - "integrity": "sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==", + "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 5e6ee4b265..b44b7b58c8 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "find-versions-cli": "^4.0.0", "html-validate": "^7.12.0", "html5-boilerplate": "^8.0.0", - "husky": "^8.0.2", + "husky": "^8.0.3", "iframe-resizer": "^4.3.2", "markdownlint-cli": "^0.32.2", "nodemon": "^2.0.20",