diff --git a/package-lock.json b/package-lock.json index 08507e8..0cf96cf 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", @@ -5257,9 +5257,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" }, @@ -13440,7 +13441,7 @@ }, "packages/storefront-react": { "name": "@makaira/storefront-react", - "version": "1.6.6", + "version": "1.6.7", "license": "ISC", "dependencies": { "@makaira/storefront-types": "1.10.0" @@ -13633,7 +13634,7 @@ }, "packages/storefront-shop-adapter-shopware6": { "name": "@makaira/storefront-shop-adapter-shopware6", - "version": "1.5.0", + "version": "1.0.5", "license": "ISC", "dependencies": { "@makaira/storefront-types": "1.10.0", @@ -17208,7 +17209,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",