From 1dc7a82e7e5f9d9929f9cbb0d6ca92a14bb7e98f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 01:17:09 +0000 Subject: [PATCH] chore: update dependency husky to ^9.1.0 (#526) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f015b8f..6f190d6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "airtable": "^0.12.2", "dotenv": "^16.4.5", "fs": "^0.0.1-security", - "husky": "^9.0.11", + "husky": "^9.1.0", "js-yaml": "^4.1.0", "prettier": "^3.3.3", "standard-version": "^9.3.2", diff --git a/yarn.lock b/yarn.lock index 29be4a0..a3849df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2905,10 +2905,10 @@ human-signals@^5.0.0: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28" integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ== -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== +husky@^9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.0.tgz#8a089536efb5736f1a48fa3b03e18168158d7269" + integrity sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ== import-fresh@^3.3.0: version "3.3.0"