From 80cc90c313edef5e4b368ba9b048af3a97381217 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:07:14 +0000 Subject: [PATCH] chore(deps): update dependency husky to ^9.0.5 --- 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 740a5a16..4b82276b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "chai-as-promised": "^7.1.1", "eslint-formatter-gha": "^1.4.3", "eslint-plugin-mocha": "^10.2.0", - "husky": "^9.0.3", + "husky": "^9.0.5", "lint-staged": "^15.2.0", "localtunnel": "^2.0.2", "mocha": "^10.2.0", @@ -3943,9 +3943,9 @@ } }, "node_modules/husky": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.3.tgz", - "integrity": "sha512-MNRluWx5bvZ2Ft2Z9ni5KZAgNFrQSM4LKvEtTJVKTjGRqliI1CeWv8HWnPXfM+4snOaU04bb7IU2u6TPDb8ROw==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.5.tgz", + "integrity": "sha512-/EX48XLor4FczjgdJjwK4qMETrJxJqF4rkgo+NUeK8b2F4TV6s5QxAuG2JZfxm4b9WnrgBGS7bA/JK+H5CKg+A==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index d7d3699f..d241588e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "chai-as-promised": "^7.1.1", "eslint-formatter-gha": "^1.4.3", "eslint-plugin-mocha": "^10.2.0", - "husky": "^9.0.3", + "husky": "^9.0.5", "lint-staged": "^15.2.0", "localtunnel": "^2.0.2", "mocha": "^10.2.0",