From b369bcb4e1d6f2e28eb808f26840afd7aea681aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 10:29:23 +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 5d7a176..b192212 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "axios": "^1.6.7", "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.2", "rollup": "^4.9.6", @@ -8910,12 +8910,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 32b2189..edecefb 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "axios": "^1.6.7", "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.2", "rollup": "^4.9.6",