From ec55e5dcee1ae7f2505e24b2de160f8d3d449f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:06:31 +0000 Subject: [PATCH] Bump husky from 9.0.2 to 9.1.3 Bumps [husky](https://github.com/typicode/husky) from 9.0.2 to 9.1.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.2...v9.1.3) --- 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 15ff31ac..9b82c311 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": "^1.1.5", - "husky": "^9.0.2", + "husky": "^9.1.3", "jest": "^27.5.1", "lint-staged": "^15.2.7", "supertest": "^7.0.0", @@ -5742,9 +5742,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.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.3.tgz", + "integrity": "sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==", "dev": true, "bin": { "husky": "bin.js" @@ -15393,9 +15393,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.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.3.tgz", + "integrity": "sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index e1f7adc8..8bdd8232 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": "^1.1.5", - "husky": "^9.0.2", + "husky": "^9.1.3", "jest": "^27.5.1", "lint-staged": "^15.2.7", "supertest": "^7.0.0",