From 41ea45e7b9306926795fb82eec552fa4ad60b7ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:08:25 -0400 Subject: [PATCH] Bump husky from 9.0.11 to 9.1.5 (#2681) Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.5. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.5) --- 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> --- package.json | 2 +- pnpm-lock.yaml | 13 +++---------- services/cypress/package.json | 2 +- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index c0b64e70be..688da72bab 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "c8": "^10.1.2", "cypress": "^13.13.2", "danger": "^11.2.6", - "husky": "^9.1.4", + "husky": "^9.1.5", "lint-staged": "^15.2.7", "prettier": "^3.3.3" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3919d2c941..0ae6f2c2dc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,7 +18,7 @@ importers: specifier: ^11.2.6 version: 11.3.1(encoding@0.1.13) husky: - specifier: ^9.1.4 + specifier: ^9.1.5 version: 9.1.5 lint-staged: specifier: ^15.2.7 @@ -730,8 +730,8 @@ importers: specifier: ^13.13.2 version: 13.13.2 husky: - specifier: ^9.0.11 - version: 9.0.11 + specifier: ^9.1.5 + version: 9.1.5 lint-staged: specifier: ^15.2.2 version: 15.2.7 @@ -8646,11 +8646,6 @@ packages: humanize-number@0.0.2: resolution: {integrity: sha512-un3ZAcNQGI7RzaWGZzQDH47HETM4Wrj6z6E4TId8Yeq9w5ZKUVB1nrT2jwFheTUjEmqcgTjXDc959jum+ai1kQ==} - husky@9.0.11: - resolution: {integrity: sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==} - engines: {node: '>=18'} - hasBin: true - husky@9.1.5: resolution: {integrity: sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==} engines: {node: '>=18'} @@ -25370,8 +25365,6 @@ snapshots: humanize-number@0.0.2: {} - husky@9.0.11: {} - husky@9.1.5: {} hyperlinker@1.0.0: {} diff --git a/services/cypress/package.json b/services/cypress/package.json index 698d97ef1d..38f0f842bb 100644 --- a/services/cypress/package.json +++ b/services/cypress/package.json @@ -45,7 +45,7 @@ "@testing-library/cypress": "^10.0.1", "c8": "^10.1.2", "cypress": "^13.13.2", - "husky": "^9.0.11", + "husky": "^9.1.5", "lint-staged": "^15.2.2", "prettier": "^3.3.3" },