From 68a78dc0231ba059c4317487997bdc18394d6bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 02:03:31 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 9.0.2 to 9.0.6 Bumps [husky](https://github.com/typicode/husky) from 9.0.2 to 9.0.6. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.2...v9.0.6) --- 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 cc7fbd35fd7b..e4fab818b810 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "fs-extra": "^11.2.0", "glob": "^10.3.10", "http-server": "14.1.1", - "husky": "9.0.2", + "husky": "9.0.6", "inquirer": "^9.2.12", "jscpd": "^3.5.10", "lint-staged": "^15.2.0", @@ -15615,9 +15615,9 @@ } }, "node_modules/husky": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.2.tgz", - "integrity": "sha512-0yR5R3OPjl8bYApi6T4QMOAwhtLhBjdYIVg5S6zSzIO8DIvQMh/b7Q8jW3WLbHLHtzpwiyMLBNB4R0Eb6x5+AA==", + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.6.tgz", + "integrity": "sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==", "dev": true, "bin": { "husky": "bin.js" @@ -45376,9 +45376,9 @@ "dev": true }, "husky": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.2.tgz", - "integrity": "sha512-0yR5R3OPjl8bYApi6T4QMOAwhtLhBjdYIVg5S6zSzIO8DIvQMh/b7Q8jW3WLbHLHtzpwiyMLBNB4R0Eb6x5+AA==", + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.6.tgz", + "integrity": "sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==", "dev": true }, "hygen": { diff --git a/package.json b/package.json index 9cff4b25cd0e..b0f8e377f9a8 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "fs-extra": "^11.2.0", "glob": "^10.3.10", "http-server": "14.1.1", - "husky": "9.0.2", + "husky": "9.0.6", "inquirer": "^9.2.12", "jscpd": "^3.5.10", "lint-staged": "^15.2.0",