From 1e695bf7fea7a7d699ea94bff7a5b17e727cf85c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:44:16 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 9.0.10 to 9.0.11 (#1181) Bumps [husky](https://github.com/typicode/husky) from 9.0.10 to 9.0.11. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.10...v9.0.11) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 eca9869..632ed95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "eslint-plugin-jsdoc": "^48.0.6", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-security": "^1.7.1", - "husky": "^9.0.10", + "husky": "^9.0.11", "lint-staged": "^15.2.2", "mocha": "^10.3.0", "node-addon-api": "^7", @@ -4467,9 +4467,9 @@ } }, "node_modules/husky": { - "version": "9.0.10", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.10.tgz", - "integrity": "sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==", + "version": "9.0.11", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", + "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "dev": true, "bin": { "husky": "bin.mjs" diff --git a/package.json b/package.json index 444ebbc..73a246e 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-jsdoc": "^48.0.6", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-security": "^1.7.1", - "husky": "^9.0.10", + "husky": "^9.0.11", "lint-staged": "^15.2.2", "mocha": "^10.3.0", "node-addon-api": "^7",