From 9415f25bf2c1e21d09cefe26bfbc5d65c0cacc2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 05:48:38 +0000 Subject: [PATCH] build(deps-dev): bump husky from 9.0.5 to 9.0.6 Bumps [husky](https://github.com/typicode/husky) from 9.0.5 to 9.0.6. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.5...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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dbc865a1..2f7deb4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "eslint-plugin-regexp": "^2.2.0", "eslint-plugin-security": "^2.1.0", "glob": "^10.3.10", - "husky": "^9.0.5", + "husky": "^9.0.6", "jest": "^29.7.0", "license-checker": "^25.0.1", "lockfile-lint": "^4.12.1", @@ -5984,9 +5984,9 @@ } }, "node_modules/husky": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.5.tgz", - "integrity": "sha512-/EX48XLor4FczjgdJjwK4qMETrJxJqF4rkgo+NUeK8b2F4TV6s5QxAuG2JZfxm4b9WnrgBGS7bA/JK+H5CKg+A==", + "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" diff --git a/package.json b/package.json index 81a00903..221bae14 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "eslint-plugin-regexp": "^2.2.0", "eslint-plugin-security": "^2.1.0", "glob": "^10.3.10", - "husky": "^9.0.5", + "husky": "^9.0.6", "jest": "^29.7.0", "license-checker": "^25.0.1", "lockfile-lint": "^4.12.1",