From 79289eab024f6af61cd087f82f0646f7056f3415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:35:07 +0200 Subject: [PATCH] chore(deps-dev): bump husky from 9.0.11 to 9.1.5 (#301) Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.5. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.5) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a06ef28..5191ffc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "bats": "1.11.0", "conventional-changelog-conventionalcommits": "8.0.0", "editorconfig-checker": "5.1.8", - "husky": "9.0.11", + "husky": "9.1.5", "lint-staged": "15.2.10", "semantic-release": "24.1.0", "shellcheck": "3.0.0" @@ -2410,12 +2410,12 @@ } }, "node_modules/husky": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", - "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", + "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.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" @@ -9326,9 +9326,9 @@ "dev": true }, "husky": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", - "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz", + "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==", "dev": true }, "ieee754": { diff --git a/package.json b/package.json index ddc8573..8807783 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "bats": "1.11.0", "conventional-changelog-conventionalcommits": "8.0.0", "editorconfig-checker": "5.1.8", - "husky": "9.0.11", + "husky": "9.1.5", "lint-staged": "15.2.10", "semantic-release": "24.1.0", "shellcheck": "3.0.0"