From bc467a7887c6eef748753df2bb2f79acd51adfaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:56:27 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20npm(deps-dev):=20Bump=20husky=20?= =?UTF-8?q?from=209.1.4=20to=209.1.5=20in=20the=20npm=20group=20(#127)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 b144e08..e06145a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-github": "^5.0.1", - "husky": "^9.1.4", + "husky": "^9.1.5", "proxy-agent": "^6.4.0", "rimraf": "^6.0.1" }, @@ -2731,9 +2731,9 @@ } }, "node_modules/husky": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", - "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz", + "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index 1390826..207106a 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-github": "^5.0.1", - "husky": "^9.1.4", + "husky": "^9.1.5", "proxy-agent": "^6.4.0", "rimraf": "^6.0.1" },