From a789c8429fd6b23b5fcc8577ef8bd4ce65beea89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:09:25 +0000 Subject: [PATCH] Bump husky from 9.0.2 to 9.1.4 Bumps [husky](https://github.com/typicode/husky) from 9.0.2 to 9.1.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.2...v9.1.4) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor ... 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 f13493cf..fb6bcf2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "eslint-config-airbnb-typescript": "^14.0.2", "eslint-plugin-import": "^2.29.1", "eslint-plugin-unused-imports": "^4.1.3", - "husky": "^9.0.2", + "husky": "^9.1.4", "jest": "^27.5.1", "lint-staged": "^15.2.9", "supertest": "^7.0.0", @@ -5739,9 +5739,9 @@ } }, "node_modules/husky": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.2.tgz", - "integrity": "sha512-0yR5R3OPjl8bYApi6T4QMOAwhtLhBjdYIVg5S6zSzIO8DIvQMh/b7Q8jW3WLbHLHtzpwiyMLBNB4R0Eb6x5+AA==", + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", + "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", "dev": true, "bin": { "husky": "bin.js" @@ -15430,9 +15430,9 @@ "dev": true }, "husky": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.2.tgz", - "integrity": "sha512-0yR5R3OPjl8bYApi6T4QMOAwhtLhBjdYIVg5S6zSzIO8DIvQMh/b7Q8jW3WLbHLHtzpwiyMLBNB4R0Eb6x5+AA==", + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", + "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index a3dd546d..37ed6368 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "eslint-config-airbnb-typescript": "^14.0.2", "eslint-plugin-import": "^2.29.1", "eslint-plugin-unused-imports": "^4.1.3", - "husky": "^9.0.2", + "husky": "^9.1.4", "jest": "^27.5.1", "lint-staged": "^15.2.9", "supertest": "^7.0.0",