From e2c02e1090aacfb01af4a5be6228b3a1d557510f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:43:15 +0000 Subject: [PATCH] Bump husky from 9.1.3 to 9.1.5 Bumps [husky](https://github.com/typicode/husky) from 9.1.3 to 9.1.5. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.3...v9.1.5) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... 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 ff22973..97d86a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@types/serve-handler": "^6.1.4", "@types/speakeasy": "^2.0.10", "eslint": "^8.57.0", - "husky": "^9.1.3", + "husky": "^9.1.5", "lighthouse": "^12.1.0", "lint-staged": "^15.2.7", "prettier": "3.3.3", @@ -3763,9 +3763,9 @@ } }, "node_modules/husky": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.3.tgz", - "integrity": "sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==", + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz", + "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==", "dev": true, "bin": { "husky": "bin.js" @@ -9658,9 +9658,9 @@ "dev": true }, "husky": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.3.tgz", - "integrity": "sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==", + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz", + "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==", "dev": true }, "ieee754": { diff --git a/package.json b/package.json index 0335a05..55ecb62 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/serve-handler": "^6.1.4", "@types/speakeasy": "^2.0.10", "eslint": "^8.57.0", - "husky": "^9.1.3", + "husky": "^9.1.5", "lighthouse": "^12.1.0", "lint-staged": "^15.2.7", "prettier": "3.3.3",