From 30dcc6e4795fd9fffcb7727e92d9bcbba9a68df6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 12:43:49 +0000 Subject: [PATCH] Bump husky from 7.0.4 to 9.0.10 Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 9.0.10. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.4...v9.0.10) --- 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 a3d1058..340241b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/jest": "^29.5.11", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", - "husky": "^7.0.4", + "husky": "^9.0.10", "react": "^18.2.0", "react-dom": "^18.2.0", "tsdx": "^0.14.1", diff --git a/yarn.lock b/yarn.lock index 3dae6e1..42312d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3324,10 +3324,10 @@ humanize-duration@^3.15.3: resolved "https://registry.yarnpkg.com/humanize-duration/-/humanize-duration-3.21.0.tgz#ae5dc7e67640770cbf6a8d03a5d1138d47c7ce38" integrity sha512-7BLsrQZ2nMGeakmGDUl1pDne6/7iAdvwf1RtDLCOPHNFIHjkOVW7lcu7xHkIM9HhZAlSSO5crhC1dHvtl4dIQw== -husky@^7.0.4: - version "7.0.4" - resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535" - integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ== +husky@^9.0.10: + version "9.0.10" + resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.10.tgz#ddca8908deb5f244e9286865ebc80b54387672c2" + integrity sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA== iconv-lite@0.4.24, iconv-lite@^0.4.24: version "0.4.24"