From 2e062698b523d38a3061d86c116cbd9b03d02cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:28:40 +0000 Subject: [PATCH 1/2] chore(deps-dev): 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 6e7d049..9653bb0 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-plugin-testing-library": "^5.10.0", "eslint-plugin-typescript-sort-keys": "^3.2.0", "firestore-jest-mock": "^0.20.0", - "husky": "^8.0.3", + "husky": "^9.0.11", "jest": "^29.5.0", "lint-staged": "^15.2.5", "prettier": "^2.8.3", diff --git a/yarn.lock b/yarn.lock index fc7d687..73bf9b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3131,10 +3131,10 @@ humanize-number@0.0.2: resolved "https://registry.yarnpkg.com/humanize-number/-/humanize-number-0.0.2.tgz#11c0af6a471643633588588048f1799541489c18" integrity sha512-un3ZAcNQGI7RzaWGZzQDH47HETM4Wrj6z6E4TId8Yeq9w5ZKUVB1nrT2jwFheTUjEmqcgTjXDc959jum+ai1kQ== -husky@^8.0.3: - 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" From 202b55ef0e9fb65e3199f9039fe6f7a6f00d7872 Mon Sep 17 00:00:00 2001 From: frank Date: Wed, 5 Jun 2024 01:49:01 +0200 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9653bb0..1a7fffa 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dev": "tsnd --respawn --inspect -- ./src/index.ts", "gcp-build": "npm run build", "lint": "eslint . --ext .js,.ts --quiet", - "prepare": "husky install", + "prepare": "husky", "start": "node dist", "test": "LOG_LEVEL=error jest", "test-cov": "yarn test --collectCoverage"