From b467db22a5f92e8956e564c4efd39eb04547a6fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:14:11 +0000 Subject: [PATCH] Bump husky from 9.1.1 to 9.1.5 Bumps [husky](https://github.com/typicode/husky) from 9.1.1 to 9.1.5. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.1...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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 222ab61be678..3b6ad0ebc88c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -106,7 +106,7 @@ "eslint-plugin-styled-components-a11y": "^2.1.35", "eslint-plugin-testing-library": "^6.2.2", "html-webpack-plugin": "^5.6.0", - "husky": "^9.1.1", + "husky": "^9.1.5", "jest": "^29.7.0", "jest-axe": "^8.0.0", "jest-canvas-mock": "^2.5.2", @@ -19873,9 +19873,9 @@ } }, "node_modules/husky": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.1.tgz", - "integrity": "sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==", + "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" diff --git a/package.json b/package.json index bd2e8d469fca..4b72634e567b 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "eslint-plugin-styled-components-a11y": "^2.1.35", "eslint-plugin-testing-library": "^6.2.2", "html-webpack-plugin": "^5.6.0", - "husky": "^9.1.1", + "husky": "^9.1.5", "jest": "^29.7.0", "jest-axe": "^8.0.0", "jest-canvas-mock": "^2.5.2",