From aa733c3b01b8cddf728de905ce47f6c6cf64e769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:21:50 -0500 Subject: [PATCH] Infrastructure: Bump husky from 9.1.5 to 9.1.7 (#3182) Bumps [husky](https://github.com/typicode/husky) from 9.1.5 to 9.1.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.5...v9.1.7) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 7ba2297d45..ef4b27c07e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "globals": "^15.9.0", "htmlhint": "^1.1.4", "htmlparser2": "^9.1.0", - "husky": "^9.1.5", + "husky": "^9.1.7", "lint-staged": "^15.2.7", "node-fetch": "^2.6.7", "prettier": "^3.3.3", @@ -4871,9 +4871,9 @@ } }, "node_modules/husky": { - "version": "9.1.5", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz", - "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "bin": { "husky": "bin.js" @@ -11221,9 +11221,9 @@ "dev": true }, "husky": { - "version": "9.1.5", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz", - "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true }, "ignore": { diff --git a/package.json b/package.json index b11077a6be..3725a0f2de 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "globals": "^15.9.0", "htmlhint": "^1.1.4", "htmlparser2": "^9.1.0", - "husky": "^9.1.5", + "husky": "^9.1.7", "lint-staged": "^15.2.7", "node-fetch": "^2.6.7", "prettier": "^3.3.3",