From e1507a5cb5b8419ed229794086ca751800c00c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 23:29:03 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 9.1.0 to 9.1.1 Bumps [husky](https://github.com/typicode/husky) from 9.1.0 to 9.1.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.0...v9.1.1) --- 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 46209a199..613f7f671 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "chokidar-cli": "^3.0.0", "eslint": "^8.57.0", "http-server": "^14.1.1", - "husky": "^9.1.0", + "husky": "^9.1.1", "lint-staged": "^15.2.7", "npm-run-all": "^4.1.5", "prettier": "^3.3.3", @@ -3953,9 +3953,9 @@ } }, "node_modules/husky": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", - "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.1.tgz", + "integrity": "sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index 162592eaa..635574e46 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "chokidar-cli": "^3.0.0", "eslint": "^8.57.0", "http-server": "^14.1.1", - "husky": "^9.1.0", + "husky": "^9.1.1", "lint-staged": "^15.2.7", "npm-run-all": "^4.1.5", "prettier": "^3.3.3",