From 1d4f9eb2dc7edef114e7763ff0d2562c2d330808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 01:40:25 +0000 Subject: [PATCH] chore: bump husky in the npm-low-risk group across 1 directory Bumps the npm-low-risk group with 1 update in the / directory: [husky](https://github.com/typicode/husky). Updates `husky` from 9.0.11 to 9.1.6 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.6) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-low-risk ... Signed-off-by: dependabot[bot] --- 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 384e5ff2..83034b99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "conventional-changelog-cli": "^5.0.0", "copyfiles": "^2.4.1", "del-cli": "^5.1.0", - "husky": "^9.0.11", + "husky": "^9.1.6", "standard-version": "^9.5.0", "xml-js": "^1.6.11" } @@ -1848,12 +1848,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.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", + "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", "dev": true, "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" @@ -4866,9 +4866,9 @@ } }, "husky": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", - "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", + "version": "9.1.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", + "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", "dev": true }, "ignore": { diff --git a/package.json b/package.json index 221c0caa..0964e23c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "conventional-changelog-cli": "^5.0.0", "copyfiles": "^2.4.1", "del-cli": "^5.1.0", - "husky": "^9.0.11", + "husky": "^9.1.6", "standard-version": "^9.5.0", "xml-js": "^1.6.11" }