From a31b5cbcc29fa647d2c30c82452813ff2a45e4c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 15:03:26 +0100 Subject: [PATCH] chore(deps-dev): bump husky from 8.0.2 to 8.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 290b34eee54..881b25dfc3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "cspell": "^6.18.1", "eslint": "^8.31.0", "http-status-codes": "^2.2.0", - "husky": "^8.0.2", + "husky": "^8.0.3", "jest": "^26.6.3", "lint-staged": "^13.1.0", "nock": "^13.2.9", @@ -7361,9 +7361,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" @@ -22470,9 +22470,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 bf5b5d2fef8..21891869a71 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "cspell": "^6.18.1", "eslint": "^8.31.0", "http-status-codes": "^2.2.0", - "husky": "^8.0.2", + "husky": "^8.0.3", "jest": "^26.6.3", "lint-staged": "^13.1.0", "nock": "^13.2.9",