From eae7abee378e003e1972531ec58acf4d0153fa07 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Jan 2023 08:28:35 +0000 Subject: [PATCH] fix(deps): update dependency husky to v8.0.3 --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8154486..f352836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint-plugin-jest": "26.8.2", "eslint-plugin-react": "7.30.1", "eslint-plugin-react-hooks": "4.6.0", - "husky": "8.0.1", + "husky": "8.0.3", "is-ci": "3.0.1", "jest": "28.1.3", "jest-environment-jsdom": "28.1.3", @@ -5253,9 +5253,10 @@ } }, "node_modules/husky": { - "version": "8.0.1", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true, - "license": "MIT", "bin": { "husky": "lib/bin.js" }, @@ -13478,7 +13479,7 @@ }, "packages/storefront-shop-adapter-plentymarkets": { "name": "@makaira/storefront-shop-adapter-plentymarkets", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "dependencies": { "@makaira/storefront-types": "^1.8.0", @@ -13490,7 +13491,7 @@ }, "packages/storefront-shop-adapter-shopify": { "name": "@makaira/storefront-shop-adapter-shopify", - "version": "1.2.1", + "version": "1.2.2", "license": "ISC", "dependencies": { "@makaira/storefront-types": "^1.8.0", @@ -13593,7 +13594,7 @@ }, "packages/storefront-shop-adapter-shopware5": { "name": "@makaira/storefront-shop-adapter-shopware5", - "version": "1.0.2", + "version": "1.0.3", "license": "ISC", "dependencies": { "@makaira/storefront-types": "1.8.0", @@ -17125,7 +17126,9 @@ "dev": true }, "husky": { - "version": "8.0.1", + "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 5034555..9fea5fe 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-plugin-jest": "26.8.2", "eslint-plugin-react": "7.30.1", "eslint-plugin-react-hooks": "4.6.0", - "husky": "8.0.1", + "husky": "8.0.3", "is-ci": "3.0.1", "jest": "28.1.3", "jest-environment-jsdom": "28.1.3",