From d36e8d6bb5957c659ba77392e27d481d9ec0067f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:40:26 +0000 Subject: [PATCH] build(deps): bump husky from 8.0.3 to 9.1.4 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.1.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.1.4) --- updated-dependencies: - dependency-name: husky dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5bc52ff..8c0af484 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "email-templates": "^10.0.1", "form-data": "^4.0.0", "geolib": "^3.3.4", - "husky": "^8.0.3", + "husky": "^9.1.4", "ioredis": "^5.4.1", "lodash": "^4.17.21", "mailchimp-api-v3": "^1.15.0", @@ -8310,14 +8310,14 @@ } }, "node_modules/husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", + "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" @@ -24488,9 +24488,9 @@ } }, "husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==" + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", + "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==" }, "i18n": { "version": "0.8.3", diff --git a/package.json b/package.json index ae6221bc..6b9834e7 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "email-templates": "^10.0.1", "form-data": "^4.0.0", "geolib": "^3.3.4", - "husky": "^8.0.3", + "husky": "^9.1.4", "ioredis": "^5.4.1", "lodash": "^4.17.21", "mailchimp-api-v3": "^1.15.0",