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" },