From 704142ad7b663315024e1906e9ee2b8a279a29a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:14:41 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 9.0.11 to 9.1.7 Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.7) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b755a2c..b66f3dd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -28,8 +28,8 @@ "devDependencies": { "@babel/core": "^7.23.0", "@babel/preset-env": "^7.22.20", - "@commitlint/config-conventional": "^19.2.2", "@commitlint/cli": "^19.3.0", + "@commitlint/config-conventional": "^19.2.2", "@jest/types": "^29.6.3", "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^11.0.0-beta.4", @@ -8312,12 +8312,13 @@ } }, "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.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, + "license": "MIT", "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18"