From a13e00a600a1cf1665bf42105001b698dd319c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 21:22:13 +0000 Subject: [PATCH] build(deps-dev): bump husky from 9.0.7 to 9.0.11 Bumps [husky](https://github.com/typicode/husky) from 9.0.7 to 9.0.11. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.7...v9.0.11) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... 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 b1c28fa..e2e4cef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/jest": "^29.5.11", "cross-env": "^7.0.3", "eslint": "^8.56.0", - "husky": "^9.0.7", + "husky": "^9.0.11", "jest": "^29.7.0", "lint-staged": "^15.2.1", "rollup": "^4.9.6", @@ -6517,12 +6517,12 @@ } }, "node_modules/husky": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz", - "integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==", + "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.js" + "husky": "bin.mjs" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index e0d4cf4..fc2b131 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/jest": "^29.5.11", "cross-env": "^7.0.3", "eslint": "^8.56.0", - "husky": "^9.0.7", + "husky": "^9.0.11", "jest": "^29.7.0", "lint-staged": "^15.2.1", "rollup": "^4.9.6",