From 88022ce0602d23edda60d13cde44175c407192d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 14:47:52 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 9.1.1 to 9.1.2 Bumps [husky](https://github.com/typicode/husky) from 9.1.1 to 9.1.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.1...v9.1.2) --- 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 e20f110b912..4028a9602dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "cspell": "^8.12.1", "eslint": "^8.57.0", "http-status-codes": "^2.2.0", - "husky": "^9.1.1", + "husky": "^9.1.2", "jest": "^26.6.3", "lint-staged": "^15.2.7", "nock": "^13.5.4", @@ -8741,9 +8741,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.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.2.tgz", + "integrity": "sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw==", "dev": true, "bin": { "husky": "bin.js" @@ -25479,9 +25479,9 @@ "dev": true }, "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.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.2.tgz", + "integrity": "sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 79de4e23bf5..33d4ff4aeb9 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "cspell": "^8.12.1", "eslint": "^8.57.0", "http-status-codes": "^2.2.0", - "husky": "^9.1.1", + "husky": "^9.1.2", "jest": "^26.6.3", "lint-staged": "^15.2.7", "nock": "^13.5.4",