From ea2097599d8794eb1cfc0fc38de9669a4fd478b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 06:25:49 +0200 Subject: [PATCH] chore(deps-dev): bump husky from 9.0.11 to 9.1.0 --- 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 6de769a9..2ecae860 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "eslint-plugin-jest-formatting": "^3.1.0", "execa": "^8.0.1", "file-url": "^4.0.0", - "husky": "^9.0.11", + "husky": "^9.1.0", "jest": "^29.7.0", "lint-staged": "^15.2.7", "npm-run-all": "^4.1.5", @@ -8278,12 +8278,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.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", + "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", "dev": true, "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 4a2d380f..bb29f8f3 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-plugin-jest-formatting": "^3.1.0", "execa": "^8.0.1", "file-url": "^4.0.0", - "husky": "^9.0.11", + "husky": "^9.1.0", "jest": "^29.7.0", "lint-staged": "^15.2.7", "npm-run-all": "^4.1.5",