From c2d94d9a8d6219067835cb1735728ea422b80745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:13:34 +0000 Subject: [PATCH] build(deps-dev): bump husky from 9.0.11 to 9.1.1 in the dev-ci group Bumps the dev-ci group with 1 update: [husky](https://github.com/typicode/husky). Updates `husky` from 9.0.11 to 9.1.1 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-ci ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f0618b0..60047cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint": "9.6.0", "eslint-plugin-jest": "28.6.0", "eslint-plugin-prettier": "5.1.3", - "husky": "9.0.11", + "husky": "9.1.1", "jest": "29.7.0", "nock": "13.5.4", "pinst": "3.0.0", @@ -5867,12 +5867,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.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.1.tgz", + "integrity": "sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==", "dev": true, "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index f49929a..9b6e38d 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "eslint": "9.6.0", "eslint-plugin-jest": "28.6.0", "eslint-plugin-prettier": "5.1.3", - "husky": "9.0.11", + "husky": "9.1.1", "jest": "29.7.0", "nock": "13.5.4", "pinst": "3.0.0",