From c555fb68400bb117011cda3e5d3d95beb5169000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 11:28:47 +0300 Subject: [PATCH] chore(deps-dev): bump husky from 9.0.11 to 9.1.1 in /frontend (#2996) Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 10 +++++----- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c0ded765bbf8..889523026750 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -58,7 +58,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.34.4", "eslint-plugin-react-hooks": "^4.6.2", - "husky": "^9.0.11", + "husky": "^9.1.1", "jsdom": "^24.1.0", "lint-staged": "^15.2.7", "postcss": "^8.4.39", @@ -8831,12 +8831,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.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.1.tgz", + "integrity": "sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==", "dev": true, "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/frontend/package.json b/frontend/package.json index 590a80a08be2..43914b945fdc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -81,7 +81,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.34.4", "eslint-plugin-react-hooks": "^4.6.2", - "husky": "^9.0.11", + "husky": "^9.1.1", "jsdom": "^24.1.0", "lint-staged": "^15.2.7", "postcss": "^8.4.39",