From 3e489751e16463957f29fd6d5a3dc62ce68aa58a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 01:29:55 +0000 Subject: [PATCH] Bump husky from 8.0.3 to 9.0.11 Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.11. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.11) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0437bf00..e2c91e06 100644 --- a/package.json +++ b/package.json @@ -1159,7 +1159,7 @@ "eslint": "^8.56.0", "eslint-webpack-plugin": "^4.0.1", "glob": "^10.3.10", - "husky": "^8.0.2", + "husky": "^9.0.11", "mocha": "^10.3.0", "prettier": "^3.2.5", "ts-loader": "^9.5.1", diff --git a/yarn.lock b/yarn.lock index fab24592..5f3c3fdb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1233,10 +1233,10 @@ https-proxy-agent@^5.0.0: agent-base "6" debug "4" -husky@^8.0.2: - version "8.0.3" - resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184" - integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg== +husky@^9.0.11: + version "9.0.11" + resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.11.tgz#fc91df4c756050de41b3e478b2158b87c1e79af9" + integrity sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw== ignore@^5.2.0: version "5.2.4"